diff options
| author | Jiri Olsa <[email protected]> | 2017-11-15 10:53:21 +0000 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2017-11-17 15:16:24 +0000 |
| commit | a7eec4c677fe60c8760fa9054b578c743ff6a3ec (patch) | |
| tree | c5244a20b4143d0142c08d1580caab0a311d8b08 /tools/perf/scripts/python/check-perf-trace.py | |
| parent | perf top: Use signal interface for SIGWINCH handler (diff) | |
| download | kernel-a7eec4c677fe60c8760fa9054b578c743ff6a3ec.tar.gz kernel-a7eec4c677fe60c8760fa9054b578c743ff6a3ec.zip | |
perf top: Fix crash when annotating symbol
Ravi reported crash in perf top --stdio when annotating a function [1].
The issue was, that we don't pass evsel pointer into symbol__annotate()
function, which got over looked in the last annotation changes.
[1] https://marc.info/?l=linux-kernel&m=151060884412702&w=2
Committer note:
This fixes the crash, but makes it stumble into another bug, double
locking the annotation data structures, that is in turn fixed by the
next patch in this series.
Signed-off-by: Jiri Olsa <[email protected]>
Tested-by: Ravi Bangoria <[email protected]>
Tested-by: Arnaldo Carvalho de Melo <[email protected]>
Cc: Adrian Hunter <[email protected]>
Cc: Andi Kleen <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Wang Nan <[email protected]>
Link: http://lkml.kernel.org/n/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions
