diff options
author | Jackie Liu <[email protected]> | 2021-03-16 09:24:53 +0800 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2021-03-16 10:01:44 -0300 |
commit | 1a096ae46e21b73f83a581e617f76326c1de592d (patch) | |
tree | cd4a31171223f24b643605bb7fc2194d86ea8b27 /scripts/gdb/linux/tasks.py | |
parent | e40647762fb5881360874e08e03e972d58d63c42 (diff) |
perf top: Fix BPF support related crash with perf_event_paranoid=3 + kptr_restrict
After installing the libelf-dev package and compiling perf, if we have
kptr_restrict=2 and perf_event_paranoid=3 'perf top' will crash because
the value of /proc/kallsyms cannot be obtained, which leads to
info->jited_ksyms == NULL. In order to solve this problem, Add a
check before use.
Also plug some leaks on the error path.
Suggested-by: Jiri Olsa <[email protected]>
Signed-off-by: Jackie Liu <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: jackie liu <[email protected]>
Link: http://lore.kernel.org/lkml/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions