Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull perf fixes from Ingo Molnar: "Misc fixes on the kernel and tooling side - nothing in particular stands out" * 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (21 commits) perf/core: Fix the perf_cpu_time_max_percent check perf/core: Fix perf_event_enable_on_exec() timekeeping (again) perf/core: Remove confusing comment and move put_ctx() perf record: Honor --quiet option properly perf annotate: Add -q/--quiet option perf diff: Add -q/--quiet option perf report: Add -q/--quiet option perf utils: Check verbose flag properly perf utils: Add perf_quiet_option() perf record: Add -a as default target perf stat: Add -a as default target perf tools: Fail on using multiple bits long terms without value perf tools: Move new_term arguments into struct parse_events_term template perf build: Add special fixdep cleaning rule perf tools: Replace _SC_NPROCESSORS_CONF with max_present_cpu in cpu_topology_map perf header: Make build_cpu_topology skip offline/absent CPUs perf cpumap: Add cpu__max_present_cpu() perf session: Fix DEBUG=1 build with clang tools lib traceevent: It's preempt not prempt perf python: Filter out -specs=/a/b/c from the python binding cc options ...
Showing
- kernel/events/core.c 4 additions, 8 deletionskernel/events/core.c
- tools/build/Makefile 2 additions, 2 deletionstools/build/Makefile
- tools/build/Makefile.include 3 additions, 0 deletionstools/build/Makefile.include
- tools/lib/traceevent/event-parse.c 2 additions, 2 deletionstools/lib/traceevent/event-parse.c
- tools/lib/traceevent/event-parse.h 1 addition, 1 deletiontools/lib/traceevent/event-parse.h
- tools/perf/Documentation/perf-annotate.txt 4 additions, 0 deletionstools/perf/Documentation/perf-annotate.txt
- tools/perf/Documentation/perf-diff.txt 4 additions, 0 deletionstools/perf/Documentation/perf-diff.txt
- tools/perf/Documentation/perf-record.txt 1 addition, 1 deletiontools/perf/Documentation/perf-record.txt
- tools/perf/Documentation/perf-report.txt 4 additions, 0 deletionstools/perf/Documentation/perf-report.txt
- tools/perf/Documentation/perf-stat.txt 1 addition, 1 deletiontools/perf/Documentation/perf-stat.txt
- tools/perf/Makefile.config 7 additions, 0 deletionstools/perf/Makefile.config
- tools/perf/Makefile.perf 2 additions, 2 deletionstools/perf/Makefile.perf
- tools/perf/builtin-annotate.c 4 additions, 0 deletionstools/perf/builtin-annotate.c
- tools/perf/builtin-diff.c 10 additions, 4 deletionstools/perf/builtin-diff.c
- tools/perf/builtin-mem.c 2 additions, 2 deletionstools/perf/builtin-mem.c
- tools/perf/builtin-record.c 6 additions, 2 deletionstools/perf/builtin-record.c
- tools/perf/builtin-report.c 16 additions, 5 deletionstools/perf/builtin-report.c
- tools/perf/builtin-sched.c 6 additions, 6 deletionstools/perf/builtin-sched.c
- tools/perf/builtin-stat.c 6 additions, 5 deletionstools/perf/builtin-stat.c
- tools/perf/builtin-top.c 1 addition, 1 deletiontools/perf/builtin-top.c
Loading
Please register or sign in to comment