-
- Downloads
Merge tag 'perf-urgent-for-mingo' of...
Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent Pull perf/urgent fixes from Arnaldo Carvalho de Melo: - Fix segfault pressing -> in 'perf top' with no hist entries. (Wang Nan) E.g: perf top -e page-faults --pid 11400 # 11400 generates no page-fault - Fix propagation of thread and cpu maps, that got broken when doing incomplete changes to better support events with a PMU cpu mask, leading to Intel PT to fail with an error like: $ perf record -e intel_pt//u uname Error: The sys_perf_event_open() syscall returned with 22 (Invalid argument) for event (sched:sched_switch). Because intel_pt adds that sched:sched_switch evsel to the evlist after the thread/cpu maps were propagated to the evsels, fix it. (Adrian Hunter) Signed-off-by:Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by:
Ingo Molnar <mingo@kernel.org>
No related branches found
No related tags found
Showing
- tools/perf/tests/sw-clock.c 14 additions, 4 deletionstools/perf/tests/sw-clock.c
- tools/perf/tests/task-exit.c 14 additions, 4 deletionstools/perf/tests/task-exit.c
- tools/perf/ui/browsers/hists.c 11 additions, 1 deletiontools/perf/ui/browsers/hists.c
- tools/perf/util/evlist.c 76 additions, 62 deletionstools/perf/util/evlist.c
- tools/perf/util/evlist.h 4 additions, 5 deletionstools/perf/util/evlist.h
- tools/perf/util/evsel.c 1 addition, 0 deletionstools/perf/util/evsel.c
- tools/perf/util/evsel.h 1 addition, 0 deletionstools/perf/util/evsel.h
- tools/perf/util/parse-events.c 3 additions, 4 deletionstools/perf/util/parse-events.c
Loading
Please register or sign in to comment