Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull perf fixes from Thomas Gleixner: - fix for do_div() abuse on x86 - locking fix in perf core - a pile of (build) fixes and cleanups in perf tools * 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (27 commits) perf/x86: Fix incorrect use of do_div() in NMI warning perf: Fix perf_lock_task_context() vs RCU perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenario perf: Clone child context from parent context pmu perf script: Fix broken include in Context.xs perf tools: Fix -ldw/-lelf link test when static linking perf tools: Revert regression in configuration of Python support perf tools: Fix perf version generation perf stat: Fix per-socket output bug for uncore events perf symbols: Fix vdso list searching perf evsel: Fix missing increment in sample parsing perf tools: Update symbol_conf.nr_events when processing attribute events perf tools: Fix new_term() missing free on error path perf tools: Fix parse_events_terms() segfault on error path perf evsel: Fix count parameter to read call in event_format__new perf tools: fix a typo of a Power7 event name perf tools: Fix -x/--exclude-other option for report command perf evlist: Enhance perf_evlist__start_workload() perf record: Remove -f/--force option perf record: Remove -A/--append option ...
No related branches found
No related tags found
Showing
- Documentation/ABI/testing/sysfs-bus-event_source-devices-events 1 addition, 1 deletion...ntation/ABI/testing/sysfs-bus-event_source-devices-events
- arch/powerpc/perf/power7-pmu.c 6 additions, 6 deletionsarch/powerpc/perf/power7-pmu.c
- arch/x86/kernel/nmi.c 4 additions, 3 deletionsarch/x86/kernel/nmi.c
- kernel/events/core.c 25 additions, 3 deletionskernel/events/core.c
- tools/lib/lk/Makefile 16 additions, 1 deletiontools/lib/lk/Makefile
- tools/perf/Documentation/Makefile 3 additions, 9 deletionstools/perf/Documentation/Makefile
- tools/perf/Documentation/examples.txt 2 additions, 2 deletionstools/perf/Documentation/examples.txt
- tools/perf/Documentation/perf-record.txt 1 addition, 7 deletionstools/perf/Documentation/perf-record.txt
- tools/perf/Makefile 2 additions, 3 deletionstools/perf/Makefile
- tools/perf/bench/mem-memcpy.c 2 additions, 2 deletionstools/perf/bench/mem-memcpy.c
- tools/perf/bench/mem-memset.c 1 addition, 1 deletiontools/perf/bench/mem-memset.c
- tools/perf/builtin-diff.c 0 additions, 1 deletiontools/perf/builtin-diff.c
- tools/perf/builtin-kmem.c 1 addition, 1 deletiontools/perf/builtin-kmem.c
- tools/perf/builtin-lock.c 1 addition, 1 deletiontools/perf/builtin-lock.c
- tools/perf/builtin-record.c 9 additions, 76 deletionstools/perf/builtin-record.c
- tools/perf/builtin-report.c 1 addition, 2 deletionstools/perf/builtin-report.c
- tools/perf/builtin-sched.c 0 additions, 1 deletiontools/perf/builtin-sched.c
- tools/perf/builtin-stat.c 26 additions, 4 deletionstools/perf/builtin-stat.c
- tools/perf/builtin-timechart.c 2 additions, 2 deletionstools/perf/builtin-timechart.c
- tools/perf/builtin-top.c 0 additions, 2 deletionstools/perf/builtin-top.c
Loading
Please register or sign in to comment