Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull perf updates from Ingo Molnar: "This tree includes some late late perf items that missed the first round: tools: - Bash auto completion improvements, now we can auto complete the tools long options, tracepoint event names, etc, from Namhyung Kim. - Look up thread using tid instead of pid in 'perf sched'. - Move global variables into a perf_kvm struct, from David Ahern. - Hists refactorings, preparatory for improved 'diff' command, from Jiri Olsa. - Hists refactorings, preparatory for event group viewieng work, from Namhyung Kim. - Remove double negation on optional feature macro definitions, from Namhyung Kim. - Remove several cases of needless global variables, on most builtins. - misc fixes kernel: - sysfs support for IBS on AMD CPUs, from Robert Richter. - Support for an upcoming Intel CPU, the Xeon-Phi / Knights Corner HPC blade PMU, from Vince Weaver. - misc fixes" * 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (46 commits) perf: Fix perf_cgroup_switch for sw-events perf: Clarify perf_cpu_context::active_pmu usage by renaming it to ::unique_pmu perf/AMD/IBS: Add sysfs support perf hists: Add more helpers for hist entry stat perf hists: Move he->stat.nr_events initialization to a template perf hists: Introduce struct he_stat perf diff: Removing the total_period argument from output code perf tool: Add hpp interface to enable/disable hpp column perf tools: Removing hists pair argument from output path perf hists: Separate overhead and baseline columns perf diff: Refactor diff displacement possition info perf hists: Add struct hists pointer to struct hist_entry perf tools: Complete tracepoint event names perf/x86: Add support for Intel Xeon-Phi Knights Corner PMU perf evlist: Remove some unused methods perf evlist: Introduce add_newtp method perf kvm: Move global variables into a perf_kvm struct perf tools: Convert to BACKTRACE_SUPPORT perf tools: Long option completion support for each subcommands perf tools: Complete long option names of perf command ...
No related branches found
No related tags found
Showing
- arch/x86/include/asm/msr-index.h 5 additions, 0 deletionsarch/x86/include/asm/msr-index.h
- arch/x86/kernel/cpu/Makefile 1 addition, 1 deletionarch/x86/kernel/cpu/Makefile
- arch/x86/kernel/cpu/perf_event.h 2 additions, 0 deletionsarch/x86/kernel/cpu/perf_event.h
- arch/x86/kernel/cpu/perf_event_amd_ibs.c 49 additions, 12 deletionsarch/x86/kernel/cpu/perf_event_amd_ibs.c
- arch/x86/kernel/cpu/perf_event_intel.c 2 additions, 0 deletionsarch/x86/kernel/cpu/perf_event_intel.c
- arch/x86/kernel/cpu/perf_event_knc.c 248 additions, 0 deletionsarch/x86/kernel/cpu/perf_event_knc.c
- arch/x86/kernel/cpu/perfctr-watchdog.c 4 additions, 0 deletionsarch/x86/kernel/cpu/perfctr-watchdog.c
- include/linux/perf_event.h 1 addition, 1 deletioninclude/linux/perf_event.h
- kernel/events/core.c 12 additions, 9 deletionskernel/events/core.c
- tools/perf/Makefile 29 additions, 54 deletionstools/perf/Makefile
- tools/perf/bash_completion 43 additions, 7 deletionstools/perf/bash_completion
- tools/perf/builtin-buildid-cache.c 26 additions, 32 deletionstools/perf/builtin-buildid-cache.c
- tools/perf/builtin-buildid-list.c 24 additions, 31 deletionstools/perf/builtin-buildid-list.c
- tools/perf/builtin-diff.c 49 additions, 19 deletionstools/perf/builtin-diff.c
- tools/perf/builtin-evlist.c 9 additions, 12 deletionstools/perf/builtin-evlist.c
- tools/perf/builtin-help.c 20 additions, 20 deletionstools/perf/builtin-help.c
- tools/perf/builtin-inject.c 45 additions, 43 deletionstools/perf/builtin-inject.c
- tools/perf/builtin-kmem.c 26 additions, 40 deletionstools/perf/builtin-kmem.c
- tools/perf/builtin-kvm.c 253 additions, 207 deletionstools/perf/builtin-kvm.c
- tools/perf/builtin-lock.c 39 additions, 51 deletionstools/perf/builtin-lock.c
Loading
Please register or sign in to comment