Skip to content

Commit c366088

Browse files
author
Ingo Molnar
committed
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
Pull perf/core improvements and fixes from Arnaldo Carvalho de Melo: New, user visible features: - Add --buildid-all option to 'perf record' to avoid processing samples, just collecting build-ids for _all_ the DSOs that appears in PERF_RECORD_MMAP records (Namhyung Kim) - Add some more usage tips to appear in the hists browser (top & report) (Namhyung Kim, Andi Kleen) - Fix mmap2 event allocation in synthesize code, where we were allocating space just for PERF_RECORD_MMAP, the older variant, which could lead to corner case problems (Wang Nan) Infrastructure fixes: - Make list.h self-sufficient, removing one more reference to kernel headers that lead to recent breakage when some rculist change was made in the kernel sources. (Josh Poimboeuf) Add missing NORETURN define for parse-options.h in tools/lib/subcmd (Josh Poimboeuf) - Fallback to srcdir/Documentation/ when not finding tips.txt elsewhere (Namhyung Kim) Signed-off-by: Arnaldo Carvalho de Melo <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>
2 parents 0bd106d + 34b7b0f commit c366088

File tree

15 files changed

+847
-42
lines changed

15 files changed

+847
-42
lines changed

tools/Makefile

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,23 @@ include scripts/Makefile.include
88
help:
99
@echo 'Possible targets:'
1010
@echo ''
11-
@echo ' acpi - ACPI tools'
12-
@echo ' cgroup - cgroup tools'
13-
@echo ' cpupower - a tool for all things x86 CPU power'
14-
@echo ' firewire - the userspace part of nosy, an IEEE-1394 traffic sniffer'
15-
@echo ' hv - tools used when in Hyper-V clients'
16-
@echo ' iio - IIO tools'
17-
@echo ' lguest - a minimal 32-bit x86 hypervisor'
18-
@echo ' perf - Linux performance measurement and analysis tool'
19-
@echo ' selftests - various kernel selftests'
20-
@echo ' turbostat - Intel CPU idle stats and freq reporting tool'
21-
@echo ' usb - USB testing tools'
22-
@echo ' virtio - vhost test module'
23-
@echo ' net - misc networking tools'
24-
@echo ' vm - misc vm tools'
11+
@echo ' acpi - ACPI tools'
12+
@echo ' cgroup - cgroup tools'
13+
@echo ' cpupower - a tool for all things x86 CPU power'
14+
@echo ' firewire - the userspace part of nosy, an IEEE-1394 traffic sniffer'
15+
@echo ' freefall - laptop accelerometer program for disk protection'
16+
@echo ' hv - tools used when in Hyper-V clients'
17+
@echo ' iio - IIO tools'
18+
@echo ' lguest - a minimal 32-bit x86 hypervisor'
19+
@echo ' net - misc networking tools'
20+
@echo ' perf - Linux performance measurement and analysis tool'
21+
@echo ' selftests - various kernel selftests'
22+
@echo ' tmon - thermal monitoring and tuning tool'
23+
@echo ' turbostat - Intel CPU idle stats and freq reporting tool'
24+
@echo ' usb - USB testing tools'
25+
@echo ' virtio - vhost test module'
26+
@echo ' vm - misc vm tools'
2527
@echo ' x86_energy_perf_policy - Intel energy policy tool'
26-
@echo ' tmon - thermal monitoring and tuning tool'
27-
@echo ' freefall - laptop accelerometer program for disk protection'
2828
@echo ''
2929
@echo 'You can do:'
3030
@echo ' $$ make -C tools/ <tool>_install'

0 commit comments

Comments
 (0)