* Arnaldo Carvalho de Melo <a...@kernel.org> wrote: > Hi Ingo, > > Please consider pulling, > > - Arnaldo > > The following changes since commit b71b437eedaed985062492565d9d421d975ae845: > > perf: Fix inherited events vs. tracepoint filters (2015-11-09 16:13:11 > +0100) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git > tags/perf-urgent-for-mingo > > for you to fetch changes up to 5602ea09c19e85557f2b4d30be1d6ba349b7a038: > > tools include: Add compiler.h to list.h (2015-11-11 18:41:33 -0300) > > ---------------------------------------------------------------- > perf/urgent fixes: > > User visible: > > - Add missing newlines to some pr_err() calls (Arnaldo Carvalho de Melo) > > - Print full source file paths when using > 'perf annotate --print-line --full-paths' (Michael Petlan) > > - Fix 'perf probe -d' when just one out of uprobes and kprobes is > enabled (Wang Nan) > > Developer stuff: > > - Add compiler.h to list.h to fix 'make perf-tar-src-pkg' generated > tarballs, i.e. out of tree building (Arnaldo Carvalho de Melo) > > - Add the llvm-src-base.c and llvm-src-kbuild.c files, generated by the > 'perf test' LLVM entries, when running it in-tree, to .gitignore (Yunlong > Song) > > Signed-off-by: Arnaldo Carvalho de Melo <a...@redhat.com> > > ---------------------------------------------------------------- > Arnaldo Carvalho de Melo (2): > perf session: Add missing newlines to some pr_err() calls > tools include: Add compiler.h to list.h > > Michael Petlan (1): > perf annotate: Support full source file paths for srcline fix > > Wang Nan (1): > perf probe: Verify parameters in two functions > > Yunlong Song (1): > perf test: Add llvm-src-base.c and llvm-src-kbuild.c to .gitignore > > tools/include/linux/list.h | 1 + > tools/perf/tests/.gitignore | 2 ++ > tools/perf/util/annotate.c | 1 + > tools/perf/util/probe-file.c | 6 ++++++ > tools/perf/util/session.c | 8 ++++---- > 5 files changed, 14 insertions(+), 4 deletions(-) > create mode 100644 tools/perf/tests/.gitignore
Pulled, thanks a lot Arnaldo! Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/