diff options
| author | Wei Li <[email protected]> | 2023-08-15 13:17:35 +0000 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2023-08-15 19:41:48 +0000 |
| commit | 708a3e8b80a5364fc3dd4991f1e589a6d7a4a8e0 (patch) | |
| tree | 4ffa97a25d43195f82d857f021da7c49218c05e3 /tools/perf/scripts/python/event_analyzing_sample.py | |
| parent | perf evsel: Remove duplicate check for `field` in evsel__intval() (diff) | |
| download | kernel-708a3e8b80a5364fc3dd4991f1e589a6d7a4a8e0.tar.gz kernel-708a3e8b80a5364fc3dd4991f1e589a6d7a4a8e0.zip | |
perf scripts python: Support syscall name parsing on arm64
In the result of "perf script syscall-counts" on arm64, the syscall
events are not resolved currently. Add "aarch64" to audit uname list to
support name parsing.
* After the patch:
[root@localhost ~]# perf script syscall-counts sleep 1
Press control+C to stop and show the summary
syscall events:
event count
---------------------------------------- -----------
mmap 6
close 5
mprotect 4
brk 3
newfstatat 3
openat 3
getrandom 1
prlimit64 1
munmap 1
clock_nanosleep 1
set_robust_list 1
set_tid_address 1
exit_group 1
read 1
faccessat 1
Signed-off-by: Wei Li <[email protected]>
Cc: Adrian Hunter <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: Ian Rogers <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Li Bin <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions
