-
- Downloads
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 update has mostly fixes, but also other bits: - perf tooling fixes - PMU driver fixes - Intel Broadwell PMU driver HW-enablement for LBR callstacks - a late coming 'perf kmem' tool update that enables it to also analyze page allocation data. Note, this comes with MM tracepoint changes that we believe to not break anything: because it changes the formerly opaque 'struct page *' field that uniquely identifies pages to 'pfn' which identifies pages uniquely too, but isn't as opaque and can be used for other purposes as well" * 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: perf/x86/intel/pt: Fix and clean up error handling in pt_event_add() perf/x86/intel: Add Broadwell support for the LBR callstack perf/x86/intel/rapl: Fix energy counter measurements but supporing per domain energy units perf/x86/intel: Fix Core2,Atom,NHM,WSM cycles:pp events perf/x86: Fix hw_perf_event::flags collision perf probe: Fix segfault when probe with lazy_line to file perf probe: Find compilation directory path for lazy matching perf probe: Set retprobe flag when probe in address-based alternative mode perf kmem: Analyze page allocator events also tracing, mm: Record pfn instead of pointer to struct page
No related branches found
No related tags found
Showing
- arch/x86/kernel/cpu/perf_event.h 9 additions, 9 deletionsarch/x86/kernel/cpu/perf_event.h
- arch/x86/kernel/cpu/perf_event_intel.c 1 addition, 1 deletionarch/x86/kernel/cpu/perf_event_intel.c
- arch/x86/kernel/cpu/perf_event_intel_ds.c 8 additions, 0 deletionsarch/x86/kernel/cpu/perf_event_intel_ds.c
- arch/x86/kernel/cpu/perf_event_intel_pt.c 15 additions, 18 deletionsarch/x86/kernel/cpu/perf_event_intel_pt.c
- arch/x86/kernel/cpu/perf_event_intel_rapl.c 73 additions, 21 deletionsarch/x86/kernel/cpu/perf_event_intel_rapl.c
- include/trace/events/filemap.h 4 additions, 4 deletionsinclude/trace/events/filemap.h
- include/trace/events/kmem.h 21 additions, 21 deletionsinclude/trace/events/kmem.h
- include/trace/events/vmscan.h 4 additions, 4 deletionsinclude/trace/events/vmscan.h
- tools/perf/Documentation/perf-kmem.txt 7 additions, 1 deletiontools/perf/Documentation/perf-kmem.txt
- tools/perf/builtin-kmem.c 484 additions, 16 deletionstools/perf/builtin-kmem.c
- tools/perf/util/probe-event.c 1 addition, 59 deletionstools/perf/util/probe-event.c
- tools/perf/util/probe-finder.c 71 additions, 2 deletionstools/perf/util/probe-finder.c
- tools/perf/util/probe-finder.h 4 additions, 0 deletionstools/perf/util/probe-finder.h
Loading
Please register or sign in to comment