Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull perf updates from Ingo Molnar: "Mostly tooling fixes and some late tooling updates, plus two perf related printk message fixes" * 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: perf tests bpf: Use SyS_epoll_wait alias perf tests: objdump output can contain multi byte chunks perf record: Add --sample-cpu option perf hists: Introduce output_resort_cb method perf tools: Move config/Makefile into Makefile.config perf tests: Add test for bitmap_scnprintf function tools lib: Add bitmap_and function tools lib: Add bitmap_scnprintf function tools lib: Add bitmap_alloc function tools lib traceevent: Ignore generated library files perf tools: Fix build failure on perl script context perf/core: Change log level for duration warning to KERN_INFO perf annotate: Plug filename string leak perf annotate: Introduce strerror for handling symbol__disassemble() errors perf annotate: Rename symbol__annotate() to symbol__disassemble() perf/x86: Modify error message in virtualized environment perf target: str_error_r() always returns the buffer it receives perf annotate: Use pipe + fork instead of popen perf evsel: Introduce constructor for cycles event
Showing
- arch/x86/events/core.c 7 additions, 4 deletionsarch/x86/events/core.c
- kernel/events/core.c 1 addition, 1 deletionkernel/events/core.c
- tools/include/linux/bitmap.h 37 additions, 0 deletionstools/include/linux/bitmap.h
- tools/lib/bitmap.c 44 additions, 0 deletionstools/lib/bitmap.c
- tools/lib/traceevent/.gitignore 1 addition, 0 deletionstools/lib/traceevent/.gitignore
- tools/perf/Documentation/perf-record.txt 3 additions, 0 deletionstools/perf/Documentation/perf-record.txt
- tools/perf/Makefile.config 0 additions, 0 deletionstools/perf/Makefile.config
- tools/perf/Makefile.perf 3 additions, 3 deletionstools/perf/Makefile.perf
- tools/perf/builtin-record.c 1 addition, 0 deletionstools/perf/builtin-record.c
- tools/perf/builtin-top.c 5 additions, 1 deletiontools/perf/builtin-top.c
- tools/perf/perf.h 1 addition, 0 deletionstools/perf/perf.h
- tools/perf/scripts/perl/Perf-Trace-Util/Build 3 additions, 1 deletiontools/perf/scripts/perl/Perf-Trace-Util/Build
- tools/perf/tests/Build 1 addition, 0 deletionstools/perf/tests/Build
- tools/perf/tests/bitmap.c 53 additions, 0 deletionstools/perf/tests/bitmap.c
- tools/perf/tests/bpf-script-example.c 2 additions, 2 deletionstools/perf/tests/bpf-script-example.c
- tools/perf/tests/builtin-test.c 4 additions, 0 deletionstools/perf/tests/builtin-test.c
- tools/perf/tests/code-reading.c 71 additions, 29 deletionstools/perf/tests/code-reading.c
- tools/perf/tests/tests.h 1 addition, 0 deletionstools/perf/tests/tests.h
- tools/perf/ui/browsers/annotate.c 6 additions, 3 deletionstools/perf/ui/browsers/annotate.c
- tools/perf/ui/gtk/annotate.c 6 additions, 2 deletionstools/perf/ui/gtk/annotate.c
Loading
Please register or sign in to comment