[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <202506131634.ef8ef10b-lkp@intel.com>
Date: Fri, 13 Jun 2025 17:40:35 +0800
From: kernel test robot <oliver.sang@...el.com>
To: Howard Chu <howardchu95@...il.com>
CC: <oe-lkp@...ts.linux.dev>, <lkp@...el.com>,
<linux-perf-users@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<acme@...nel.org>, <mingo@...hat.com>, <namhyung@...nel.org>,
<mark.rutland@....com>, <alexander.shishkin@...ux.intel.com>,
<jolsa@...nel.org>, <irogers@...gle.com>, <adrian.hunter@...el.com>,
<peterz@...radead.org>, <kan.liang@...ux.intel.com>, Howard Chu
<howardchu95@...il.com>, <oliver.sang@...el.com>
Subject: Re: [PATCH v3 5/6] perf test trace BTF: Use --sort-events in BTF
general tests
Hello,
besides below formal report, we observed below difference comparing to parent.
1d2859b4fa79a8e2 609a86901e6fd886f1139aed8f8
---------------- ---------------------------
fail:runs %reproduction fail:runs
| | |
:6 100% 6:6 kmsg.sanitizer.direct_leak/__interceptor_malloc/alloc_event/ordered_events__new_event/ordered_events__queue/trace__deliver_event/trace__run
:6 100% 6:6 kmsg.sanitizer.direct_leak/__interceptor_malloc/thread__get/trace__sys_enter/trace__handle_event/__trace__deliver_event/ordered_events__deliver_event
:6 100% 6:6 kmsg.sanitizer.indirect_leak/__interceptor_calloc/nsinfo__alloc/nsinfo__copy/map__new/machine__process_mmap2_event/machine__process_event
:6 100% 6:6 kmsg.sanitizer.indirect_leak/__interceptor_calloc/zalloc/comm__new/thread__new/threads__findnew/__machine__findnew_thread
:6 100% 6:6 kmsg.sanitizer.indirect_leak/__interceptor_calloc/zalloc/dso__new_id/__dsos__addnew_id/__dsos__findnew_id/dsos__findnew_id
:6 100% 6:6 kmsg.sanitizer.indirect_leak/__interceptor_calloc/zalloc/dso__new_id/dso__new/__machine__addnew_vdso/machine__findnew_vdso
:6 100% 6:6 kmsg.sanitizer.indirect_leak/__interceptor_calloc/zalloc/map__new/machine__process_mmap2_event/machine__process_event/trace__process_event
:6 100% 6:6 kmsg.sanitizer.indirect_leak/__interceptor_calloc/zalloc/maps__new/thread__init_maps/__machine__findnew_thread/machine__findnew_thread
:6 100% 6:6 kmsg.sanitizer.indirect_leak/__interceptor_calloc/zalloc/thread__new/threads__findnew/__machine__findnew_thread/machine__findnew_thread
:6 100% 6:6 kmsg.sanitizer.indirect_leak/__interceptor_calloc/zalloc/thread_trace__new/thread__trace/trace__sys_enter/trace__handle_event
:6 100% 6:6 kmsg.sanitizer.indirect_leak/__interceptor_malloc/comm_str__get/comm_strs__findnew/comm__override/____thread__set_comm/__thread__set_comm
:6 100% 6:6 kmsg.sanitizer.indirect_leak/__interceptor_malloc/dso__get/map__init/map__new/machine__process_mmap2_event/machine__process_event
:6 100% 6:6 kmsg.sanitizer.indirect_leak/__interceptor_malloc/map__get/__maps__insert_sorted/__maps__fixup_overlap_and_insert/maps__fixup_overlap_and_insert/thread__insert_map
:6 100% 6:6 kmsg.sanitizer.indirect_leak/__interceptor_malloc/maps__new/thread__init_maps/__machine__findnew_thread/machine__findnew_thread/machine__process_comm_event
:6 100% 6:6 kmsg.sanitizer.indirect_leak/__interceptor_malloc/nsinfo__alloc/nsinfo__copy/map__new/machine__process_mmap2_event/machine__process_event
:6 100% 6:6 kmsg.sanitizer.indirect_leak/__interceptor_malloc/nsinfo__alloc/nsinfo__new/thread__new/threads__findnew/__machine__findnew_thread
:6 100% 6:6 kmsg.sanitizer.indirect_leak/__interceptor_malloc/nsinfo__get/map__new/machine__process_mmap2_event/machine__process_event/trace__process_event
:6 100% 6:6 kmsg.sanitizer.indirect_leak/__interceptor_malloc/trace__sys_enter/trace__handle_event/__trace__deliver_event/ordered_events__deliver_event/do_flush
:6 100% 6:6 kmsg.sanitizer.indirect_leak/__interceptor_realloc/__maps__insert_sorted/__maps__fixup_overlap_and_insert/maps__fixup_overlap_and_insert/thread__insert_map/machine__process_mmap2_event
:6 100% 6:6 kmsg.sanitizer.indirect_leak/__interceptor_strdup/dso__set_basename/__dsos__addnew_id/__dsos__findnew_id/dsos__findnew_id/machine__findnew_dso_id
we don't have enough knowledge whether the appearance of these leak message is
actually a fix from 609a86901e6fd886f1139aed8f8 which allows to show issue
clearly. so just report out FYI.
below is formal report.
kernel test robot noticed "kmsg.sanitizer.indirect_leak/__interceptor_malloc/trace__sys_enter/trace__handle_event/__trace__deliver_event/ordered_events__deliver_event/do_flush" on:
commit: 609a86901e6fd886f1139aed8f8c66d982f2afed ("[PATCH v3 5/6] perf test trace BTF: Use --sort-events in BTF general tests")
url: https://github.com/intel-lab-lkp/linux/commits/Howard-Chu/perf-test-trace-Use-shell-s-f-flag-to-check-if-vmlinux-exists/20250529-031444
patch link: https://lore.kernel.org/all/20250528191148.89118-6-howardchu95@gmail.com/
patch subject: [PATCH v3 5/6] perf test trace BTF: Use --sort-events in BTF general tests
in testcase: perf-sanity-tests
version:
with following parameters:
perf_compiler: clang
group: group-02
config: x86_64-rhel-9.4-bpf
compiler: gcc-12
test machine: 8 threads 1 sockets Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz (Kaby Lake) with 32G memory
(please refer to attached dmesg/kmsg for entire log/backtrace)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <oliver.sang@...el.com>
| Closes: https://lore.kernel.org/oe-lkp/202506131634.ef8ef10b-lkp@intel.com
gcc march setting is skylake
valid
make PERF passed
2025-06-12 08:31:04 cd /usr/src/linux-perf-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf
2025-06-12 08:31:04 mkdir -p /pkg
2025-06-12 08:31:04 mkdir -p /kbuild/obj/consumer/x86_64-rhel-9.4-bpf
2025-06-12 08:31:05 cp /pkg/linux/x86_64-rhel-9.4-bpf/gcc-12/609a86901e6fd886f1139aed8f8c66d982f2afed/vmlinux.xz /tmp
2025-06-12 08:31:09 unxz -k /tmp/vmlinux.xz
2025-06-12 08:31:18 cp /tmp/vmlinux /kbuild/obj/consumer/x86_64-rhel-9.4-bpf
2025-06-12 08:31:19 sudo /usr/src/linux-perf-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf test 101 -v
101: perf metrics value validation : Running (1 active)
101: perf metrics value validation : Ok
2025-06-12 08:31:20 sudo /usr/src/linux-perf-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf test 102 -v
102: Check Arm64 callgraphs are complete in fp mode : Running (1 active)
102: Check Arm64 callgraphs are complete in fp mode : Skip
2025-06-12 08:31:21 sudo /usr/src/linux-perf-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf test 103 -v
103: Check Arm SPE doesn't hang when there are forks : Running (1 active)
103: Check Arm SPE doesn't hang when there are forks : Skip
2025-06-12 08:31:22 sudo /usr/src/linux-perf-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf test 104 -v
104: Check branch stack sampling : Running (1 active)
--- start ---
test child forked, pid 7384
13b7261-13b730c l brstack_bench
perf does have symbol 'brstack_bench'
Testing user branch stack sampling
=================================================================
==7433==ERROR: LeakSanitizer: detected memory leaks
Direct leak of 88504 byte(s) in 13 object(s) allocated from:
#0 0x7fc7e91593b7 in __interceptor_calloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:77
#1 0x7fc7e8f8b743 (/lib/x86_64-linux-gnu/libelf.so.1+0x3743)
Indirect leak of 26176 byte(s) in 13 object(s) allocated from:
#0 0x7fc7e91599cf in __interceptor_malloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:69
#1 0x7fc7e8f929f0 (/lib/x86_64-linux-gnu/libelf.so.1+0xa9f0)
Indirect leak of 4282 byte(s) in 13 object(s) allocated from:
#0 0x7fc7e91599cf in __interceptor_malloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:69
#1 0x7fc7e8f93812 (/lib/x86_64-linux-gnu/libelf.so.1+0xb812)
SUMMARY: AddressSanitizer: 118962 byte(s) leaked in 39 allocation(s).
Unexpected signal in test_user_branches
---- end(-1) ----
104: Check branch stack sampling : FAILED!
2025-06-12 08:31:35 sudo /usr/src/linux-perf-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf test 105 -v
105: Test java symbol : Running (1 active)
105: Test java symbol : Skip
2025-06-12 08:31:36 sudo /usr/src/linux-perf-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf test 106 -v
106: 'perf data convert --to-json' command test : Running (1 active)
106: 'perf data convert --to-json' command test : Ok
2025-06-12 08:31:43 sudo /usr/src/linux-perf-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf test 107 -v
107: test perf probe of function from different CU : Running (1 active)
--- start ---
test child forked, pid 7502
=================================================================
==7532==ERROR: LeakSanitizer: detected memory leaks
Direct leak of 7960 byte(s) in 1 object(s) allocated from:
#0 0x7fa35b43f3b7 in __interceptor_calloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:77
#1 0x7fa35b271743 (/lib/x86_64-linux-gnu/libelf.so.1+0x3743)
Indirect leak of 2368 byte(s) in 1 object(s) allocated from:
#0 0x7fa35b43f9cf in __interceptor_malloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:69
#1 0x7fa35b2789f0 (/lib/x86_64-linux-gnu/libelf.so.1+0xa9f0)
Indirect leak of 368 byte(s) in 1 object(s) allocated from:
#0 0x7fa35b43f9cf in __interceptor_malloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:69
#1 0x7fa35b279812 (/lib/x86_64-linux-gnu/libelf.so.1+0xb812)
SUMMARY: AddressSanitizer: 10696 byte(s) leaked in 3 allocation(s).
--- Cleaning up ---
"foo" does not hit any event.
Error: Failed to delete events.
---- end(-1) ----
107: test perf probe of function from different CU : FAILED!
2025-06-12 08:31:45 sudo /usr/src/linux-perf-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf test 108 -v
108: perf trace enum augmentation tests : Running (1 active)
108: perf trace enum augmentation tests : Ok
2025-06-12 08:31:51 sudo /usr/src/linux-perf-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf test 109 -v
109: perf trace BTF general tests : Running (1 active)
--- start ---
test child forked, pid 7588
Checking if vmlinux BTF exists
Testing perf trace's string augmentation
String augmentation test failed, output:
mv/7612 renameat2(CWD, 0x3bf92cdc, CWD, 0x3bf92cec, NOREPLACE) = 0
=================================================================
==7605==ERROR: LeakSanitizer: detected memory leaks
Direct leak of 65536 byte(s) in 1 object(s) allocated from:
#0 0x7f857a9839cf in __interceptor_malloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:69
#1 0x5575e6397181 in alloc_event util/ordered-events.c:148
#2 0x5575e63978aa in ordered_events__new_event util/ordered-events.c:177
#3 0x5575e6397f3f in ordered_events__queue util/ordered-events.c:210
#4 0x5575e5ec3034 in trace__deliver_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4214
#5 0x5575e5ec79ec in trace__run /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4599
#6 0x5575e5ed894b in cmd_trace /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:5820
#7 0x5575e5eec211 in run_builtin /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:351
#8 0x5575e5eecacf in handle_internal_command /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:404
#9 0x5575e5eed025 in run_argv /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:448
#10 0x5575e5eed7cc in main /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:556
#11 0x7f857996e249 (/lib/x86_64-linux-gnu/libc.so.6+0x27249)
Direct leak of 8 byte(s) in 1 object(s) allocated from:
#0 0x7f857a9839cf in __interceptor_malloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:69
#1 0x5575e63a656a in thread__get util/thread.c:136
#2 0x5575e5eb47d7 in trace__sys_enter /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:2820
#3 0x5575e5ec0d0a in trace__handle_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:3623
#4 0x5575e5ec2a4e in __trace__deliver_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4180
#5 0x5575e5ec314e in ordered_events__deliver_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4226
#6 0x5575e6398bb6 in do_flush util/ordered-events.c:245
#7 0x5575e6399a57 in __ordered_events__flush util/ordered-events.c:324
#8 0x5575e6399f6a in ordered_events__flush util/ordered-events.c:342
#9 0x5575e5ec7f39 in trace__run /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4641
#10 0x5575e5ed894b in cmd_trace /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:5820
#11 0x5575e5eec211 in run_builtin /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:351
#12 0x5575e5eecacf in handle_internal_command /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:404
#13 0x5575e5eed025 in run_argv /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:448
#14 0x5575e5eed7cc in main /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:556
#15 0x7f857996e249 (/lib/x86_64-linux-gnu/libc.so.6+0x27249)
Indirect leak of 2495 byte(s) in 6 object(s) allocated from:
#0 0x7f857a9833b7 in __interceptor_calloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:77
#1 0x5575e5f17fde in zalloc ../../lib/zalloc.c:8
#2 0x5575e62a45ea in dso__new_id util/dso.c:1515
#3 0x5575e62ac313 in __dsos__addnew_id util/dsos.c:328
#4 0x5575e62ac400 in __dsos__findnew_id util/dsos.c:350
#5 0x5575e62ac48a in dsos__findnew_id util/dsos.c:357
#6 0x5575e634b668 in machine__findnew_dso_id util/machine.c:3153
#7 0x5575e63515c1 in map__new util/map.c:169
#8 0x5575e633bfbb in machine__process_mmap2_event util/machine.c:1736
#9 0x5575e633dafd in machine__process_event util/machine.c:1928
#10 0x5575e5ea78e7 in trace__process_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:1949
#11 0x5575e5ec0607 in trace__handle_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:3601
#12 0x5575e5ec2a4e in __trace__deliver_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4180
#13 0x5575e5ec314e in ordered_events__deliver_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4226
#14 0x5575e6398bb6 in do_flush util/ordered-events.c:245
#15 0x5575e6399a57 in __ordered_events__flush util/ordered-events.c:324
#16 0x5575e6399f6a in ordered_events__flush util/ordered-events.c:342
#17 0x5575e5ec7f39 in trace__run /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4641
#18 0x5575e5ed894b in cmd_trace /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:5820
#19 0x5575e5eec211 in run_builtin /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:351
#20 0x5575e5eecacf in handle_internal_command /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:404
#21 0x5575e5eed025 in run_argv /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:448
#22 0x5575e5eed7cc in main /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:556
#23 0x7f857996e249 (/lib/x86_64-linux-gnu/libc.so.6+0x27249)
Indirect leak of 2048 byte(s) in 1 object(s) allocated from:
#0 0x7f857a9839cf in __interceptor_malloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:69
#1 0x5575e5eb35a5 in trace__sys_enter /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:2776
#2 0x5575e5ec0d0a in trace__handle_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:3623
#3 0x5575e5ec2a4e in __trace__deliver_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4180
#4 0x5575e5ec314e in ordered_events__deliver_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4226
#5 0x5575e6398bb6 in do_flush util/ordered-events.c:245
#6 0x5575e6399a57 in __ordered_events__flush util/ordered-events.c:324
#7 0x5575e6399f6a in ordered_events__flush util/ordered-events.c:342
#8 0x5575e5ec7f39 in trace__run /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4641
#9 0x5575e5ed894b in cmd_trace /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:5820
#10 0x5575e5eec211 in run_builtin /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:351
#11 0x5575e5eecacf in handle_internal_command /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:404
#12 0x5575e5eed025 in run_argv /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:448
#13 0x5575e5eed7cc in main /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:556
#14 0x7f857996e249 (/lib/x86_64-linux-gnu/libc.so.6+0x27249)
Indirect leak of 448 byte(s) in 8 object(s) allocated from:
#0 0x7f857a9833b7 in __interceptor_calloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:77
#1 0x5575e5f17fde in zalloc ../../lib/zalloc.c:8
#2 0x5575e6351323 in map__new util/map.c:132
#3 0x5575e633bfbb in machine__process_mmap2_event util/machine.c:1736
#4 0x5575e633dafd in machine__process_event util/machine.c:1928
#5 0x5575e5ea78e7 in trace__process_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:1949
#6 0x5575e5ec0607 in trace__handle_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:3601
#7 0x5575e5ec2a4e in __trace__deliver_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4180
#8 0x5575e5ec314e in ordered_events__deliver_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4226
#9 0x5575e6398bb6 in do_flush util/ordered-events.c:245
#10 0x5575e6399a57 in __ordered_events__flush util/ordered-events.c:324
#11 0x5575e6399f6a in ordered_events__flush util/ordered-events.c:342
#12 0x5575e5ec7f39 in trace__run /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4641
#13 0x5575e5ed894b in cmd_trace /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:5820
#14 0x5575e5eec211 in run_builtin /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:351
#15 0x5575e5eecacf in handle_internal_command /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:404
#16 0x5575e5eed025 in run_argv /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:448
#17 0x5575e5eed7cc in main /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:556
#18 0x7f857996e249 (/lib/x86_64-linux-gnu/libc.so.6+0x27249)
Indirect leak of 383 byte(s) in 1 object(s) allocated from:
#0 0x7f857a9833b7 in __interceptor_calloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:77
#1 0x5575e5f17fde in zalloc ../../lib/zalloc.c:8
#2 0x5575e62a45ea in dso__new_id util/dso.c:1515
#3 0x5575e62a5970 in dso__new util/dso.c:1566
#4 0x5575e64e75d4 in __machine__addnew_vdso util/vdso.c:132
#5 0x5575e64e8fed in machine__findnew_vdso util/vdso.c:361
#6 0x5575e6351598 in map__new util/map.c:167
#7 0x5575e633bfbb in machine__process_mmap2_event util/machine.c:1736
#8 0x5575e633dafd in machine__process_event util/machine.c:1928
#9 0x5575e5ea78e7 in trace__process_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:1949
#10 0x5575e5ec0607 in trace__handle_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:3601
#11 0x5575e5ec2a4e in __trace__deliver_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4180
#12 0x5575e5ec314e in ordered_events__deliver_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4226
#13 0x5575e6398bb6 in do_flush util/ordered-events.c:245
#14 0x5575e6399a57 in __ordered_events__flush util/ordered-events.c:324
#15 0x5575e6399f6a in ordered_events__flush util/ordered-events.c:342
#16 0x5575e5ec7f39 in trace__run /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4641
#17 0x5575e5ed894b in cmd_trace /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:5820
#18 0x5575e5eec211 in run_builtin /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:351
#19 0x5575e5eecacf in handle_internal_command /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:404
#20 0x5575e5eed025 in run_argv /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:448
#21 0x5575e5eed7cc in main /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:556
#22 0x7f857996e249 (/lib/x86_64-linux-gnu/libc.so.6+0x27249)
Indirect leak of 256 byte(s) in 1 object(s) allocated from:
#0 0x7f857a9833b7 in __interceptor_calloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:77
#1 0x5575e5f17fde in zalloc ../../lib/zalloc.c:8
#2 0x5575e63a5982 in thread__new util/thread.c:46
#3 0x5575e63aa3b0 in threads__findnew util/threads.c:116
#4 0x5575e6331574 in __machine__findnew_thread util/machine.c:506
#5 0x5575e63317ab in machine__findnew_thread util/machine.c:530
#6 0x5575e6331bb0 in machine__process_comm_event util/machine.c:569
#7 0x5575e633da81 in machine__process_event util/machine.c:1920
#8 0x5575e5ea78e7 in trace__process_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:1949
#9 0x5575e5ec0607 in trace__handle_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:3601
#10 0x5575e5ec2a4e in __trace__deliver_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4180
#11 0x5575e5ec314e in ordered_events__deliver_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4226
#12 0x5575e6398bb6 in do_flush util/ordered-events.c:245
#13 0x5575e6399a57 in __ordered_events__flush util/ordered-events.c:324
#14 0x5575e6399f6a in ordered_events__flush util/ordered-events.c:342
#15 0x5575e5ec7f39 in trace__run /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4641
#16 0x5575e5ed894b in cmd_trace /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:5820
#17 0x5575e5eec211 in run_builtin /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:351
#18 0x5575e5eecacf in handle_internal_command /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:404
#19 0x5575e5eed025 in run_argv /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:448
#20 0x5575e5eed7cc in main /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:556
#21 0x7f857996e249 (/lib/x86_64-linux-gnu/libc.so.6+0x27249)
Indirect leak of 256 byte(s) in 1 object(s) allocated from:
#0 0x7f857a9828d5 in __interceptor_realloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:85
#1 0x5575e635c451 in __maps__insert_sorted util/maps.c:770
#2 0x5575e635dd4c in __maps__fixup_overlap_and_insert util/maps.c:965
#3 0x5575e635de01 in maps__fixup_overlap_and_insert util/maps.c:975
#4 0x5575e63a76cf in thread__insert_map util/thread.c:357
#5 0x5575e633bfe9 in machine__process_mmap2_event util/machine.c:1745
#6 0x5575e633dafd in machine__process_event util/machine.c:1928
#7 0x5575e5ea78e7 in trace__process_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:1949
#8 0x5575e5ec0607 in trace__handle_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:3601
#9 0x5575e5ec2a4e in __trace__deliver_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4180
#10 0x5575e5ec314e in ordered_events__deliver_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4226
#11 0x5575e6398bb6 in do_flush util/ordered-events.c:245
#12 0x5575e6399a57 in __ordered_events__flush util/ordered-events.c:324
#13 0x5575e6399f6a in ordered_events__flush util/ordered-events.c:342
#14 0x5575e5ec7f39 in trace__run /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4641
#15 0x5575e5ed894b in cmd_trace /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:5820
#16 0x5575e5eec211 in run_builtin /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:351
#17 0x5575e5eecacf in handle_internal_command /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:404
#18 0x5575e5eed025 in run_argv /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:448
#19 0x5575e5eed7cc in main /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:556
#20 0x7f857996e249 (/lib/x86_64-linux-gnu/libc.so.6+0x27249)
Indirect leak of 112 byte(s) in 1 object(s) allocated from:
#0 0x7f857a9833b7 in __interceptor_calloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:77
#1 0x5575e5f17fde in zalloc ../../lib/zalloc.c:8
#2 0x5575e5ea3bce in thread_trace__new /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:1587
#3 0x5575e5ea40e8 in thread__trace /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:1625
#4 0x5575e5eb33b0 in trace__sys_enter /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:2767
#5 0x5575e5ec0d0a in trace__handle_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:3623
#6 0x5575e5ec2a4e in __trace__deliver_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4180
#7 0x5575e5ec314e in ordered_events__deliver_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4226
#8 0x5575e6398bb6 in do_flush util/ordered-events.c:245
#9 0x5575e6399a57 in __ordered_events__flush util/ordered-events.c:324
#10 0x5575e6399f6a in ordered_events__flush util/ordered-events.c:342
#11 0x5575e5ec7f39 in trace__run /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4641
#12 0x5575e5ed894b in cmd_trace /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:5820
#13 0x5575e5eec211 in run_builtin /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:351
#14 0x5575e5eecacf in handle_internal_command /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:404
#15 0x5575e5eed025 in run_argv /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:448
#16 0x5575e5eed7cc in main /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:556
#17 0x7f857996e249 (/lib/x86_64-linux-gnu/libc.so.6+0x27249)
Indirect leak of 107 byte(s) in 6 object(s) allocated from:
#0 0x7f857a93b77b in __interceptor_strdup ../../../../src/libsanitizer/asan/asan_interceptors.cpp:439
#1 0x5575e62ac1c7 in dso__set_basename util/dsos.c:316
#2 0x5575e62ac32a in __dsos__addnew_id util/dsos.c:336
#3 0x5575e62ac400 in __dsos__findnew_id util/dsos.c:350
#4 0x5575e62ac48a in dsos__findnew_id util/dsos.c:357
#5 0x5575e634b668 in machine__findnew_dso_id util/machine.c:3153
#6 0x5575e63515c1 in map__new util/map.c:169
#7 0x5575e633bfbb in machine__process_mmap2_event util/machine.c:1736
#8 0x5575e633dafd in machine__process_event util/machine.c:1928
#9 0x5575e5ea78e7 in trace__process_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:1949
#10 0x5575e5ec0607 in trace__handle_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:3601
#11 0x5575e5ec2a4e in __trace__deliver_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4180
#12 0x5575e5ec314e in ordered_events__deliver_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4226
#13 0x5575e6398bb6 in do_flush util/ordered-events.c:245
#14 0x5575e6399a57 in __ordered_events__flush util/ordered-events.c:324
#15 0x5575e6399f6a in ordered_events__flush util/ordered-events.c:342
#16 0x5575e5ec7f39 in trace__run /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4641
#17 0x5575e5ed894b in cmd_trace /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:5820
#18 0x5575e5eec211 in run_builtin /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:351
#19 0x5575e5eecacf in handle_internal_command /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:404
#20 0x5575e5eed025 in run_argv /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:448
#21 0x5575e5eed7cc in main /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:556
#22 0x7f857996e249 (/lib/x86_64-linux-gnu/libc.so.6+0x27249)
Indirect leak of 104 byte(s) in 1 object(s) allocated from:
#0 0x7f857a9833b7 in __interceptor_calloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:77
#1 0x5575e5f17fde in zalloc ../../lib/zalloc.c:8
#2 0x5575e6357f49 in maps__new util/maps.c:248
#3 0x5575e63a583f in thread__init_maps util/thread.c:30
#4 0x5575e63315fa in __machine__findnew_thread util/machine.c:516
#5 0x5575e63317ab in machine__findnew_thread util/machine.c:530
#6 0x5575e6331bb0 in machine__process_comm_event util/machine.c:569
#7 0x5575e633da81 in machine__process_event util/machine.c:1920
#8 0x5575e5ea78e7 in trace__process_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:1949
#9 0x5575e5ec0607 in trace__handle_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:3601
#10 0x5575e5ec2a4e in __trace__deliver_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4180
#11 0x5575e5ec314e in ordered_events__deliver_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4226
#12 0x5575e6398bb6 in do_flush util/ordered-events.c:245
#13 0x5575e6399a57 in __ordered_events__flush util/ordered-events.c:324
#14 0x5575e6399f6a in ordered_events__flush util/ordered-events.c:342
#15 0x5575e5ec7f39 in trace__run /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4641
#16 0x5575e5ed894b in cmd_trace /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:5820
#17 0x5575e5eec211 in run_builtin /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:351
#18 0x5575e5eecacf in handle_internal_command /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:404
#19 0x5575e5eed025 in run_argv /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:448
#20 0x5575e5eed7cc in main /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:556
#21 0x7f857996e249 (/lib/x86_64-linux-gnu/libc.so.6+0x27249)
Indirect leak of 64 byte(s) in 8 object(s) allocated from:
#0 0x7f857a9839cf in __interceptor_malloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:69
#1 0x5575e63554c8 in map__get util/map.h:189
#2 0x5575e635c6d1 in __maps__insert_sorted util/maps.c:791
#3 0x5575e635dd4c in __maps__fixup_overlap_and_insert util/maps.c:965
#4 0x5575e635de01 in maps__fixup_overlap_and_insert util/maps.c:975
#5 0x5575e63a76cf in thread__insert_map util/thread.c:357
#6 0x5575e633bfe9 in machine__process_mmap2_event util/machine.c:1745
#7 0x5575e633dafd in machine__process_event util/machine.c:1928
#8 0x5575e5ea78e7 in trace__process_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:1949
#9 0x5575e5ec0607 in trace__handle_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:3601
#10 0x5575e5ec2a4e in __trace__deliver_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4180
#11 0x5575e5ec314e in ordered_events__deliver_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4226
#12 0x5575e6398bb6 in do_flush util/ordered-events.c:245
#13 0x5575e6399a57 in __ordered_events__flush util/ordered-events.c:324
#14 0x5575e6399f6a in ordered_events__flush util/ordered-events.c:342
#15 0x5575e5ec7f39 in trace__run /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4641
#16 0x5575e5ed894b in cmd_trace /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:5820
#17 0x5575e5eec211 in run_builtin /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:351
#18 0x5575e5eecacf in handle_internal_command /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:404
#19 0x5575e5eed025 in run_argv /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:448
#20 0x5575e5eed7cc in main /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:556
#21 0x7f857996e249 (/lib/x86_64-linux-gnu/libc.so.6+0x27249)
Indirect leak of 64 byte(s) in 8 object(s) allocated from:
#0 0x7f857a9839cf in __interceptor_malloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:69
#1 0x5575e62a64c6 in dso__get util/dso.c:1607
#2 0x5575e6350f6f in map__init util/map.c:112
#3 0x5575e635166b in map__new util/map.c:175
#4 0x5575e633bfbb in machine__process_mmap2_event util/machine.c:1736
#5 0x5575e633dafd in machine__process_event util/machine.c:1928
#6 0x5575e5ea78e7 in trace__process_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:1949
#7 0x5575e5ec0607 in trace__handle_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:3601
#8 0x5575e5ec2a4e in __trace__deliver_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4180
#9 0x5575e5ec314e in ordered_events__deliver_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4226
#10 0x5575e6398bb6 in do_flush util/ordered-events.c:245
#11 0x5575e6399a57 in __ordered_events__flush util/ordered-events.c:324
#12 0x5575e6399f6a in ordered_events__flush util/ordered-events.c:342
#13 0x5575e5ec7f39 in trace__run /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4641
#14 0x5575e5ed894b in cmd_trace /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:5820
#15 0x5575e5eec211 in run_builtin /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:351
#16 0x5575e5eecacf in handle_internal_command /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:404
#17 0x5575e5eed025 in run_argv /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:448
#18 0x5575e5eed7cc in main /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:556
#19 0x7f857996e249 (/lib/x86_64-linux-gnu/libc.so.6+0x27249)
Indirect leak of 48 byte(s) in 6 object(s) allocated from:
#0 0x7f857a9839cf in __interceptor_malloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:69
#1 0x5575e639d8e1 in nsinfo__get util/namespaces.c:230
#2 0x5575e635147a in map__new util/map.c:142
#3 0x5575e633bfbb in machine__process_mmap2_event util/machine.c:1736
#4 0x5575e633dafd in machine__process_event util/machine.c:1928
#5 0x5575e5ea78e7 in trace__process_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:1949
#6 0x5575e5ec0607 in trace__handle_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:3601
#7 0x5575e5ec2a4e in __trace__deliver_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4180
#8 0x5575e5ec314e in ordered_events__deliver_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4226
#9 0x5575e6398bb6 in do_flush util/ordered-events.c:245
#10 0x5575e6399a57 in __ordered_events__flush util/ordered-events.c:324
#11 0x5575e6399f6a in ordered_events__flush util/ordered-events.c:342
#12 0x5575e5ec7f39 in trace__run /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4641
#13 0x5575e5ed894b in cmd_trace /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:5820
#14 0x5575e5eec211 in run_builtin /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:351
#15 0x5575e5eecacf in handle_internal_command /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:404
#16 0x5575e5eed025 in run_argv /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:448
#17 0x5575e5eed7cc in main /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:556
#18 0x7f857996e249 (/lib/x86_64-linux-gnu/libc.so.6+0x27249)
Indirect leak of 48 byte(s) in 1 object(s) allocated from:
#0 0x7f857a9833b7 in __interceptor_calloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:77
#1 0x5575e5f17fde in zalloc ../../lib/zalloc.c:8
#2 0x5575e63a1a99 in comm__new util/comm.c:194
#3 0x5575e63a5b75 in thread__new util/thread.c:66
#4 0x5575e63aa3b0 in threads__findnew util/threads.c:116
#5 0x5575e6331574 in __machine__findnew_thread util/machine.c:506
#6 0x5575e63317ab in machine__findnew_thread util/machine.c:530
#7 0x5575e6331bb0 in machine__process_comm_event util/machine.c:569
#8 0x5575e633da81 in machine__process_event util/machine.c:1920
#9 0x5575e5ea78e7 in trace__process_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:1949
#10 0x5575e5ec0607 in trace__handle_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:3601
#11 0x5575e5ec2a4e in __trace__deliver_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4180
#12 0x5575e5ec314e in ordered_events__deliver_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4226
#13 0x5575e6398bb6 in do_flush util/ordered-events.c:245
#14 0x5575e6399a57 in __ordered_events__flush util/ordered-events.c:324
#15 0x5575e6399f6a in ordered_events__flush util/ordered-events.c:342
#16 0x5575e5ec7f39 in trace__run /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4641
#17 0x5575e5ed894b in cmd_trace /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:5820
#18 0x5575e5eec211 in run_builtin /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:351
#19 0x5575e5eecacf in handle_internal_command /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:404
#20 0x5575e5eed025 in run_argv /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:448
#21 0x5575e5eed7cc in main /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:556
#22 0x7f857996e249 (/lib/x86_64-linux-gnu/libc.so.6+0x27249)
Indirect leak of 32 byte(s) in 1 object(s) allocated from:
#0 0x7f857a9833b7 in __interceptor_calloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:77
#1 0x5575e639c9bc in nsinfo__alloc util/namespaces.c:147
#2 0x5575e639cf60 in nsinfo__copy util/namespaces.c:192
#3 0x5575e6351537 in map__new util/map.c:160
#4 0x5575e633bfbb in machine__process_mmap2_event util/machine.c:1736
#5 0x5575e633dafd in machine__process_event util/machine.c:1928
#6 0x5575e5ea78e7 in trace__process_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:1949
#7 0x5575e5ec0607 in trace__handle_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:3601
#8 0x5575e5ec2a4e in __trace__deliver_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4180
#9 0x5575e5ec314e in ordered_events__deliver_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4226
#10 0x5575e6398bb6 in do_flush util/ordered-events.c:245
#11 0x5575e6399a57 in __ordered_events__flush util/ordered-events.c:324
#12 0x5575e6399f6a in ordered_events__flush util/ordered-events.c:342
#13 0x5575e5ec7f39 in trace__run /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4641
#14 0x5575e5ed894b in cmd_trace /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:5820
#15 0x5575e5eec211 in run_builtin /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:351
#16 0x5575e5eecacf in handle_internal_command /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:404
#17 0x5575e5eed025 in run_argv /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:448
#18 0x5575e5eed7cc in main /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:556
#19 0x7f857996e249 (/lib/x86_64-linux-gnu/libc.so.6+0x27249)
Indirect leak of 8 byte(s) in 1 object(s) allocated from:
#0 0x7f857a9839cf in __interceptor_malloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:69
#1 0x5575e639c9d5 in nsinfo__alloc util/namespaces.c:148
#2 0x5575e639cf60 in nsinfo__copy util/namespaces.c:192
#3 0x5575e6351537 in map__new util/map.c:160
#4 0x5575e633bfbb in machine__process_mmap2_event util/machine.c:1736
#5 0x5575e633dafd in machine__process_event util/machine.c:1928
#6 0x5575e5ea78e7 in trace__process_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:1949
#7 0x5575e5ec0607 in trace__handle_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:3601
#8 0x5575e5ec2a4e in __trace__deliver_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4180
#9 0x5575e5ec314e in ordered_events__deliver_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4226
#10 0x5575e6398bb6 in do_flush util/ordered-events.c:245
#11 0x5575e6399a57 in __ordered_events__flush util/ordered-events.c:324
#12 0x5575e6399f6a in ordered_events__flush util/ordered-events.c:342
#13 0x5575e5ec7f39 in trace__run /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4641
#14 0x5575e5ed894b in cmd_trace /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:5820
#15 0x5575e5eec211 in run_builtin /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:351
#16 0x5575e5eecacf in handle_internal_command /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:404
#17 0x5575e5eed025 in run_argv /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:448
#18 0x5575e5eed7cc in main /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:556
#19 0x7f857996e249 (/lib/x86_64-linux-gnu/libc.so.6+0x27249)
Indirect leak of 8 byte(s) in 1 object(s) allocated from:
#0 0x7f857a9839cf in __interceptor_malloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:69
#1 0x5575e63a0038 in comm_str__get util/comm.c:58
#2 0x5575e63a1a49 in comm_strs__findnew util/comm.c:189
#3 0x5575e63a1d01 in comm__override util/comm.c:215
#4 0x5575e63a6f62 in ____thread__set_comm util/thread.c:250
#5 0x5575e63a70af in __thread__set_comm util/thread.c:274
#6 0x5575e6331e80 in machine__process_comm_event util/machine.c:582
#7 0x5575e633da81 in machine__process_event util/machine.c:1920
#8 0x5575e5ea78e7 in trace__process_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:1949
#9 0x5575e5ec0607 in trace__handle_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:3601
#10 0x5575e5ec2a4e in __trace__deliver_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4180
#11 0x5575e5ec314e in ordered_events__deliver_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4226
#12 0x5575e6398bb6 in do_flush util/ordered-events.c:245
#13 0x5575e6399a57 in __ordered_events__flush util/ordered-events.c:324
#14 0x5575e6399f6a in ordered_events__flush util/ordered-events.c:342
#15 0x5575e5ec7f39 in trace__run /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4641
#16 0x5575e5ed894b in cmd_trace /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:5820
#17 0x5575e5eec211 in run_builtin /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:351
#18 0x5575e5eecacf in handle_internal_command /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:404
#19 0x5575e5eed025 in run_argv /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:448
#20 0x5575e5eed7cc in main /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:556
#21 0x7f857996e249 (/lib/x86_64-linux-gnu/libc.so.6+0x27249)
Indirect leak of 8 byte(s) in 1 object(s) allocated from:
#0 0x7f857a9839cf in __interceptor_malloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:69
#1 0x5575e6357f62 in maps__new util/maps.c:250
#2 0x5575e63a583f in thread__init_maps util/thread.c:30
#3 0x5575e63315fa in __machine__findnew_thread util/machine.c:516
#4 0x5575e63317ab in machine__findnew_thread util/machine.c:530
#5 0x5575e6331bb0 in machine__process_comm_event util/machine.c:569
#6 0x5575e633da81 in machine__process_event util/machine.c:1920
#7 0x5575e5ea78e7 in trace__process_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:1949
#8 0x5575e5ec0607 in trace__handle_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:3601
#9 0x5575e5ec2a4e in __trace__deliver_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4180
#10 0x5575e5ec314e in ordered_events__deliver_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4226
#11 0x5575e6398bb6 in do_flush util/ordered-events.c:245
#12 0x5575e6399a57 in __ordered_events__flush util/ordered-events.c:324
#13 0x5575e6399f6a in ordered_events__flush util/ordered-events.c:342
#14 0x5575e5ec7f39 in trace__run /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4641
#15 0x5575e5ed894b in cmd_trace /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:5820
#16 0x5575e5eec211 in run_builtin /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:351
#17 0x5575e5eecacf in handle_internal_command /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:404
#18 0x5575e5eed025 in run_argv /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:448
#19 0x5575e5eed7cc in main /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:556
#20 0x7f857996e249 (/lib/x86_64-linux-gnu/libc.so.6+0x27249)
Indirect leak of 8 byte(s) in 1 object(s) allocated from:
#0 0x7f857a9839cf in __interceptor_malloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:69
#1 0x5575e639c9d5 in nsinfo__alloc util/namespaces.c:148
#2 0x5575e639cb09 in nsinfo__new util/namespaces.c:161
#3 0x5575e63a5c95 in thread__new util/thread.c:73
#4 0x5575e63aa3b0 in threads__findnew util/threads.c:116
#5 0x5575e6331574 in __machine__findnew_thread util/machine.c:506
#6 0x5575e63317ab in machine__findnew_thread util/machine.c:530
#7 0x5575e6331bb0 in machine__process_comm_event util/machine.c:569
#8 0x5575e633da81 in machine__process_event util/machine.c:1920
#9 0x5575e5ea78e7 in trace__process_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:1949
#10 0x5575e5ec0607 in trace__handle_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:3601
#11 0x5575e5ec2a4e in __trace__deliver_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4180
#12 0x5575e5ec314e in ordered_events__deliver_event /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4226
#13 0x5575e6398bb6 in do_flush util/ordered-events.c:245
#14 0x5575e6399a57 in __ordered_events__flush util/ordered-events.c:324
#15 0x5575e6399f6a in ordered_events__flush util/ordered-events.c:342
#16 0x5575e5ec7f39 in trace__run /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:4641
#17 0x5575e5ed894b in cmd_trace /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/builtin-trace.c:5820
#18 0x5575e5eec211 in run_builtin /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:351
#19 0x5575e5eecacf in handle_internal_command /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:404
#20 0x5575e5eed025 in run_argv /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:448
#21 0x5575e5eed7cc in main /usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf.c:556
#22 0x7f857996e249 (/lib/x86_64-linux-gnu/libc.so.6+0x27249)
SUMMARY: AddressSanitizer: 72041 byte(s) leaked in 56 allocation(s).
---- end(-1) ----
109: perf trace BTF general tests : FAILED!
2025-06-12 08:31:54 sudo /usr/src/linux-perf-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf test 110 -v
110: perf trace exit race : Running (1 active)
110: perf trace exit race : Ok
2025-06-12 08:32:16 sudo /usr/src/linux-perf-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf test 111 -v
111: perf trace record and replay : Running (1 active)
111: perf trace record and replay : Ok
2025-06-12 08:32:23 sudo /usr/src/linux-perf-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf test 112 -v
112: Number of exit events of a simple workload : Running (1 active)
112: Number of exit events of a simple workload : Ok
2025-06-12 08:32:23 sudo /usr/src/linux-perf-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf test 113 -v
113: Track with sched_switch : Running (1 active)
113: Track with sched_switch : Ok
2025-06-12 08:32:24 sudo /usr/src/linux-perf-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf test 114 -v
114: AMD IBS sample period : Running (1 active)
114: AMD IBS sample period : Skip
2025-06-12 08:32:25 sudo /usr/src/linux-perf-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf test 115 -v
115: CoreSight / ASM Pure Loop : Running (1 active)
115: CoreSight / ASM Pure Loop : Skip
2025-06-12 08:32:25 sudo /usr/src/linux-perf-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf test 116 -v
116: CoreSight / Memcpy 16k 10 Threads : Running (1 active)
116: CoreSight / Memcpy 16k 10 Threads : Skip
2025-06-12 08:32:26 sudo /usr/src/linux-perf-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf test 117 -v
117: CoreSight / Thread Loop 10 Threads - Check TID : Running (1 active)
117: CoreSight / Thread Loop 10 Threads - Check TID : Skip
2025-06-12 08:32:26 sudo /usr/src/linux-perf-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf test 118 -v
118: CoreSight / Thread Loop 2 Threads - Check TID : Running (1 active)
118: CoreSight / Thread Loop 2 Threads - Check TID : Skip
2025-06-12 08:32:27 sudo /usr/src/linux-perf-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf test 119 -v
119: CoreSight / Unroll Loop Thread 10 : Running (1 active)
119: CoreSight / Unroll Loop Thread 10 : Skip
2025-06-12 08:32:28 sudo /usr/src/linux-perf-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf test 120 -v
120: perftool-testsuite_probe : Running (1 active)
--- start ---
test child forked, pid 7863
Probing warn_thunk_thunk
Result polluted by broken DWARF, trying another probe
Probing asm_exc_divide_error
-- [ PASS ] -- perf_probe :: test_adding_blacklisted :: adding blacklisted function asm_exc_divide_error
-- [ PASS ] -- perf_probe :: test_adding_blacklisted :: listing blacklisted probe (should NOT be listed)
## [ PASS ] ## perf_probe :: test_adding_blacklisted SUMMARY
-- [ PASS ] -- perf_probe :: test_adding_kernel :: adding probe inode_permission ::
-- [ PASS ] -- perf_probe :: test_adding_kernel :: adding probe inode_permission :: -a
-- [ PASS ] -- perf_probe :: test_adding_kernel :: adding probe inode_permission :: --add
-- [ PASS ] -- perf_probe :: test_adding_kernel :: listing added probe :: perf list
-- [ PASS ] -- perf_probe :: test_adding_kernel :: listing added probe :: perf probe -l
-- [ PASS ] -- perf_probe :: test_adding_kernel :: using added probe
-- [ PASS ] -- perf_probe :: test_adding_kernel :: deleting added probe
-- [ PASS ] -- perf_probe :: test_adding_kernel :: listing removed probe (should NOT be listed)
-- [ PASS ] -- perf_probe :: test_adding_kernel :: dry run :: adding probe
-- [ PASS ] -- perf_probe :: test_adding_kernel :: force-adding probes :: first probe adding
-- [ PASS ] -- perf_probe :: test_adding_kernel :: force-adding probes :: second probe adding (without force)
-- [ PASS ] -- perf_probe :: test_adding_kernel :: force-adding probes :: second probe adding (with force)
-- [ PASS ] -- perf_probe :: test_adding_kernel :: using doubled probe
-- [ PASS ] -- perf_probe :: test_adding_kernel :: removing multiple probes
Regexp not found: "probe:vfs_mknod"
Regexp not found: "probe:vfs_create"
Regexp not found: "probe:vfs_rmdir"
Regexp not found: "probe:vfs_link"
Regexp not found: "probe:vfs_write"
-- [ FAIL ] -- perf_probe :: test_adding_kernel :: wildcard adding support (command exitcode + output regexp parsing)
-- [ PASS ] -- perf_probe :: test_adding_kernel :: non-existing variable
-- [ PASS ] -- perf_probe :: test_adding_kernel :: function with retval :: add
-- [ PASS ] -- perf_probe :: test_adding_kernel :: function with retval :: record
-- [ PASS ] -- perf_probe :: test_adding_kernel :: function argument probing :: script
## [ FAIL ] ## perf_probe :: test_adding_kernel SUMMARY :: 1 failures found
-- [ SKIP ] -- perf_probe :: test_basic :: help message :: testcase skipped
-- [ PASS ] -- perf_probe :: test_basic :: usage message
-- [ PASS ] -- perf_probe :: test_basic :: quiet switch
## [ PASS ] ## perf_probe :: test_basic SUMMARY
-- [ PASS ] -- perf_probe :: test_invalid_options :: missing argument for -a
-- [ PASS ] -- perf_probe :: test_invalid_options :: missing argument for -d
-- [ PASS ] -- perf_probe :: test_invalid_options :: missing argument for -L
-- [ PASS ] -- perf_probe :: test_invalid_options :: missing argument for -V
-- [ PASS ] -- perf_probe :: test_invalid_options :: unnecessary argument for -F
-- [ PASS ] -- perf_probe :: test_invalid_options :: unnecessary argument for -l
-- [ PASS ] -- perf_probe :: test_invalid_options :: mutually exclusive options :: -a xxx -d xxx
-- [ PASS ] -- perf_probe :: test_invalid_options :: mutually exclusive options :: -a xxx -L foo
-- [ PASS ] -- perf_probe :: test_invalid_options :: mutually exclusive options :: -a xxx -V foo
-- [ PASS ] -- perf_probe :: test_invalid_options :: mutually exclusive options :: -a xxx -l
-- [ PASS ] -- perf_probe :: test_invalid_options :: mutually exclusive options :: -a xxx -F
-- [ PASS ] -- perf_probe :: test_invalid_options :: mutually exclusive options :: -d xxx -L foo
-- [ PASS ] -- perf_probe :: test_invalid_options :: mutually exclusive options :: -d xxx -V foo
-- [ PASS ] -- perf_probe :: test_invalid_options :: mutually exclusive options :: -d xxx -l
-- [ PASS ] -- perf_probe :: test_invalid_options :: mutually exclusive options :: -d xxx -F
-- [ PASS ] -- perf_probe :: test_invalid_options :: mutually exclusive options :: -L foo -V bar
-- [ PASS ] -- perf_probe :: test_invalid_options :: mutually exclusive options :: -L foo -l
-- [ PASS ] -- perf_probe :: test_invalid_options :: mutually exclusive options :: -L foo -F
-- [ PASS ] -- perf_probe :: test_invalid_options :: mutually exclusive options :: -V foo -l
-- [ PASS ] -- perf_probe :: test_invalid_options :: mutually exclusive options :: -V foo -F
-- [ PASS ] -- perf_probe :: test_invalid_options :: mutually exclusive options :: -l -F
## [ PASS ] ## perf_probe :: test_invalid_options SUMMARY
-- [ PASS ] -- perf_probe :: test_line_semantics :: acceptable descriptions :: func
-- [ PASS ] -- perf_probe :: test_line_semantics :: acceptable descriptions :: func:10
-- [ PASS ] -- perf_probe :: test_line_semantics :: acceptable descriptions :: func:0-10
-- [ PASS ] -- perf_probe :: test_line_semantics :: acceptable descriptions :: func:2+10
-- [ PASS ] -- perf_probe :: test_line_semantics :: acceptable descriptions :: func@...rce.c
-- [ PASS ] -- perf_probe :: test_line_semantics :: acceptable descriptions :: func@...rce.c:1
-- [ PASS ] -- perf_probe :: test_line_semantics :: acceptable descriptions :: source.c:1
-- [ PASS ] -- perf_probe :: test_line_semantics :: acceptable descriptions :: source.c:1+1
-- [ PASS ] -- perf_probe :: test_line_semantics :: acceptable descriptions :: source.c:1-10
-- [ PASS ] -- perf_probe :: test_line_semantics :: unacceptable descriptions :: func:foo
-- [ PASS ] -- perf_probe :: test_line_semantics :: unacceptable descriptions :: func:1-foo
-- [ PASS ] -- perf_probe :: test_line_semantics :: unacceptable descriptions :: func:1+foo
-- [ PASS ] -- perf_probe :: test_line_semantics :: unacceptable descriptions :: func;lazy\*pattern
## [ PASS ] ## perf_probe :: test_line_semantics SUMMARY
---- end(-1) ----
120: perftool-testsuite_probe : FAILED!
2025-06-12 08:34:28 sudo /usr/src/linux-perf-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf test 121 -v
121: perftool-testsuite_report : Running (1 active)
--- start ---
test child forked, pid 8589
-- [ PASS ] -- perf_report :: setup :: prepare the perf.data file
==================
[ perf record: Woken up 1 times to write data ]
[ perf record: Captured and wrote 0.363 MB /tmp/perftool-testsuite_report.3fm/perf_report/perf.data.1 (7443 samples) ]
==================
-- [ PASS ] -- perf_report :: setup :: prepare the perf.data.1 file
## [ PASS ] ## perf_report :: setup SUMMARY
-- [ SKIP ] -- perf_report :: test_basic :: help message :: testcase skipped
Line did not match any pattern: "Kernel address maps (/proc/{kallsyms,modules}) were restricted."
Line did not match any pattern: ""
Line did not match any pattern: "Check /proc/sys/kernel/kptr_restrict before running 'perf record'."
Line did not match any pattern: ""
Line did not match any pattern: "If some relocation was applied (e.g. kexec) symbols may be misresolved."
Line did not match any pattern: ""
Line did not match any pattern: "Samples in kernel modules can't be resolved as well."
Line did not match any pattern: ""
Line did not match any pattern: ""
Line did not match any pattern: "================================================================="
Line did not match any pattern: "==8774==ERROR: LeakSanitizer: detected memory leaks"
Line did not match any pattern: ""
Line did not match any pattern: "Direct leak of 31008 byte(s) in 4 object(s) allocated from:"
Line did not match any pattern: " #0 0x7ff86125e3b7 in __interceptor_calloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:77"
Line did not match any pattern: " #1 0x7ff861090743 (/lib/x86_64-linux-gnu/libelf.so.1+0x3743)"
Line did not match any pattern: ""
Line did not match any pattern: "Indirect leak of 9216 byte(s) in 4 object(s) allocated from:"
Line did not match any pattern: " #0 0x7ff86125e9cf in __interceptor_malloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:69"
Line did not match any pattern: " #1 0x7ff8610979f0 (/lib/x86_64-linux-gnu/libelf.so.1+0xa9f0)"
Line did not match any pattern: ""
-- [ FAIL ] -- perf_report :: test_basic :: basic execution (command exitcode + output regexp parsing)
Line did not match any pattern: "Kernel address maps (/proc/{kallsyms,modules}) were restricted."
Line did not match any pattern: ""
Line did not match any pattern: "Check /proc/sys/kernel/kptr_restrict before running 'perf record'."
Line did not match any pattern: ""
Line did not match any pattern: "If some relocation was applied (e.g. kexec) symbols may be misresolved."
Line did not match any pattern: ""
Line did not match any pattern: "Samples in kernel modules can't be resolved as well."
Line did not match any pattern: ""
Line did not match any pattern: ""
Line did not match any pattern: "================================================================="
Line did not match any pattern: "==8805==ERROR: LeakSanitizer: detected memory leaks"
Line did not match any pattern: ""
Line did not match any pattern: "Direct leak of 31008 byte(s) in 4 object(s) allocated from:"
Line did not match any pattern: " #0 0x7ff7e8e5a3b7 in __interceptor_calloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:77"
Line did not match any pattern: " #1 0x7ff7e8c8c743 (/lib/x86_64-linux-gnu/libelf.so.1+0x3743)"
Line did not match any pattern: ""
Line did not match any pattern: "Indirect leak of 9216 byte(s) in 4 object(s) allocated from:"
Line did not match any pattern: " #0 0x7ff7e8e5a9cf in __interceptor_malloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:69"
Line did not match any pattern: " #1 0x7ff7e8c939f0 (/lib/x86_64-linux-gnu/libelf.so.1+0xa9f0)"
Line did not match any pattern: ""
-- [ FAIL ] -- perf_report :: test_basic :: number of samples (command exitcode + output regexp parsing)
-- [ PASS ] -- perf_report :: test_basic :: header
-- [ PASS ] -- perf_report :: test_basic :: header timestamp
Line did not match any pattern: "Kernel address maps (/proc/{kallsyms,modules}) were restricted."
Line did not match any pattern: ""
Line did not match any pattern: "Check /proc/sys/kernel/kptr_restrict before running 'perf record'."
Line did not match any pattern: ""
Line did not match any pattern: "If some relocation was applied (e.g. kexec) symbols may be misresolved."
Line did not match any pattern: ""
Line did not match any pattern: "Samples in kernel modules can't be resolved as well."
Line did not match any pattern: ""
Line did not match any pattern: ""
Line did not match any pattern: "================================================================="
Line did not match any pattern: "==8858==ERROR: LeakSanitizer: detected memory leaks"
Line did not match any pattern: ""
Line did not match any pattern: "Direct leak of 31008 byte(s) in 4 object(s) allocated from:"
Line did not match any pattern: " #0 0x7f1a836203b7 in __interceptor_calloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:77"
Line did not match any pattern: " #1 0x7f1a83452743 (/lib/x86_64-linux-gnu/libelf.so.1+0x3743)"
Line did not match any pattern: ""
Line did not match any pattern: "Indirect leak of 9216 byte(s) in 4 object(s) allocated from:"
Line did not match any pattern: " #0 0x7f1a836209cf in __interceptor_malloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:69"
Line did not match any pattern: " #1 0x7f1a834599f0 (/lib/x86_64-linux-gnu/libelf.so.1+0xa9f0)"
Line did not match any pattern: ""
-- [ FAIL ] -- perf_report :: test_basic :: show CPU utilization (command exitcode + output regexp parsing)
Line did not match any pattern: "Kernel address maps (/proc/{kallsyms,modules}) were restricted."
Line did not match any pattern: ""
Line did not match any pattern: "Check /proc/sys/kernel/kptr_restrict before running 'perf record'."
Line did not match any pattern: ""
Line did not match any pattern: "If some relocation was applied (e.g. kexec) symbols may be misresolved."
Line did not match any pattern: ""
Line did not match any pattern: "Samples in kernel modules can't be resolved as well."
Line did not match any pattern: ""
Line did not match any pattern: ""
Line did not match any pattern: "================================================================="
Line did not match any pattern: "==8889==ERROR: LeakSanitizer: detected memory leaks"
Line did not match any pattern: ""
Line did not match any pattern: "Direct leak of 31008 byte(s) in 4 object(s) allocated from:"
Line did not match any pattern: " #0 0x7f3243f2e3b7 in __interceptor_calloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:77"
Line did not match any pattern: " #1 0x7f3243d60743 (/lib/x86_64-linux-gnu/libelf.so.1+0x3743)"
Line did not match any pattern: ""
Line did not match any pattern: "Indirect leak of 9216 byte(s) in 4 object(s) allocated from:"
Line did not match any pattern: " #0 0x7f3243f2e9cf in __interceptor_malloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:69"
Line did not match any pattern: " #1 0x7f3243d679f0 (/lib/x86_64-linux-gnu/libelf.so.1+0xa9f0)"
Line did not match any pattern: ""
-- [ FAIL ] -- perf_report :: test_basic :: pid (command exitcode + output regexp parsing)
Line did not match any pattern: "Kernel address maps (/proc/{kallsyms,modules}) were restricted."
Line did not match any pattern: ""
Line did not match any pattern: "Check /proc/sys/kernel/kptr_restrict before running 'perf record'."
Line did not match any pattern: ""
Line did not match any pattern: "If some relocation was applied (e.g. kexec) symbols may be misresolved."
Line did not match any pattern: ""
Line did not match any pattern: "Samples in kernel modules can't be resolved as well."
Line did not match any pattern: ""
Line did not match any pattern: ""
Line did not match any pattern: "================================================================="
Line did not match any pattern: "==8919==ERROR: LeakSanitizer: detected memory leaks"
Line did not match any pattern: ""
Line did not match any pattern: "Direct leak of 31008 byte(s) in 4 object(s) allocated from:"
Line did not match any pattern: " #0 0x7ffb48cb83b7 in __interceptor_calloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:77"
Line did not match any pattern: " #1 0x7ffb48aea743 (/lib/x86_64-linux-gnu/libelf.so.1+0x3743)"
Line did not match any pattern: ""
Line did not match any pattern: "Indirect leak of 9216 byte(s) in 4 object(s) allocated from:"
Line did not match any pattern: " #0 0x7ffb48cb89cf in __interceptor_malloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:69"
Line did not match any pattern: " #1 0x7ffb48af19f0 (/lib/x86_64-linux-gnu/libelf.so.1+0xa9f0)"
Line did not match any pattern: ""
-- [ FAIL ] -- perf_report :: test_basic :: non-existing symbol (command exitcode + output regexp parsing)
Line did not match any pattern: "Kernel address maps (/proc/{kallsyms,modules}) were restricted."
Line did not match any pattern: ""
Line did not match any pattern: "Check /proc/sys/kernel/kptr_restrict before running 'perf record'."
Line did not match any pattern: ""
Line did not match any pattern: "If some relocation was applied (e.g. kexec) symbols may be misresolved."
Line did not match any pattern: ""
Line did not match any pattern: "Samples in kernel modules can't be resolved as well."
Line did not match any pattern: ""
Line did not match any pattern: ""
Line did not match any pattern: "================================================================="
Line did not match any pattern: "==8947==ERROR: LeakSanitizer: detected memory leaks"
Line did not match any pattern: ""
Line did not match any pattern: "Direct leak of 31008 byte(s) in 4 object(s) allocated from:"
Line did not match any pattern: " #0 0x7f3d86ba73b7 in __interceptor_calloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:77"
Line did not match any pattern: " #1 0x7f3d869d9743 (/lib/x86_64-linux-gnu/libelf.so.1+0x3743)"
Line did not match any pattern: ""
Line did not match any pattern: "Indirect leak of 9216 byte(s) in 4 object(s) allocated from:"
Line did not match any pattern: " #0 0x7f3d86ba79cf in __interceptor_malloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:69"
Line did not match any pattern: " #1 0x7f3d869e09f0 (/lib/x86_64-linux-gnu/libelf.so.1+0xa9f0)"
Line did not match any pattern: ""
-- [ FAIL ] -- perf_report :: test_basic :: symbol filter (command exitcode + output regexp parsing)
-- [ PASS ] -- perf_report :: test_basic :: latency header
Line did not match any pattern: "Kernel address maps (/proc/{kallsyms,modules}) were restricted."
Line did not match any pattern: ""
Line did not match any pattern: "Check /proc/sys/kernel/kptr_restrict before running 'perf record'."
Line did not match any pattern: ""
Line did not match any pattern: "If some relocation was applied (e.g. kexec) symbols may be misresolved."
Line did not match any pattern: ""
Line did not match any pattern: "Samples in kernel modules can't be resolved as well."
Line did not match any pattern: ""
Line did not match any pattern: ""
Line did not match any pattern: "================================================================="
Line did not match any pattern: "==8983==ERROR: LeakSanitizer: detected memory leaks"
Line did not match any pattern: ""
Line did not match any pattern: "Direct leak of 31632 byte(s) in 4 object(s) allocated from:"
Line did not match any pattern: " #0 0x7f0c4389f3b7 in __interceptor_calloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:77"
Line did not match any pattern: " #1 0x7f0c436d1743 (/lib/x86_64-linux-gnu/libelf.so.1+0x3743)"
Line did not match any pattern: ""
Line did not match any pattern: "Indirect leak of 9408 byte(s) in 4 object(s) allocated from:"
Line did not match any pattern: " #0 0x7f0c4389f9cf in __interceptor_malloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:69"
Line did not match any pattern: " #1 0x7f0c436d89f0 (/lib/x86_64-linux-gnu/libelf.so.1+0xa9f0)"
Line did not match any pattern: ""
-- [ FAIL ] -- perf_report :: test_basic :: default report for latency profile (command exitcode + output regexp parsing)
Line did not match any pattern: "Kernel address maps (/proc/{kallsyms,modules}) were restricted."
Line did not match any pattern: ""
Line did not match any pattern: "Check /proc/sys/kernel/kptr_restrict before running 'perf record'."
Line did not match any pattern: ""
Line did not match any pattern: "If some relocation was applied (e.g. kexec) symbols may be misresolved."
Line did not match any pattern: ""
Line did not match any pattern: "Samples in kernel modules can't be resolved as well."
Line did not match any pattern: ""
Line did not match any pattern: ""
Line did not match any pattern: "================================================================="
Line did not match any pattern: "==8993==ERROR: LeakSanitizer: detected memory leaks"
Line did not match any pattern: ""
Line did not match any pattern: "Direct leak of 31632 byte(s) in 4 object(s) allocated from:"
Line did not match any pattern: " #0 0x7f4b6c5293b7 in __interceptor_calloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:77"
Line did not match any pattern: " #1 0x7f4b6c35b743 (/lib/x86_64-linux-gnu/libelf.so.1+0x3743)"
Line did not match any pattern: ""
Line did not match any pattern: "Indirect leak of 9408 byte(s) in 4 object(s) allocated from:"
Line did not match any pattern: " #0 0x7f4b6c5299cf in __interceptor_malloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:69"
Line did not match any pattern: " #1 0x7f4b6c3629f0 (/lib/x86_64-linux-gnu/libelf.so.1+0xa9f0)"
Line did not match any pattern: ""
-- [ FAIL ] -- perf_report :: test_basic :: latency report for latency profile (command exitcode + output regexp parsing)
Line did not match any pattern: "Kernel address maps (/proc/{kallsyms,modules}) were restricted."
Line did not match any pattern: ""
Line did not match any pattern: "Check /proc/sys/kernel/kptr_restrict before running 'perf record'."
Line did not match any pattern: ""
Line did not match any pattern: "If some relocation was applied (e.g. kexec) symbols may be misresolved."
Line did not match any pattern: ""
Line did not match any pattern: "Samples in kernel modules can't be resolved as well."
Line did not match any pattern: ""
Line did not match any pattern: ""
Line did not match any pattern: "================================================================="
Line did not match any pattern: "==9000==ERROR: LeakSanitizer: detected memory leaks"
Line did not match any pattern: ""
Line did not match any pattern: "Direct leak of 31632 byte(s) in 4 object(s) allocated from:"
Line did not match any pattern: " #0 0x7f7f685093b7 in __interceptor_calloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:77"
Line did not match any pattern: " #1 0x7f7f6833b743 (/lib/x86_64-linux-gnu/libelf.so.1+0x3743)"
Line did not match any pattern: ""
Line did not match any pattern: "Indirect leak of 9408 byte(s) in 4 object(s) allocated from:"
Line did not match any pattern: " #0 0x7f7f685099cf in __interceptor_malloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:69"
Line did not match any pattern: " #1 0x7f7f683429f0 (/lib/x86_64-linux-gnu/libelf.so.1+0xa9f0)"
Line did not match any pattern: ""
-- [ FAIL ] -- perf_report :: test_basic :: parallelism histogram (command exitcode + output regexp parsing)
## [ FAIL ] ## perf_report :: test_basic SUMMARY :: 9 failures found
---- end(-1) ----
121: perftool-testsuite_report : FAILED!
2025-06-12 08:35:35 sudo /usr/src/linux-perf-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf test 122 -v
122: Add vfs_getname probe to get syscall args filenames : Running (1 active)
122: Add vfs_getname probe to get syscall args filenames : Skip
2025-06-12 08:35:47 sudo /usr/src/linux-perf-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf test 123 -v
123: probe libc's inet_pton & backtrace it with ping : Running (1 active)
--- start ---
test child forked, pid 9089
=================================================================
==9148==ERROR: LeakSanitizer: detected memory leaks
Direct leak of 19872 byte(s) in 2 object(s) allocated from:
#0 0x7f4034a983b7 in __interceptor_calloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:77
#1 0x7f40348ca743 (/lib/x86_64-linux-gnu/libelf.so.1+0x3743)
Indirect leak of 5952 byte(s) in 2 object(s) allocated from:
#0 0x7f4034a989cf in __interceptor_malloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:69
#1 0x7f40348d19f0 (/lib/x86_64-linux-gnu/libelf.so.1+0xa9f0)
Indirect leak of 1337 byte(s) in 2 object(s) allocated from:
#0 0x7f4034a989cf in __interceptor_malloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:69
#1 0x7f40348d2812 (/lib/x86_64-linux-gnu/libelf.so.1+0xb812)
SUMMARY: AddressSanitizer: 27161 byte(s) leaked in 6 allocation(s).
Pattern: ping[][0-9 \.:]+probe_libc:inet_pton: \([[:xdigit:]]+\)
FAIL: Didn't find the expected backtrace entry "ping[][0-9 \.:]+probe_libc:inet_pton: \([[:xdigit:]]+\)"
---- end(-1) ----
123: probe libc's inet_pton & backtrace it with ping : FAILED!
2025-06-12 08:35:57 sudo /usr/src/linux-perf-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf test 124 -v
124: Use vfs_getname probe to get syscall args filenames : Running (1 active)
124: Use vfs_getname probe to get syscall args filenames : Skip
2025-06-12 08:36:09 sudo /usr/src/linux-perf-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf test 125 -v
125: perf record tests : Running (1 active)
125: perf record tests : Ok
2025-06-12 08:37:30 sudo /usr/src/linux-perf-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf test 126 -v
126: perf record LBR tests : Running (1 active)
--- start ---
test child forked, pid 9835
LBR callgraph
[ perf record: Woken up 10 times to write data ]
[ perf record: Captured and wrote 2.641 MB /tmp/__perf_test.perf.data.Ew2Rs (9267 samples) ]
Warning:
Kernel address maps (/proc/{kallsyms,modules}) were restricted.
Check /proc/sys/kernel/kptr_restrict before running 'perf record'.
If some relocation was applied (e.g. kexec) symbols may be misresolved.
Samples in kernel modules can't be resolved as well.
=================================================================
==9859==ERROR: LeakSanitizer: detected memory leaks
Direct leak of 69408 byte(s) in 10 object(s) allocated from:
#0 0x7f02e4ae73b7 in __interceptor_calloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:77
#1 0x7f02e4919743 (/lib/x86_64-linux-gnu/libelf.so.1+0x3743)
Indirect leak of 20544 byte(s) in 10 object(s) allocated from:
#0 0x7f02e4ae79cf in __interceptor_malloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:69
#1 0x7f02e49209f0 (/lib/x86_64-linux-gnu/libelf.so.1+0xa9f0)
Indirect leak of 3463 byte(s) in 10 object(s) allocated from:
#0 0x7f02e4ae79cf in __interceptor_malloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:69
#1 0x7f02e4921812 (/lib/x86_64-linux-gnu/libelf.so.1+0xb812)
SUMMARY: AddressSanitizer: 93415 byte(s) leaked in 30 allocation(s).
# To display the perf.data header info, please use --header/--header-only options.
#
#
# Total Lost Samples: 0
#
# Samples: 9K of event 'cycles'
# Event count (approx.): 9126645360
#
# Children Self Command Shared Object Symbol
# ........ ........ ....... .......................... ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
#
86.59% 84.33% perf perf [.] test_loop
|
|--42.94%--_start
| __libc_start_main
| 0x7f0ca76f1248
| main
| run_argv
| handle_internal_command
| run_builtin
| cmd_test
| run_workload
| thloop
| test_loop
|
|--41.40%--0x7f0ca77d37da
| 0x7f0ca775313e
| thfunc
| test_loop
|
--2.26%--test_loop
|
--2.03%--0xffffffff81000e06
|
--1.92%--0xffffffff82c72b15
0xffffffff812c3303
|
--1.71%--0xffffffff814e082b
|
--1.60%--0xffffffff814df30f
|
--1.56%--0xffffffff81500d0d
|
--1.45%--0xffffffff814ddbe0
|
--0.57%--0xffffffff813d4114
44.44% 0.00% perf perf [.] _start
|
---_start
__libc_start_main
|
--43.27%--0x7f0ca76f1248
main
|
--43.00%--run_argv
handle_internal_command
run_builtin
cmd_test
run_workload
thloop
|
--42.96%--test_loop
44.44% 0.00% perf libc.so.6 [.] __libc_start_main
|
---__libc_start_main
|
--43.27%--0x7f0ca76f1248
main
|
--43.00%--run_argv
handle_internal_command
run_builtin
cmd_test
run_workload
thloop
|
--42.96%--test_loop
43.70% 0.00% perf libc.so.6 [.] 0x00007f0ca77d37da
|
---0x7f0ca77d37da
|
--43.67%--0x7f0ca775313e
|
--43.64%--thfunc
test_loop
|
--2.01%--0xffffffff81000e06
|
--1.90%--0xffffffff82c72b15
0xffffffff812c3303
|
--1.69%--0xffffffff814e082b
|
--1.58%--0xffffffff814df30f
|
--1.55%--0xffffffff81500d0d
|
--1.44%--0xffffffff814ddbe0
|
--0.56%--0xffffffff813d4114
43.67% 0.00% perf libc.so.6 [.] 0x00007f0ca775313e
|
---0x7f0ca775313e
|
--43.64%--thfunc
test_loop
|
--2.01%--0xffffffff81000e06
|
--1.90%--0xffffffff82c72b15
0xffffffff812c3303
|
--1.69%--0xffffffff814e082b
|
--1.58%--0xffffffff814df30f
|
--1.55%--0xffffffff81500d0d
|
--1.44%--0xffffffff814ddbe0
|
--0.56%--0xffffffff813d4114
43.64% 0.00% perf perf [.] thfunc
|
---thfunc
test_loop
|
--2.01%--0xffffffff81000e06
|
--1.90%--0xffffffff82c72b15
0xffffffff812c3303
|
--1.69%--0xffffffff814e082b
|
--1.58%--0xffffffff814df30f
|
--1.55%--0xffffffff81500d0d
|
--1.44%--0xffffffff814ddbe0
|
--0.56%--0xffffffff813d4114
43.27% 0.00% perf libc.so.6 [.] 0x00007f0ca76f1248
|
---0x7f0ca76f1248
main
|
--43.00%--run_argv
handle_internal_command
run_builtin
cmd_test
run_workload
thloop
|
--42.96%--test_loop
43.27% 0.00% perf perf [.] main
|
---main
|
--43.00%--run_argv
handle_internal_command
run_builtin
cmd_test
run_workload
thloop
|
--42.96%--test_loop
43.25% 0.00% perf perf [.] handle_internal_command
|
---handle_internal_command
|
--43.00%--run_builtin
cmd_test
run_workload
thloop
|
--42.96%--test_loop
43.00% 0.00% perf perf [.] run_argv
|
---run_argv
handle_internal_command
run_builtin
cmd_test
run_workload
thloop
|
--42.96%--test_loop
43.00% 0.00% perf perf [.] run_builtin
|
---run_builtin
cmd_test
run_workload
thloop
|
--42.96%--test_loop
43.00% 0.00% perf perf [.] cmd_test
|
---cmd_test
run_workload
thloop
|
--42.96%--test_loop
43.00% 0.00% perf perf [.] run_workload
|
---run_workload
thloop
|
--42.96%--test_loop
43.00% 0.00% perf perf [.] thloop
|
---thloop
|
--42.96%--test_loop
5.58% 0.00% perf [unknown] [k] 0xffffffff81000bb2
|
---0xffffffff81000bb2
|
--5.49%--0xffffffff82c73057
|
|--4.75%--0xffffffff812ec7ef
| |
| --4.22%--0xffffffff81820024
| |
| --4.09%--0xffffffff8181f94c
| |
| --3.57%--0xffffffff8181f2ab
| |
| |--0.68%--0xffffffff8181edbb
| |
| --0.62%--0xffffffff8181ee02
| |
| --0.54%--0xffffffff81817b45
|
--0.58%--0xffffffff812ec7ae
5.58% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d1ba53
|
---0x7f0ca8d1ba53
0x7f0ca8d1cba7
0x7f0ca8d1b22d
|
|--4.07%--0x7f0ca8d1ec94
| |
| --3.54%--0x7f0ca8d0ebd0
| |
| --3.13%--0xffffffff81000bb2
| |
| --3.08%--0xffffffff82c73057
| |
| --2.71%--0xffffffff812ec7ef
| |
| --2.39%--0xffffffff81820024
| |
| --2.36%--0xffffffff8181f94c
| |
| --2.27%--0xffffffff8181f2ab
| |
| --0.68%--0xffffffff8181edbb
|
--1.47%--0x7f0ca8d1e975
|
--1.45%--0x7f0ca8d035c5
_dl_catch_exception
0x7f0ca8d0325c
|
--1.31%--0x7f0ca8d09070
|
--0.74%--0x7f0ca8d07a24
0x7f0ca8d21ad0
0xffffffff8100012b
0xffffffff82c6e9ac
0xffffffff81828fe0
0xffffffff817cc66a
0xffffffff8182a803
5.58% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d1cba7
|
---0x7f0ca8d1cba7
0x7f0ca8d1b22d
|
|--4.07%--0x7f0ca8d1ec94
| |
| --3.54%--0x7f0ca8d0ebd0
| |
| --3.13%--0xffffffff81000bb2
| |
| --3.08%--0xffffffff82c73057
| |
| --2.71%--0xffffffff812ec7ef
| |
| --2.39%--0xffffffff81820024
| |
| --2.36%--0xffffffff8181f94c
| |
| --2.27%--0xffffffff8181f2ab
| |
| --0.68%--0xffffffff8181edbb
|
--1.47%--0x7f0ca8d1e975
|
--1.45%--0x7f0ca8d035c5
_dl_catch_exception
0x7f0ca8d0325c
|
--1.31%--0x7f0ca8d09070
|
--0.74%--0x7f0ca8d07a24
0x7f0ca8d21ad0
0xffffffff8100012b
0xffffffff82c6e9ac
0xffffffff81828fe0
0xffffffff817cc66a
0xffffffff8182a803
5.58% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d1b22d
|
---0x7f0ca8d1b22d
|
|--4.07%--0x7f0ca8d1ec94
| |
| --3.54%--0x7f0ca8d0ebd0
| |
| --3.13%--0xffffffff81000bb2
| |
| --3.08%--0xffffffff82c73057
| |
| --2.71%--0xffffffff812ec7ef
| |
| --2.39%--0xffffffff81820024
| |
| --2.36%--0xffffffff8181f94c
| |
| --2.27%--0xffffffff8181f2ab
| |
| --0.68%--0xffffffff8181edbb
|
--1.47%--0x7f0ca8d1e975
|
--1.45%--0x7f0ca8d035c5
_dl_catch_exception
0x7f0ca8d0325c
|
--1.31%--0x7f0ca8d09070
|
--0.74%--0x7f0ca8d07a24
0x7f0ca8d21ad0
0xffffffff8100012b
0xffffffff82c6e9ac
0xffffffff81828fe0
0xffffffff817cc66a
0xffffffff8182a803
5.49% 0.00% perf [unknown] [k] 0xffffffff82c73057
|
---0xffffffff82c73057
|
|--4.75%--0xffffffff812ec7ef
| |
| --4.22%--0xffffffff81820024
| |
| --4.09%--0xffffffff8181f94c
| |
| --3.57%--0xffffffff8181f2ab
| |
| |--0.68%--0xffffffff8181edbb
| |
| --0.62%--0xffffffff8181ee02
| |
| --0.54%--0xffffffff81817b45
|
--0.58%--0xffffffff812ec7ae
4.75% 0.00% perf [unknown] [.] 0xffffffff812ec7ef
|
---0xffffffff812ec7ef
|
--4.22%--0xffffffff81820024
|
--4.09%--0xffffffff8181f94c
|
--3.57%--0xffffffff8181f2ab
|
|--0.68%--0xffffffff8181edbb
|
--0.62%--0xffffffff8181ee02
|
--0.54%--0xffffffff81817b45
4.24% 0.00% perf [unknown] [k] 0xffffffff81820024
|
---0xffffffff81820024
|
--4.11%--0xffffffff8181f94c
|
--3.59%--0xffffffff8181f2ab
|
|--0.68%--0xffffffff8181edbb
|
--0.62%--0xffffffff8181ee02
|
--0.54%--0xffffffff81817b45
4.11% 0.00% perf [unknown] [k] 0xffffffff8181f94c
|
---0xffffffff8181f94c
|
--3.59%--0xffffffff8181f2ab
|
|--0.68%--0xffffffff8181edbb
|
--0.62%--0xffffffff8181ee02
|
--0.54%--0xffffffff81817b45
4.07% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d1ec94
|
---0x7f0ca8d1ec94
|
--3.54%--0x7f0ca8d0ebd0
|
--3.13%--0xffffffff81000bb2
|
--3.08%--0xffffffff82c73057
|
--2.71%--0xffffffff812ec7ef
|
--2.39%--0xffffffff81820024
|
--2.36%--0xffffffff8181f94c
|
--2.27%--0xffffffff8181f2ab
|
--0.68%--0xffffffff8181edbb
3.98% 0.00% perf [unknown] [k] 0xffffffff8100012b
|
---0xffffffff8100012b
|
--3.95%--0xffffffff82c6e9ac
|
|--1.41%--0xffffffff817cc66a
| |
| --1.37%--0xffffffff8182a803
| |
| --0.93%--0xffffffff8185bcbb
| |
| --0.62%--0xffffffff8185863a
|
|--0.83%--0xffffffff81828fe0
| 0xffffffff817cc66a
| 0xffffffff8182a803
|
--0.52%--0xffffffff81828721
0xffffffff8185efd2
0xffffffff8185a936
3.95% 0.00% perf [unknown] [k] 0xffffffff82c6e9ac
|
---0xffffffff82c6e9ac
|
|--1.41%--0xffffffff817cc66a
| |
| --1.37%--0xffffffff8182a803
| |
| --0.93%--0xffffffff8185bcbb
| |
| --0.62%--0xffffffff8185863a
|
|--0.83%--0xffffffff81828fe0
| 0xffffffff817cc66a
| 0xffffffff8182a803
|
--0.52%--0xffffffff81828721
0xffffffff8185efd2
0xffffffff8185a936
3.59% 0.00% perf [unknown] [k] 0xffffffff8181f2ab
|
---0xffffffff8181f2ab
|
|--0.68%--0xffffffff8181edbb
|
--0.62%--0xffffffff8181ee02
|
--0.54%--0xffffffff81817b45
3.54% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d0ebd0
|
---0x7f0ca8d0ebd0
|
--3.13%--0xffffffff81000bb2
|
--3.08%--0xffffffff82c73057
|
--2.71%--0xffffffff812ec7ef
|
--2.39%--0xffffffff81820024
|
--2.36%--0xffffffff8181f94c
|
--2.27%--0xffffffff8181f2ab
|
--0.68%--0xffffffff8181edbb
2.98% 0.00% perf [unknown] [.] 0xffffffff81000e06
|
---0xffffffff81000e06
|
|--1.92%--0xffffffff82c72b15
| 0xffffffff812c3303
| |
| --1.71%--0xffffffff814e082b
| |
| --1.60%--0xffffffff814df30f
| |
| --1.56%--0xffffffff81500d0d
| |
| --1.45%--0xffffffff814ddbe0
| |
| --0.57%--0xffffffff813d4114
|
--0.85%--0xffffffff82c72b4e
0xffffffff81355d2a
0xffffffff81355139
0xffffffff81354ba0
|
--0.83%--0xffffffff814a7f14
|
--0.82%--0xffffffff8149fdb0
2.97% 0.00% perf [unknown] [k] 0xffffffff818d9ddc
|
---0xffffffff818d9ddc
0xffffffff814d362f
|
--1.91%--0xffffffff812780e7
2.97% 0.00% perf [unknown] [k] 0xffffffff814d362f
|
---0xffffffff814d362f
|
--1.91%--0xffffffff812780e7
2.83% 0.00% perf libasan.so.8.0.0 [.] __asan::AsanInitInternal() [clone .part.0]
|
---__asan::AsanInitInternal() [clone .part.0]
|
--1.67%--__sanitizer::Symbolizer::LateInitialize()
|
--1.65%--dlsym
0x7f0ca774ef1f
_dl_catch_error
|
--1.54%--0x7f0ca8d05aaf
|
--1.43%--0x7f0ca8d059cc
2.81% 0.00% perf libc.so.6 [.] _dl_catch_error
|
---_dl_catch_error
_dl_catch_exception
|
--2.67%--InitializeCommonInterceptors()
__interception::InterceptFunction(char const*, unsigned long*, unsigned long, unsigned long)
dlsym
0x7f0ca774ef1f
_dl_catch_error
_dl_catch_exception
InitializeCommonInterceptors()
__interception::InterceptFunction(char const*, unsigned long*, unsigned long, unsigned long)
dlsym
0x7f0ca774ef1f
_dl_catch_error
_dl_catch_exception
InitializeCommonInterceptors()
__interception::InterceptFunction(char const*, unsigned long*, unsigned long, unsigned long)
dlsym
0x7f0ca774ef1f
|
--2.65%--__asan::AsanInitInternal() [clone .part.0]
|
--1.67%--__sanitizer::Symbolizer::LateInitialize()
|
--1.65%--dlsym
0x7f0ca774ef1f
_dl_catch_error
|
--1.54%--0x7f0ca8d05aaf
|
--1.43%--0x7f0ca8d059cc
2.81% 0.00% perf libc.so.6 [.] _dl_catch_exception
|
---_dl_catch_exception
|
--2.67%--InitializeCommonInterceptors()
__interception::InterceptFunction(char const*, unsigned long*, unsigned long, unsigned long)
dlsym
0x7f0ca774ef1f
_dl_catch_error
_dl_catch_exception
InitializeCommonInterceptors()
__interception::InterceptFunction(char const*, unsigned long*, unsigned long, unsigned long)
dlsym
0x7f0ca774ef1f
_dl_catch_error
_dl_catch_exception
InitializeCommonInterceptors()
__interception::InterceptFunction(char const*, unsigned long*, unsigned long, unsigned long)
dlsym
0x7f0ca774ef1f
|
--2.65%--__asan::AsanInitInternal() [clone .part.0]
|
--1.67%--__sanitizer::Symbolizer::LateInitialize()
|
--1.65%--dlsym
0x7f0ca774ef1f
_dl_catch_error
|
--1.54%--0x7f0ca8d05aaf
|
--1.43%--0x7f0ca8d059cc
2.81% 0.00% perf libasan.so.8.0.0 [.] InitializeCommonInterceptors()
|
---InitializeCommonInterceptors()
__interception::InterceptFunction(char const*, unsigned long*, unsigned long, unsigned long)
dlsym
0x7f0ca774ef1f
_dl_catch_error
_dl_catch_exception
|
--2.67%--InitializeCommonInterceptors()
__interception::InterceptFunction(char const*, unsigned long*, unsigned long, unsigned long)
dlsym
0x7f0ca774ef1f
_dl_catch_error
_dl_catch_exception
InitializeCommonInterceptors()
__interception::InterceptFunction(char const*, unsigned long*, unsigned long, unsigned long)
dlsym
0x7f0ca774ef1f
|
--2.65%--__asan::AsanInitInternal() [clone .part.0]
|
--1.67%--__sanitizer::Symbolizer::LateInitialize()
|
--1.65%--dlsym
0x7f0ca774ef1f
_dl_catch_error
|
--1.54%--0x7f0ca8d05aaf
|
--1.43%--0x7f0ca8d059cc
2.81% 0.00% perf libasan.so.8.0.0 [.] __interception::InterceptFunction(char const*, unsigned long*, unsigned long, unsigned long)
|
---__interception::InterceptFunction(char const*, unsigned long*, unsigned long, unsigned long)
dlsym
0x7f0ca774ef1f
_dl_catch_error
_dl_catch_exception
|
--2.67%--InitializeCommonInterceptors()
__interception::InterceptFunction(char const*, unsigned long*, unsigned long, unsigned long)
dlsym
0x7f0ca774ef1f
_dl_catch_error
_dl_catch_exception
InitializeCommonInterceptors()
__interception::InterceptFunction(char const*, unsigned long*, unsigned long, unsigned long)
dlsym
0x7f0ca774ef1f
|
--2.65%--__asan::AsanInitInternal() [clone .part.0]
|
--1.67%--__sanitizer::Symbolizer::LateInitialize()
|
--1.65%--dlsym
0x7f0ca774ef1f
_dl_catch_error
|
--1.54%--0x7f0ca8d05aaf
|
--1.43%--0x7f0ca8d059cc
2.81% 0.00% perf libc.so.6 [.] dlsym
|
---dlsym
0x7f0ca774ef1f
_dl_catch_error
_dl_catch_exception
|
--2.67%--InitializeCommonInterceptors()
__interception::InterceptFunction(char const*, unsigned long*, unsigned long, unsigned long)
dlsym
0x7f0ca774ef1f
_dl_catch_error
_dl_catch_exception
InitializeCommonInterceptors()
__interception::InterceptFunction(char const*, unsigned long*, unsigned long, unsigned long)
dlsym
0x7f0ca774ef1f
|
--2.65%--__asan::AsanInitInternal() [clone .part.0]
|
--1.67%--__sanitizer::Symbolizer::LateInitialize()
|
--1.65%--dlsym
0x7f0ca774ef1f
_dl_catch_error
|
--1.54%--0x7f0ca8d05aaf
|
--1.43%--0x7f0ca8d059cc
2.81% 0.00% perf libc.so.6 [.] 0x00007f0ca774ef1f
|
---0x7f0ca774ef1f
_dl_catch_error
_dl_catch_exception
|
--2.67%--InitializeCommonInterceptors()
__interception::InterceptFunction(char const*, unsigned long*, unsigned long, unsigned long)
dlsym
0x7f0ca774ef1f
_dl_catch_error
_dl_catch_exception
InitializeCommonInterceptors()
__interception::InterceptFunction(char const*, unsigned long*, unsigned long, unsigned long)
dlsym
0x7f0ca774ef1f
|
--2.65%--__asan::AsanInitInternal() [clone .part.0]
|
--1.67%--__sanitizer::Symbolizer::LateInitialize()
|
--1.65%--dlsym
0x7f0ca774ef1f
_dl_catch_error
|
--1.54%--0x7f0ca8d05aaf
|
--1.43%--0x7f0ca8d059cc
2.42% 0.00% perf [unknown] [k] 0xffffffff818d9e50
|
---0xffffffff818d9e50
|
--2.37%--0xffffffff818d9ddc
0xffffffff814d362f
|
--1.65%--0xffffffff812780e7
2.27% 0.00% perf [unknown] [k] 0xffffffff817cc66a
|
---0xffffffff817cc66a
|
--2.23%--0xffffffff8182a803
|
--1.30%--0xffffffff8185bcbb
|
--0.97%--0xffffffff8185863a
2.23% 0.00% perf [unknown] [k] 0xffffffff8182a803
|
---0xffffffff8182a803
|
--1.30%--0xffffffff8185bcbb
|
--0.97%--0xffffffff8185863a
2.18% 0.01% perf [kernel.kallsyms] [k] entry_SYSCALL_64_after_hwframe
|
--2.17%--entry_SYSCALL_64_after_hwframe
do_syscall_64
x64_sys_call
0xffffffff81351468
do_group_exit
do_exit
|
--2.12%--exit_mm
__mmput
exit_mmap
|
--1.39%--unmap_vmas
unmap_page_range
|
--1.37%--zap_pmd_range.isra.0
|
--1.21%--zap_pte_range
|
--0.66%--tlb_flush_mmu
__tlb_batch_free_encoded_pages
free_pages_and_swap_cache
|
--0.56%--folios_put_refs
2.18% 0.01% perf [kernel.kallsyms] [k] do_syscall_64
|
--2.17%--do_syscall_64
x64_sys_call
0xffffffff81351468
do_group_exit
do_exit
|
--2.12%--exit_mm
__mmput
exit_mmap
|
--1.39%--unmap_vmas
unmap_page_range
|
--1.37%--zap_pmd_range.isra.0
|
--1.21%--zap_pte_range
|
--0.66%--tlb_flush_mmu
__tlb_batch_free_encoded_pages
free_pages_and_swap_cache
|
--0.56%--folios_put_refs
2.17% 0.00% perf [kernel.kallsyms] [k] x64_sys_call
|
---x64_sys_call
0xffffffff81351468
do_group_exit
do_exit
|
--2.12%--exit_mm
__mmput
exit_mmap
|
--1.39%--unmap_vmas
unmap_page_range
|
--1.37%--zap_pmd_range.isra.0
|
--1.21%--zap_pte_range
|
--0.66%--tlb_flush_mmu
__tlb_batch_free_encoded_pages
free_pages_and_swap_cache
|
--0.56%--folios_put_refs
2.17% 0.00% perf [kernel.kallsyms] [k] 0xffffffff81351468
|
---0xffffffff81351468
do_group_exit
do_exit
|
--2.12%--exit_mm
__mmput
exit_mmap
|
--1.39%--unmap_vmas
unmap_page_range
|
--1.37%--zap_pmd_range.isra.0
|
--1.21%--zap_pte_range
|
--0.66%--tlb_flush_mmu
__tlb_batch_free_encoded_pages
free_pages_and_swap_cache
|
--0.56%--folios_put_refs
2.17% 0.00% perf [kernel.kallsyms] [k] do_group_exit
|
---do_group_exit
do_exit
|
--2.12%--exit_mm
__mmput
exit_mmap
|
--1.39%--unmap_vmas
unmap_page_range
|
--1.37%--zap_pmd_range.isra.0
|
--1.21%--zap_pte_range
|
--0.66%--tlb_flush_mmu
__tlb_batch_free_encoded_pages
free_pages_and_swap_cache
|
--0.56%--folios_put_refs
2.17% 0.00% perf [kernel.kallsyms] [k] do_exit
|
---do_exit
|
--2.12%--exit_mm
__mmput
exit_mmap
|
--1.39%--unmap_vmas
unmap_page_range
|
--1.37%--zap_pmd_range.isra.0
|
--1.21%--zap_pte_range
|
--0.66%--tlb_flush_mmu
__tlb_batch_free_encoded_pages
free_pages_and_swap_cache
|
--0.56%--folios_put_refs
2.12% 0.00% perf [kernel.kallsyms] [k] exit_mm
|
---exit_mm
__mmput
exit_mmap
|
--1.39%--unmap_vmas
unmap_page_range
|
--1.37%--zap_pmd_range.isra.0
|
--1.21%--zap_pte_range
|
--0.66%--tlb_flush_mmu
__tlb_batch_free_encoded_pages
free_pages_and_swap_cache
|
--0.56%--folios_put_refs
2.12% 0.00% perf [kernel.kallsyms] [k] __mmput
|
---__mmput
exit_mmap
|
--1.39%--unmap_vmas
unmap_page_range
|
--1.37%--zap_pmd_range.isra.0
|
--1.21%--zap_pte_range
|
--0.66%--tlb_flush_mmu
__tlb_batch_free_encoded_pages
free_pages_and_swap_cache
|
--0.56%--folios_put_refs
2.12% 0.00% perf [kernel.kallsyms] [k] exit_mmap
|
---exit_mmap
|
--1.39%--unmap_vmas
unmap_page_range
|
--1.37%--zap_pmd_range.isra.0
|
--1.21%--zap_pte_range
|
--0.66%--tlb_flush_mmu
__tlb_batch_free_encoded_pages
free_pages_and_swap_cache
|
--0.56%--folios_put_refs
2.03% 0.00% perf [unknown] [k] 0xffffffff812780e7
|
---0xffffffff812780e7
2.02% 0.00% perf [unknown] [.] 0xffffffff812c3303
|
---0xffffffff812c3303
|
--1.82%--0xffffffff814e082b
|
--1.71%--0xffffffff814df30f
|
--1.60%--0xffffffff81500d0d
|
--1.49%--0xffffffff814ddbe0
|
--0.58%--0xffffffff813d4114
1.93% 0.00% perf [unknown] [.] 0xffffffff82c72b15
|
---0xffffffff82c72b15
0xffffffff812c3303
|
--1.72%--0xffffffff814e082b
|
--1.62%--0xffffffff814df30f
|
--1.56%--0xffffffff81500d0d
|
--1.45%--0xffffffff814ddbe0
|
--0.57%--0xffffffff813d4114
1.82% 0.00% perf [unknown] [.] 0xffffffff814e082b
|
---0xffffffff814e082b
|
--1.71%--0xffffffff814df30f
|
--1.60%--0xffffffff81500d0d
|
--1.49%--0xffffffff814ddbe0
|
--0.58%--0xffffffff813d4114
1.73% 1.72% perf [kernel.kallsyms] [k] __asan_load8_noabort
|
--0.61%--0x7f0ca8d1ba53
0x7f0ca8d1cba7
0x7f0ca8d1b22d
1.71% 0.00% perf [unknown] [.] 0xffffffff814df30f
|
---0xffffffff814df30f
|
--1.60%--0xffffffff81500d0d
|
--1.49%--0xffffffff814ddbe0
|
--0.58%--0xffffffff813d4114
1.67% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::Symbolizer::LateInitialize()
|
---__sanitizer::Symbolizer::LateInitialize()
|
--1.65%--dlsym
0x7f0ca774ef1f
_dl_catch_error
|
--1.54%--0x7f0ca8d05aaf
|
--1.43%--0x7f0ca8d059cc
1.60% 0.00% perf [unknown] [.] 0xffffffff81500d0d
|
---0xffffffff81500d0d
|
--1.49%--0xffffffff814ddbe0
|
--0.58%--0xffffffff813d4114
1.58% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d05aaf
|
---0x7f0ca8d05aaf
|
--1.46%--0x7f0ca8d059cc
1.50% 0.00% perf libc.so.6 [.] dl_iterate_phdr
|
|--0.99%--dl_iterate_phdr
| __lsan::ProcessGlobalRegionsCallback(dl_phdr_info*, unsigned long, void*)
| __lsan::ScanGlobalRange(unsigned long, unsigned long, __sanitizer::InternalMmapVector<unsigned long>*)
| __lsan::ScanRangeForPointers(unsigned long, unsigned long, __sanitizer::InternalMmapVector<unsigned long>*, char const*, __lsan::ChunkTag)
|
--0.51%--dl_iterate_phdr
1.49% 0.00% perf [unknown] [.] 0xffffffff814ddbe0
|
---0xffffffff814ddbe0
|
--0.58%--0xffffffff813d4114
1.47% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d1e975
|
---0x7f0ca8d1e975
|
--1.45%--0x7f0ca8d035c5
_dl_catch_exception
0x7f0ca8d0325c
|
--1.31%--0x7f0ca8d09070
|
--0.74%--0x7f0ca8d07a24
0x7f0ca8d21ad0
0xffffffff8100012b
0xffffffff82c6e9ac
0xffffffff81828fe0
0xffffffff817cc66a
0xffffffff8182a803
1.46% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d059cc
|
---0x7f0ca8d059cc
1.45% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d035c5
|
---0x7f0ca8d035c5
_dl_catch_exception
0x7f0ca8d0325c
|
--1.31%--0x7f0ca8d09070
|
--0.74%--0x7f0ca8d07a24
0x7f0ca8d21ad0
0xffffffff8100012b
0xffffffff82c6e9ac
0xffffffff81828fe0
0xffffffff817cc66a
0xffffffff8182a803
1.45% 0.00% perf ld-linux-x86-64.so.2 [.] _dl_catch_exception
|
---_dl_catch_exception
0x7f0ca8d0325c
|
--1.31%--0x7f0ca8d09070
|
--0.74%--0x7f0ca8d07a24
0x7f0ca8d21ad0
0xffffffff8100012b
0xffffffff82c6e9ac
0xffffffff81828fe0
0xffffffff817cc66a
0xffffffff8182a803
1.45% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d0325c
|
---0x7f0ca8d0325c
|
--1.31%--0x7f0ca8d09070
|
--0.74%--0x7f0ca8d07a24
0x7f0ca8d21ad0
0xffffffff8100012b
0xffffffff82c6e9ac
0xffffffff81828fe0
0xffffffff817cc66a
0xffffffff8182a803
1.41% 0.02% perf [kernel.kallsyms] [k] unmap_page_range
|
--1.38%--unmap_page_range
|
--1.37%--zap_pmd_range.isra.0
|
--1.21%--zap_pte_range
|
--0.66%--tlb_flush_mmu
__tlb_batch_free_encoded_pages
free_pages_and_swap_cache
|
--0.56%--folios_put_refs
1.40% 0.00% perf [unknown] [k] 0xffffffff818da21a
|
---0xffffffff818da21a
0xffffffff818d9e50
|
--1.35%--0xffffffff818d9ddc
0xffffffff814d362f
|
--0.95%--0xffffffff812780e7
1.39% 0.00% perf [kernel.kallsyms] [k] unmap_vmas
|
---unmap_vmas
unmap_page_range
|
--1.37%--zap_pmd_range.isra.0
|
--1.21%--zap_pte_range
|
--0.66%--tlb_flush_mmu
__tlb_batch_free_encoded_pages
free_pages_and_swap_cache
|
--0.56%--folios_put_refs
1.37% 0.05% perf [kernel.kallsyms] [k] zap_pmd_range.isra.0
|
--1.32%--zap_pmd_range.isra.0
|
--1.21%--zap_pte_range
|
--0.66%--tlb_flush_mmu
__tlb_batch_free_encoded_pages
free_pages_and_swap_cache
|
--0.56%--folios_put_refs
1.33% 0.00% perf [unknown] [.] 0xffffffff8144724c
|
---0xffffffff8144724c
1.31% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d09070
|
---0x7f0ca8d09070
|
--0.74%--0x7f0ca8d07a24
0x7f0ca8d21ad0
0xffffffff8100012b
0xffffffff82c6e9ac
0xffffffff81828fe0
0xffffffff817cc66a
0xffffffff8182a803
1.30% 0.00% perf [unknown] [.] 0xffffffff8185bcbb
|
---0xffffffff8185bcbb
|
--0.97%--0xffffffff8185863a
1.25% 0.00% perf libasan.so.8.0.0 [.] __asan::Allocator::Allocate(unsigned long, unsigned long, __sanitizer::BufferedStackTrace*, __asan::AllocType, bool)
|
---__asan::Allocator::Allocate(unsigned long, unsigned long, __sanitizer::BufferedStackTrace*, __asan::AllocType, bool)
|
--0.92%--__sanitizer::CombinedAllocator<__sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> >, __sanitizer::LargeMmapAllocatorPtrArrayDynamic>::Allocate(__sanitizer::SizeClassAllocator64LocalCache<__sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> > >*, unsigned long, unsigned long)
__sanitizer::SizeClassAllocator64LocalCache<__sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> > >::Refill(__sanitizer::SizeClassAllocator64LocalCache<__sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> > >::PerClass*, __sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> >*, unsigned long)
__sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> >::GetFromAllocator(__sanitizer::AllocatorStats*, unsigned long, unsigned int*, unsigned long)
__sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> >::PopulateFreeArray(__sanitizer::AllocatorStats*, unsigned long, __sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> >::RegionInfo*, unsigned long)
|
--0.76%--__sanitizer::MmapFixedImpl(unsigned long, unsigned long, bool, char const*)
__sanitizer::internal_mmap(void*, unsigned long, int, int, int, unsigned long long)
|
--0.75%--0xffffffff8100012b
|
--0.74%--0xffffffff82c6e9ac
0xffffffff817cc66a
0xffffffff8182a803
|
--0.59%--0xffffffff8185bcbb
|
--0.58%--0xffffffff8185863a
1.24% 0.00% perf [unknown] [k] 0xffffffff818da0c3
|
---0xffffffff818da0c3
0xffffffff818dd117
0xffffffff818d9e50
|
--1.23%--0xffffffff818d9ddc
0xffffffff814d362f
|
--0.86%--0xffffffff812780e7
1.24% 0.00% perf [unknown] [k] 0xffffffff818dd117
|
---0xffffffff818dd117
0xffffffff818d9e50
|
--1.23%--0xffffffff818d9ddc
0xffffffff814d362f
|
--0.86%--0xffffffff812780e7
1.24% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::internal_clone(int (*)(void*), void*, int, void*, int*, void*, int*)
|
--1.18%--__sanitizer::internal_clone(int (*)(void*), void*, int, void*, int*, void*, int*)
__sanitizer::TracerThread(void*)
|
--1.13%--__lsan::CheckForLeaksCallback(__sanitizer::SuspendedThreadsList const&, void*)
|
--0.99%--dl_iterate_phdr
__lsan::ProcessGlobalRegionsCallback(dl_phdr_info*, unsigned long, void*)
__lsan::ScanGlobalRange(unsigned long, unsigned long, __sanitizer::InternalMmapVector<unsigned long>*)
__lsan::ScanRangeForPointers(unsigned long, unsigned long, __sanitizer::InternalMmapVector<unsigned long>*, char const*, __lsan::ChunkTag)
1.21% 0.00% perf [unknown] [k] 0xffffffff81887f4e
|
---0xffffffff81887f4e
|
--1.20%--0xffffffff818da21a
0xffffffff818d9e50
|
--1.15%--0xffffffff818d9ddc
0xffffffff814d362f
|
--0.80%--0xffffffff812780e7
1.21% 0.02% perf [kernel.kallsyms] [k] zap_pte_range
|
--1.18%--zap_pte_range
|
--0.66%--tlb_flush_mmu
__tlb_batch_free_encoded_pages
free_pages_and_swap_cache
|
--0.56%--folios_put_refs
1.18% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::internal_mmap(void*, unsigned long, int, int, int, unsigned long long)
|
---__sanitizer::internal_mmap(void*, unsigned long, int, int, int, unsigned long long)
|
--1.16%--0xffffffff8100012b
|
--1.14%--0xffffffff82c6e9ac
|
--1.10%--0xffffffff817cc66a
|
--1.06%--0xffffffff8182a803
|
--0.66%--0xffffffff8185bcbb
|
--0.61%--0xffffffff8185863a
1.18% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::TracerThread(void*)
|
---__sanitizer::TracerThread(void*)
|
--1.13%--__lsan::CheckForLeaksCallback(__sanitizer::SuspendedThreadsList const&, void*)
|
--0.99%--dl_iterate_phdr
__lsan::ProcessGlobalRegionsCallback(dl_phdr_info*, unsigned long, void*)
__lsan::ScanGlobalRange(unsigned long, unsigned long, __sanitizer::InternalMmapVector<unsigned long>*)
__lsan::ScanRangeForPointers(unsigned long, unsigned long, __sanitizer::InternalMmapVector<unsigned long>*, char const*, __lsan::ChunkTag)
1.14% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d21ad0
|
---0x7f0ca8d21ad0
0xffffffff8100012b
0xffffffff82c6e9ac
|
--0.83%--0xffffffff81828fe0
0xffffffff817cc66a
0xffffffff8182a803
1.13% 0.00% perf libasan.so.8.0.0 [.] __lsan::CheckForLeaksCallback(__sanitizer::SuspendedThreadsList const&, void*)
|
---__lsan::CheckForLeaksCallback(__sanitizer::SuspendedThreadsList const&, void*)
|
--0.99%--dl_iterate_phdr
__lsan::ProcessGlobalRegionsCallback(dl_phdr_info*, unsigned long, void*)
__lsan::ScanGlobalRange(unsigned long, unsigned long, __sanitizer::InternalMmapVector<unsigned long>*)
__lsan::ScanRangeForPointers(unsigned long, unsigned long, __sanitizer::InternalMmapVector<unsigned long>*, char const*, __lsan::ChunkTag)
1.07% 1.05% perf [kernel.kallsyms] [k] __lock_acquire
1.03% 0.31% perf libasan.so.8.0.0 [.] __lsan::ScanRangeForPointers(unsigned long, unsigned long, __sanitizer::InternalMmapVector<unsigned long>*, char const*, __lsan::ChunkTag)
|
--0.72%--__lsan::ScanRangeForPointers(unsigned long, unsigned long, __sanitizer::InternalMmapVector<unsigned long>*, char const*, __lsan::ChunkTag)
0.99% 0.00% perf libasan.so.8.0.0 [.] __lsan::ProcessGlobalRegionsCallback(dl_phdr_info*, unsigned long, void*)
|
---__lsan::ProcessGlobalRegionsCallback(dl_phdr_info*, unsigned long, void*)
__lsan::ScanGlobalRange(unsigned long, unsigned long, __sanitizer::InternalMmapVector<unsigned long>*)
__lsan::ScanRangeForPointers(unsigned long, unsigned long, __sanitizer::InternalMmapVector<unsigned long>*, char const*, __lsan::ChunkTag)
0.99% 0.00% perf libasan.so.8.0.0 [.] __lsan::ScanGlobalRange(unsigned long, unsigned long, __sanitizer::InternalMmapVector<unsigned long>*)
|
---__lsan::ScanGlobalRange(unsigned long, unsigned long, __sanitizer::InternalMmapVector<unsigned long>*)
__lsan::ScanRangeForPointers(unsigned long, unsigned long, __sanitizer::InternalMmapVector<unsigned long>*, char const*, __lsan::ChunkTag)
0.97% 0.00% perf [unknown] [.] 0xffffffff8185863a
|
---0xffffffff8185863a
0.94% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::CombinedAllocator<__sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> >, __sanitizer::LargeMmapAllocatorPtrArrayDynamic>::Allocate(__sanitizer::SizeClassAllocator64LocalCache<__sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> > >*, unsigned long, unsigned long)
|
---__sanitizer::CombinedAllocator<__sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> >, __sanitizer::LargeMmapAllocatorPtrArrayDynamic>::Allocate(__sanitizer::SizeClassAllocator64LocalCache<__sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> > >*, unsigned long, unsigned long)
__sanitizer::SizeClassAllocator64LocalCache<__sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> > >::Refill(__sanitizer::SizeClassAllocator64LocalCache<__sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> > >::PerClass*, __sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> >*, unsigned long)
__sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> >::GetFromAllocator(__sanitizer::AllocatorStats*, unsigned long, unsigned int*, unsigned long)
|
--0.93%--__sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> >::PopulateFreeArray(__sanitizer::AllocatorStats*, unsigned long, __sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> >::RegionInfo*, unsigned long)
|
--0.78%--__sanitizer::MmapFixedImpl(unsigned long, unsigned long, bool, char const*)
__sanitizer::internal_mmap(void*, unsigned long, int, int, int, unsigned long long)
|
--0.77%--0xffffffff8100012b
|
--0.76%--0xffffffff82c6e9ac
0xffffffff817cc66a
0xffffffff8182a803
|
--0.60%--0xffffffff8185bcbb
|
--0.59%--0xffffffff8185863a
0.94% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::SizeClassAllocator64LocalCache<__sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> > >::Refill(__sanitizer::SizeClassAllocator64LocalCache<__sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> > >::PerClass*, __sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> >*, unsigned long)
|
---__sanitizer::SizeClassAllocator64LocalCache<__sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> > >::Refill(__sanitizer::SizeClassAllocator64LocalCache<__sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> > >::PerClass*, __sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> >*, unsigned long)
__sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> >::GetFromAllocator(__sanitizer::AllocatorStats*, unsigned long, unsigned int*, unsigned long)
|
--0.93%--__sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> >::PopulateFreeArray(__sanitizer::AllocatorStats*, unsigned long, __sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> >::RegionInfo*, unsigned long)
|
--0.78%--__sanitizer::MmapFixedImpl(unsigned long, unsigned long, bool, char const*)
__sanitizer::internal_mmap(void*, unsigned long, int, int, int, unsigned long long)
|
--0.77%--0xffffffff8100012b
|
--0.76%--0xffffffff82c6e9ac
0xffffffff817cc66a
0xffffffff8182a803
|
--0.60%--0xffffffff8185bcbb
|
--0.59%--0xffffffff8185863a
0.94% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> >::GetFromAllocator(__sanitizer::AllocatorStats*, unsigned long, unsigned int*, unsigned long)
|
---__sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> >::GetFromAllocator(__sanitizer::AllocatorStats*, unsigned long, unsigned int*, unsigned long)
|
--0.93%--__sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> >::PopulateFreeArray(__sanitizer::AllocatorStats*, unsigned long, __sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> >::RegionInfo*, unsigned long)
|
--0.78%--__sanitizer::MmapFixedImpl(unsigned long, unsigned long, bool, char const*)
__sanitizer::internal_mmap(void*, unsigned long, int, int, int, unsigned long long)
|
--0.77%--0xffffffff8100012b
|
--0.76%--0xffffffff82c6e9ac
0xffffffff817cc66a
0xffffffff8182a803
|
--0.60%--0xffffffff8185bcbb
|
--0.59%--0xffffffff8185863a
0.93% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> >::PopulateFreeArray(__sanitizer::AllocatorStats*, unsigned long, __sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> >::RegionInfo*, unsigned long)
|
---__sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> >::PopulateFreeArray(__sanitizer::AllocatorStats*, unsigned long, __sanitizer::SizeClassAllocator64<__asan::AP64<__sanitizer::LocalAddressSpaceView> >::RegionInfo*, unsigned long)
|
--0.78%--__sanitizer::MmapFixedImpl(unsigned long, unsigned long, bool, char const*)
__sanitizer::internal_mmap(void*, unsigned long, int, int, int, unsigned long long)
|
--0.77%--0xffffffff8100012b
|
--0.76%--0xffffffff82c6e9ac
0xffffffff817cc66a
0xffffffff8182a803
|
--0.60%--0xffffffff8185bcbb
|
--0.59%--0xffffffff8185863a
0.92% 0.00% perf [unknown] [.] 0xffffffff81355d2a
|
---0xffffffff81355d2a
|
--0.86%--0xffffffff81355139
0xffffffff81354ba0
|
--0.84%--0xffffffff814a7f14
|
--0.83%--0xffffffff8149fdb0
0.92% 0.91% perf [kernel.kallsyms] [k] __asan_load4_noabort
0.86% 0.00% perf [unknown] [.] 0xffffffff81355139
|
---0xffffffff81355139
0xffffffff81354ba0
|
--0.84%--0xffffffff814a7f14
|
--0.83%--0xffffffff8149fdb0
0.86% 0.00% perf [unknown] [.] 0xffffffff81354ba0
|
---0xffffffff81354ba0
|
--0.84%--0xffffffff814a7f14
|
--0.83%--0xffffffff8149fdb0
0.85% 0.00% perf [unknown] [.] 0xffffffff82c72b4e
|
---0xffffffff82c72b4e
0xffffffff81355d2a
0xffffffff81355139
0xffffffff81354ba0
|
--0.83%--0xffffffff814a7f14
|
--0.82%--0xffffffff8149fdb0
0.84% 0.00% perf [unknown] [.] 0xffffffff814a7f14
|
---0xffffffff814a7f14
|
--0.83%--0xffffffff8149fdb0
0.83% 0.00% perf [unknown] [.] 0xffffffff81828fe0
|
---0xffffffff81828fe0
0xffffffff817cc66a
0xffffffff8182a803
0.83% 0.00% perf [unknown] [.] 0xffffffff8149fdb0
|
---0xffffffff8149fdb0
0.78% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::MmapFixedImpl(unsigned long, unsigned long, bool, char const*)
|
---__sanitizer::MmapFixedImpl(unsigned long, unsigned long, bool, char const*)
__sanitizer::internal_mmap(void*, unsigned long, int, int, int, unsigned long long)
|
--0.77%--0xffffffff8100012b
|
--0.76%--0xffffffff82c6e9ac
0xffffffff817cc66a
0xffffffff8182a803
|
--0.60%--0xffffffff8185bcbb
|
--0.59%--0xffffffff8185863a
0.77% 0.46% perf [kernel.kallsyms] [k] unwind_next_frame
0.76% 0.03% perf libasan.so.8.0.0 [.] __asan_register_globals.part.0
|
--0.72%--__asan_register_globals.part.0
0.74% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d07a24
|
---0x7f0ca8d07a24
0x7f0ca8d21ad0
0xffffffff8100012b
0xffffffff82c6e9ac
0xffffffff81828fe0
0xffffffff817cc66a
0xffffffff8182a803
0.74% 0.00% perf [unknown] [.] 0xffffffff81858057
|
---0xffffffff81858057
0.68% 0.04% perf [kernel.kallsyms] [k] free_pages_and_swap_cache
|
--0.64%--free_pages_and_swap_cache
|
--0.58%--folios_put_refs
0.68% 0.00% perf [kernel.kallsyms] [k] __tlb_batch_free_encoded_pages
|
---__tlb_batch_free_encoded_pages
free_pages_and_swap_cache
|
--0.58%--folios_put_refs
0.68% 0.07% perf [kernel.kallsyms] [k] arch_stack_walk
|
--0.61%--arch_stack_walk
0.68% 0.00% perf [unknown] [.] 0xffffffff8181edbb
|
---0xffffffff8181edbb
0.67% 0.00% perf [unknown] [.] 0xffffffff8188b1ab
|
---0xffffffff8188b1ab
0xffffffff818da0c3
0xffffffff818dd117
0xffffffff818d9e50
0xffffffff818d9ddc
0xffffffff814d362f
|
--0.51%--0xffffffff812780e7
0.67% 0.01% perf [kernel.kallsyms] [k] kmem_cache_free
|
--0.66%--kmem_cache_free
0.66% 0.00% perf [kernel.kallsyms] [k] tlb_flush_mmu
|
---tlb_flush_mmu
__tlb_batch_free_encoded_pages
free_pages_and_swap_cache
|
--0.56%--folios_put_refs
0.64% 0.00% perf [kernel.kallsyms] [k] kasan_save_stack
|
---kasan_save_stack
|
--0.63%--stack_trace_save
arch_stack_walk
0.64% 0.00% perf [unknown] [k] 0xffffffff818dd068
|
---0xffffffff818dd068
0xffffffff818d9ddc
0xffffffff814d362f
0.63% 0.00% perf [kernel.kallsyms] [k] stack_trace_save
|
---stack_trace_save
arch_stack_walk
0.62% 0.00% perf [unknown] [.] 0xffffffff8181ee02
|
---0xffffffff8181ee02
|
--0.54%--0xffffffff81817b45
0.59% 0.02% perf [kernel.kallsyms] [k] folios_put_refs
|
--0.57%--folios_put_refs
0.58% 0.00% perf [unknown] [.] 0xffffffff813d4114
|
---0xffffffff813d4114
0.58% 0.00% perf [unknown] [.] 0xffffffff812ec7ae
|
---0xffffffff812ec7ae
0.56% 0.56% perf [kernel.kallsyms] [k] kasan_check_range
0.56% 0.00% perf [unknown] [k] 0xffffffff81857f4f
|
---0xffffffff81857f4f
0.55% 0.54% perf [kernel.kallsyms] [k] lock_is_held_type
0.54% 0.00% perf [unknown] [.] 0xffffffff81817b45
|
---0xffffffff81817b45
0.53% 0.00% perf [unknown] [k] 0xffffffff814a5b94
|
---0xffffffff814a5b94
|
--0.52%--0xffffffff818dd068
0xffffffff818d9ddc
0xffffffff814d362f
0.53% 0.52% perf [kernel.kallsyms] [k] rcu_is_watching
0.53% 0.00% perf [unknown] [k] 0xffffffff8185efd2
|
---0xffffffff8185efd2
0xffffffff8185a936
0.53% 0.00% perf [unknown] [k] 0xffffffff8185a936
|
---0xffffffff8185a936
0.53% 0.32% perf [kernel.kallsyms] [k] lock_acquire
0.53% 0.00% perf [unknown] [k] 0xffffffff82c49ccf
|
---0xffffffff82c49ccf
0.52% 0.00% perf [unknown] [.] 0xffffffff81828721
|
---0xffffffff81828721
0xffffffff8185efd2
0xffffffff8185a936
0.52% 0.00% perf [unknown] [k] 0xffffffff81857197
|
---0xffffffff81857197
0.52% 0.00% perf [unknown] [k] 0xffffffff812780c3
|
---0xffffffff812780c3
0.52% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::ReadFileToBuffer(char const*, char**, unsigned long*, unsigned long*, unsigned long, int*)
|
---__sanitizer::ReadFileToBuffer(char const*, char**, unsigned long*, unsigned long*, unsigned long, int*)
0.51% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::UnmapOrDie(void*, unsigned long)
0.51% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::internal_munmap(void*, unsigned long)
0.51% 0.00% perf libasan.so.8.0.0 [.] __interceptor_malloc
|
---__interceptor_malloc
0.51% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::MemoryMappingLayout::MemoryMappingLayout(bool)
|
---__sanitizer::MemoryMappingLayout::MemoryMappingLayout(bool)
0.50% 0.00% perf [unknown] [.] 0xffffffff81857ae1
|
---0xffffffff81857ae1
0.50% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::ReadProcMaps(__sanitizer::ProcSelfMapsBuff*)
0.49% 0.00% perf [unknown] [k] 0xffffffff812e154c
0.48% 0.10% perf [kernel.kallsyms] [k] zap_present_ptes.constprop.0
0.48% 0.00% perf [unknown] [k] 0xffffffff82c4a9e5
0.48% 0.00% perf [unknown] [k] 0xffffffff818c11cc
0.46% 0.00% perf [unknown] [.] 0xffffffff818175b5
0.46% 0.00% perf [unknown] [k] 0xffffffff812780fd
0.46% 0.00% perf libasan.so.8.0.0 [.] __interceptor_calloc
0.46% 0.00% perf libasan.so.8.0.0 [.] __asan::asan_calloc(unsigned long, unsigned long, __sanitizer::BufferedStackTrace*)
0.46% 0.00% perf [unknown] [k] 0xffffffff812e2547
0.44% 0.00% perf [unknown] [k] 0xffffffff818dc7c4
0.43% 0.00% perf [unknown] [.] 0xffffffff8181ecdb
0.42% 0.00% perf libasan.so.8.0.0 [.] __lsan::InitializePlatformSpecificModules()
0.42% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::ListOfModules::init()
0.42% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::dl_iterate_phdr_cb(dl_phdr_info*, unsigned long, void*)
0.41% 0.00% perf [unknown] [.] 0xffffffff818c580b
0.41% 0.00% perf [unknown] [.] 0xffffffff818c54c2
0.40% 0.00% perf [unknown] [.] 0xffffffff813d417b
0.40% 0.00% perf [unknown] [.] 0xffffffff81820122
0.39% 0.00% perf [unknown] [k] 0xffffffff818853f8
0.39% 0.00% perf [unknown] [.] 0xffffffff8181ed0a
0.39% 0.00% perf [unknown] [.] 0xffffffff81819043
0.38% 0.00% perf [unknown] [.] 0xffffffff81793db7
0.38% 0.38% perf [kernel.kallsyms] [k] __irqentry_text_end
0.37% 0.00% perf [unknown] [.] 0xffffffff81814ddf
0.37% 0.00% perf [unknown] [.] 0xffffffff812e15bd
0.36% 0.00% perf [unknown] [.] 0xffffffff8196bda5
0.36% 0.00% perf libasan.so.8.0.0 [.] operator new(unsigned long)
0.36% 0.00% perf libasan.so.8.0.0 [.] __asan::asan_memalign(unsigned long, unsigned long, __sanitizer::BufferedStackTrace*, __asan::AllocType)
0.36% 0.00% perf libasan.so.8.0.0 [.] __asan::asan_malloc(unsigned long, __sanitizer::BufferedStackTrace*)
0.36% 0.00% perf [unknown] [.] 0xffffffff8196a2da
0.36% 0.00% perf [unknown] [k] 0xffffffff812e0f33
0.36% 0.00% perf [unknown] [k] 0xffffffff813965ae
0.35% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::ReadFromFile(int, void*, unsigned long, unsigned long*, int*)
0.35% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::internal_read(int, void*, unsigned long)
0.35% 0.00% perf [unknown] [.] 0xffffffff818dc80c
0.35% 0.00% perf [unknown] [.] 0xffffffff819cc4d0
0.35% 0.00% perf [unknown] [k] 0xffffffff82c34aec
0.35% 0.00% perf [unknown] [.] 0xffffffff813ec6ee
0.35% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d21b40
0.35% 0.00% perf [unknown] [.] 0xffffffff818316c3
0.35% 0.00% perf [unknown] [.] 0xffffffff81779532
0.35% 0.00% perf [kernel.kallsyms] [k] kasan_save_track
0.34% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d0fca3
0.34% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d0ead8
0.34% 0.00% perf [unknown] [.] 0xffffffff8183150f
0.34% 0.00% perf [unknown] [.] 0xffffffff81778b7c
0.34% 0.00% perf [unknown] [.] 0xffffffff81857dd4
0.33% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::LowLevelAllocator::Allocate(unsigned long)
0.33% 0.00% perf [unknown] [.] 0xffffffff8181f40c
0.33% 0.00% perf [unknown] [k] 0xffffffff8185a6cd
0.33% 0.00% perf libLLVM-14.so.1 [.] llvm::cl::Option::addArgument()
0.33% 0.31% perf [kernel.kallsyms] [k] lock_release
0.33% 0.00% perf libasan.so.8.0.0 [.] __asan::AsanThread::ThreadStart(unsigned long long)
0.33% 0.00% perf libasan.so.8.0.0 [.] __asan::AsanThread::Init(__asan::AsanThread::InitOptions const*)
0.32% 0.00% perf [unknown] [.] 0xffffffff818563b0
0.32% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::MmapOrDie(unsigned long, char const*, bool)
0.32% 0.00% perf [unknown] [.] 0xffffffff81857a08
0.32% 0.32% perf [kernel.kallsyms] [k] debug_lockdep_rcu_enabled
0.32% 0.00% perf [unknown] [.] 0xffffffff8181712d
0.32% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca13520d7
0.32% 0.00% perf [unknown] [k] 0xffffffff82c393d9
0.31% 0.00% perf [unknown] [.] 0xffffffff8133e2eb
0.31% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca1351eea
0.31% 0.00% perf libLLVM-14.so.1 [.] llvm::StringMapImpl::RehashTable(unsigned int)
0.31% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca13c77ea
0.31% 0.00% perf libasan.so.8.0.0 [.] __asan::AsanThread::SetThreadStackAndTls(__asan::AsanThread::InitOptions const*)
0.31% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::GetThreadStackAndTls(bool, unsigned long*, unsigned long*, unsigned long*, unsigned long*)
0.31% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::GetThreadStackTopAndBottom(bool, unsigned long*, unsigned long*)
0.30% 0.00% perf [kernel.kallsyms] [k] kasan_record_aux_stack
0.30% 0.00% perf [unknown] [.] 0xffffffff81871d33
0.30% 0.00% perf [unknown] [.] 0xffffffff8181e291
0.29% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d086b3
0.29% 0.00% perf [unknown] [.] 0xffffffff8181ecbd
0.29% 0.00% perf libasan.so.8.0.0 [.] __asan::CreateMainThread()
0.29% 0.29% perf [kernel.kallsyms] [k] __asan_store8_noabort
0.28% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::InternalAlloc(unsigned long, __sanitizer::SizeClassAllocator32LocalCache<__sanitizer::SizeClassAllocator32<__sanitizer::AP32> >*, unsigned long)
0.28% 0.00% perf [kernel.kallsyms] [k] __kasan_kmalloc
0.28% 0.00% perf [unknown] [.] 0xffffffff8191ef0a
0.28% 0.00% perf [unknown] [.] 0xffffffff81793adf
0.27% 0.00% perf [unknown] [k] 0xffffffff8174fd89
0.27% 0.00% perf [unknown] [.] 0xffffffff818587be
0.27% 0.00% perf perf [.] __asan_register_globals@plt
0.27% 0.00% perf libc.so.6 [.] 0x00007f0ca774f51f
0.27% 0.00% perf [unknown] [.] 0xffffffff81445fdb
0.27% 0.00% perf [unknown] [.] 0xffffffff8185977f
0.27% 0.00% perf [unknown] [.] 0xffffffff8191ef1a
0.26% 0.01% perf libasan.so.8.0.0 [.] __sanitizer::StackDepotBase<__sanitizer::StackDepotNode, 1, 20>::Put(__sanitizer::StackTrace, bool*)
0.26% 0.00% perf [unknown] [.] 0xffffffff8180e0bb
0.26% 0.00% perf [kernel.kallsyms] [k] free_pgtables
0.26% 0.00% perf libasan.so.8.0.0 [.] __asan::InitializeShadowMemory()
0.26% 0.00% perf [unknown] [.] 0xffffffff81a90b3a
0.26% 0.00% perf [unknown] [.] 0xffffffff8185bd84
0.25% 0.00% perf [unknown] [k] 0xffffffff8185c017
0.25% 0.00% perf [unknown] [.] 0xffffffff81830ca1
0.25% 0.00% perf [unknown] [.] 0xffffffff8185ab53
0.25% 0.00% perf [unknown] [.] 0xffffffff818594cb
0.25% 0.00% perf [unknown] [.] 0xffffffff81776b34
0.25% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::MemoryRangeIsAvailable(unsigned long, unsigned long)
0.25% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::MemoryMappingLayout::CacheMemoryMappings()
0.25% 0.00% perf [unknown] [.] 0xffffffff82c357e0
0.25% 0.00% perf libc.so.6 [.] exit
0.25% 0.00% perf libc.so.6 [.] 0x00007f0ca770855b
0.25% 0.00% perf [unknown] [.] 0xffffffff81859edd
0.24% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::StackDepotBase<__sanitizer::StackDepotNode, 1, 20>::lock(__sanitizer::atomic_uint32_t*)
0.24% 0.00% perf [unknown] [.] 0xffffffff819cc0eb
0.24% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d05819
0.24% 0.08% perf libasan.so.8.0.0 [.] __lsan::PointsIntoChunk(void*)
0.23% 0.02% perf [kernel.kallsyms] [k] folio_remove_rmap_ptes
0.23% 0.17% perf [kernel.kallsyms] [k] __rcu_read_unlock
0.23% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::CombinedAllocator<__sanitizer::SizeClassAllocator32<__sanitizer::AP32>, __sanitizer::LargeMmapAllocatorPtrArrayStatic>::Allocate(__sanitizer::SizeClassAllocator32LocalCache<__sanitizer::SizeClassAllocator32<__sanitizer::AP32> >*, unsigned long, unsigned long)
0.23% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::SizeClassAllocator32LocalCache<__sanitizer::SizeClassAllocator32<__sanitizer::AP32> >::Refill(__sanitizer::SizeClassAllocator32LocalCache<__sanitizer::SizeClassAllocator32<__sanitizer::AP32> >::PerClass*, __sanitizer::SizeClassAllocator32<__sanitizer::AP32>*, unsigned long)
0.23% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::SizeClassAllocator32<__sanitizer::AP32>::AllocateBatch(__sanitizer::AllocatorStats*, __sanitizer::SizeClassAllocator32LocalCache<__sanitizer::SizeClassAllocator32<__sanitizer::AP32> >*, unsigned long)
0.23% 0.02% perf libasan.so.8.0.0 [.] __sanitizer::SizeClassAllocator32<__sanitizer::AP32>::PopulateFreeList(__sanitizer::AllocatorStats*, __sanitizer::SizeClassAllocator32LocalCache<__sanitizer::SizeClassAllocator32<__sanitizer::AP32> >*, __sanitizer::SizeClassAllocator32<__sanitizer::AP32>::SizeClassInfo*, unsigned long)
0.23% 0.01% perf libasan.so.8.0.0 [.] __asan::PoisonShadow(unsigned long, unsigned long, unsigned char)
0.23% 0.01% perf [kernel.kallsyms] [k] free_unref_folios
0.22% 0.00% perf [unknown] [.] 0xffffffff8185bddf
0.22% 0.00% perf [unknown] [.] 0xffffffff81493c5f
0.22% 0.00% perf libc.so.6 [.] 0x00007f0ca78198e7
0.22% 0.22% perf [kernel.kallsyms] [k] __asan_store4_noabort
0.22% 0.01% perf [kernel.kallsyms] [k] __page_cache_release
0.22% 0.00% perf [kernel.kallsyms] [k] unlink_anon_vmas
0.22% 0.00% perf [unknown] [k] 0xffffffff81859bed
0.22% 0.12% perf [kernel.kallsyms] [k] __mod_memcg_lruvec_state
0.21% 0.21% perf [kernel.kallsyms] [k] mark_lock
0.21% 0.00% perf [unknown] [.] 0xffffffff818dc6ac
0.21% 0.00% perf [unknown] [.] 0xffffffff818dc7c0
0.21% 0.00% perf [unknown] [k] 0xffffffff8185b531
0.21% 0.00% perf [unknown] [k] 0xffffffff8133e22b
0.21% 0.00% perf [unknown] [k] 0xffffffff81857d6b
0.21% 0.00% perf [unknown] [.] 0xffffffff81741ac9
0.21% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d02128
0.21% 0.00% perf [unknown] [.] 0xffffffff8148cf98
0.20% 0.00% perf [unknown] [.] 0xffffffff81001094
0.20% 0.00% perf [unknown] [k] 0xffffffff81446d1c
0.20% 0.00% perf [unknown] [.] 0xffffffff8186fc6c
0.20% 0.00% perf [unknown] [.] 0xffffffff8182d622
0.20% 0.00% perf [unknown] [k] 0xffffffff8185bdc3
0.20% 0.00% perf [unknown] [.] 0xffffffff82c34b82
0.20% 0.00% perf [unknown] [.] 0xffffffff8188b8e2
0.20% 0.00% perf [unknown] [k] 0xffffffff818d9bdb
0.19% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d0f40c
0.19% 0.00% perf [unknown] [.] 0xffffffff81773570
0.19% 0.15% perf [kernel.kallsyms] [k] __orc_find
0.19% 0.03% perf [kernel.kallsyms] [k] __lruvec_stat_mod_folio
0.19% 0.00% perf [unknown] [.] 0xffffffff812e16ee
0.19% 0.00% perf libc.so.6 [.] 0x00007f0ca781d180
0.19% 0.00% perf [unknown] [.] 0xffffffff8188a530
0.19% 0.00% perf [unknown] [.] 0xffffffff81a90ade
0.18% 0.04% perf [kernel.kallsyms] [k] free_frozen_page_commit
0.18% 0.00% perf [unknown] [.] 0xffffffff82c8988c
0.18% 0.07% perf [kernel.kallsyms] [k] unwind_get_return_address
0.18% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d1ba7b
0.18% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d05af8
0.17% 0.00% perf [kernel.kallsyms] [k] __put_anon_vma
0.17% 0.17% perf [kernel.kallsyms] [k] rcu_lockdep_current_cpu_online
0.17% 0.00% perf [unknown] [.] 0xffffffff817789cd
0.17% 0.00% perf [unknown] [.] 0xffffffff8183b753
0.17% 0.00% perf [unknown] [.] 0xffffffff8184098b
0.17% 0.17% perf [kernel.kallsyms] [k] __asan_load1_noabort
0.17% 0.00% perf [unknown] [.] 0xffffffff8185a79f
0.16% 0.00% perf [unknown] [.] 0xffffffff813ec6de
0.16% 0.00% perf [unknown] [.] 0xffffffff8181ed94
0.16% 0.16% perf [kernel.kallsyms] [k] copy_mc_enhanced_fast_string
0.16% 0.00% perf [unknown] [.] 0xffffffff82c691a6
0.16% 0.00% perf [unknown] [.] 0xffffffff81857bab
0.16% 0.15% perf libasan.so.8.0.0 [.] __sanitizer::LargeMmapAllocator<__asan::AsanMapUnmapCallback, __sanitizer::LargeMmapAllocatorPtrArrayDynamic, __sanitizer::LocalAddressSpaceView>::GetBlockBeginFastLocked(void*)
0.16% 0.00% perf [unknown] [.] 0xffffffff8183d3c5
0.16% 0.00% perf [unknown] [.] 0xffffffff8181dec3
0.16% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d0ac73
0.16% 0.00% perf ld-linux-x86-64.so.2 [.] _dl_exception_create_format
0.16% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d0aa43
0.15% 0.00% perf [unknown] [.] 0xffffffff812780d4
0.15% 0.00% perf [unknown] [.] 0xffffffff82c4aa00
0.15% 0.00% perf [unknown] [.] 0xffffffff818dc7fa
0.15% 0.00% perf [unknown] [.] 0xffffffff81844f4f
0.15% 0.00% perf [unknown] [.] 0xffffffff81493c4c
0.15% 0.00% perf [unknown] [.] 0xffffffff8191c340
0.15% 0.00% perf [unknown] [.] 0xffffffff8181e7e6
0.15% 0.00% perf [unknown] [.] 0xffffffff81445bc5
0.14% 0.00% perf [unknown] [.] 0xffffffff814e0865
0.14% 0.03% perf [kernel.kallsyms] [k] asm_sysvec_apic_timer_interrupt
0.14% 0.13% perf [kernel.kallsyms] [k] __lock_release.isra.0
0.14% 0.00% perf [unknown] [.] 0xffffffff818dc660
0.14% 0.00% perf [unknown] [.] 0xffffffff8181dea5
0.14% 0.00% perf [unknown] [.] 0xffffffff81493c52
0.14% 0.00% perf [unknown] [.] 0xffffffff8191bca1
0.14% 0.00% perf [unknown] [.] 0xffffffff8181f0be
0.14% 0.00% perf libasan.so.8.0.0 [.] __asan::InitializeAsanInterceptors()
0.14% 0.00% perf [unknown] [.] 0xffffffff818dc7ea
0.13% 0.00% perf [unknown] [.] 0xffffffff819f6747
0.13% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::AddModuleSegments(char const*, dl_phdr_info*, __sanitizer::InternalMmapVectorNoCtor<__sanitizer::LoadedModule>*) [clone .part.0]
0.13% 0.01% perf libc.so.6 [.] __cxa_finalize
0.13% 0.00% perf [unknown] [.] 0xffffffff8188b077
0.13% 0.00% perf [unknown] [k] 0xffffffff8173a6dd
0.13% 0.00% perf [unknown] [.] 0xffffffff813df4f9
0.13% 0.00% perf [kernel.kallsyms] [k] __call_rcu_common.constprop.0
0.13% 0.00% perf [unknown] [.] 0xffffffff81817122
0.13% 0.00% perf [unknown] [.] 0xffffffff818174e7
0.13% 0.00% perf [kernel.kallsyms] [k] __mem_cgroup_uncharge_folios
0.13% 0.06% perf [kernel.kallsyms] [k] kernel_text_address
0.13% 0.00% perf [unknown] [.] 0xffffffff82c64263
0.13% 0.00% perf [unknown] [.] 0xffffffff81963b55
0.13% 0.00% perf [unknown] [.] 0xffffffff81990476
0.12% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d09d10
0.12% 0.00% perf [unknown] [k] 0xffffffff8181348b
0.12% 0.00% perf [unknown] [.] 0xffffffff81964278
0.12% 0.00% perf [unknown] [.] 0xffffffff8188a58e
0.12% 0.00% perf [unknown] [.] 0xffffffff81791b85
0.12% 0.12% perf [kernel.kallsyms] [k] mtree_range_walk
0.12% 0.00% perf [unknown] [.] 0xffffffff8186c8c9
0.12% 0.00% perf [unknown] [.] 0xffffffff8186bf3c
0.12% 0.00% perf [unknown] [.] 0xffffffff8100106a
0.12% 0.12% perf [kernel.kallsyms] [k] validate_chain
0.12% 0.12% perf [kernel.kallsyms] [k] stack_trace_consume_entry
0.11% 0.00% perf libasan.so.8.0.0 [.] __interceptor_realloc.part.0
0.11% 0.00% perf libasan.so.8.0.0 [.] __asan::asan_realloc(void*, unsigned long, __sanitizer::BufferedStackTrace*)
0.11% 0.00% perf [unknown] [.] 0xffffffff819cb201
0.11% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::LoadedModule::set(char const*, unsigned long)
0.11% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::internal_strdup(char const*)
0.11% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d05df7
0.11% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d21930
0.11% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d05983
0.11% 0.00% perf libbabeltrace-ctf.so.1.0.0 [.] 0x00007f0ca02332c7
0.11% 0.00% perf libglib-2.0.so.0.7400.6 [.] g_quark_from_string
0.11% 0.00% perf libglib-2.0.so.0.7400.6 [.] g_malloc
0.11% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca1263b4a
0.11% 0.00% perf libglib-2.0.so.0.7400.6 [.] 0x00007f0c9d8bbf10
0.11% 0.00% perf [unknown] [.] 0xffffffff8180a585
0.11% 0.00% perf [kernel.kallsyms] [k] sysvec_apic_timer_interrupt
0.11% 0.01% perf [kernel.kallsyms] [k] __unwind_start
0.11% 0.00% perf [unknown] [.] 0xffffffff8183b6eb
0.11% 0.09% perf [kernel.kallsyms] [k] __rcu_read_lock
0.11% 0.00% perf [unknown] [.] 0xffffffff81791af7
0.11% 0.11% perf [kernel.kallsyms] [k] asm_exc_page_fault
0.11% 0.00% perf [unknown] [.] 0xffffffff81000b90
0.11% 0.00% perf [unknown] [.] 0xffffffff814471e4
0.11% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::StackDepotPut(__sanitizer::StackTrace)
0.11% 0.03% perf [kernel.kallsyms] [k] __kernel_text_address
0.11% 0.00% perf [unknown] [.] 0xffffffff812e1602
0.10% 0.02% perf [kernel.kallsyms] [k] __might_resched
0.10% 0.00% perf [unknown] [.] 0xffffffff814461d2
0.10% 0.02% perf [kernel.kallsyms] [k] lru_gen_update_size
0.10% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d07580
0.10% 0.00% perf [unknown] [.] 0xffffffff82c44cbb
0.10% 0.00% perf [unknown] [k] 0xffffffff8180e2a2
0.10% 0.00% perf [unknown] [.] 0xffffffff8181e6be
0.10% 0.00% perf libglib-2.0.so.0.7400.6 [.] 0x00007f0c9d902806
0.10% 0.00% perf libglib-2.0.so.0.7400.6 [.] g_hash_table_new_full
0.10% 0.00% perf libglib-2.0.so.0.7400.6 [.] g_slice_alloc
0.10% 0.00% perf [unknown] [k] 0xffffffff812e0c53
0.10% 0.00% perf libstdc++.so.6.0.30 [.] 0x00007f0ca04187b5
0.10% 0.00% perf [unknown] [.] 0xffffffff812e16df
0.10% 0.00% perf [unknown] [k] 0xffffffff81857490
0.10% 0.03% perf [kernel.kallsyms] [k] __hrtimer_run_queues
0.10% 0.00% perf [kernel.kallsyms] [k] free_pcppages_bulk
0.10% 0.00% perf [unknown] [.] 0xffffffff81776acf
0.10% 0.00% perf [unknown] [.] 0xffffffff8144553f
0.10% 0.00% perf [unknown] [.] 0xffffffff81343249
0.09% 0.00% perf [unknown] [.] 0xffffffff8188b064
0.09% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::MmapAlignedOrDieOnFatalError(unsigned long, unsigned long, char const*)
0.09% 0.00% perf [unknown] [.] 0xffffffff818dc69a
0.09% 0.00% perf libasan.so.8.0.0 [.] __do_global_dtors_aux
0.09% 0.00% perf libasan.so.8.0.0 [.] __lsan::DoLeakCheck()
0.09% 0.00% perf libasan.so.8.0.0 [.] __lsan::CheckForLeaks()
0.09% 0.00% perf libasan.so.8.0.0 [.] __lsan::LockStuffAndStopTheWorld(void (*)(__sanitizer::SuspendedThreadsList const&, void*), __lsan::CheckForLeaksParam*)
0.09% 0.00% perf libasan.so.8.0.0 [.] __lsan::LockStuffAndStopTheWorldCallback(dl_phdr_info*, unsigned long, void*)
0.09% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::StopTheWorld(void (*)(__sanitizer::SuspendedThreadsList const&, void*), void*)
0.09% 0.00% perf [unknown] [.] 0xffffffff82c49a10
0.09% 0.00% perf [unknown] [.] 0xffffffff81493c38
0.09% 0.00% perf [unknown] [.] 0xffffffff82c72b49
0.09% 0.00% perf [unknown] [.] 0xffffffff8188b04c
0.09% 0.00% perf [unknown] [.] 0xffffffff812e16e4
0.09% 0.00% perf [unknown] [.] 0xffffffff82c3f441
0.09% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d07887
0.09% 0.00% perf libasan.so.8.0.0 [.] __asan::Allocator::QuarantineChunk(__asan::AsanChunk*, void*, __sanitizer::BufferedStackTrace*) [clone .isra.0]
0.09% 0.00% perf [unknown] [k] 0xffffffff812e1989
0.09% 0.00% perf [unknown] [k] 0xffffffff812e199f
0.09% 0.00% perf [unknown] [k] 0xffffffff813964fa
0.09% 0.00% perf [unknown] [.] 0xffffffff82c72b1a
0.09% 0.00% perf [unknown] [.] 0xffffffff813ebb75
0.09% 0.00% perf [unknown] [.] 0xffffffff8148d06a
0.09% 0.00% perf [unknown] [.] 0xffffffff817789f1
0.09% 0.02% perf [kernel.kallsyms] [k] hrtimer_interrupt
0.09% 0.00% perf [unknown] [.] 0xffffffff817388f9
0.09% 0.05% perf [kernel.kallsyms] [k] cgroup_rstat_updated
0.09% 0.09% perf [kernel.kallsyms] [k] error_entry
0.09% 0.02% perf [kernel.kallsyms] [k] uncharge_folio
0.09% 0.00% perf [unknown] [.] 0xffffffff812e150e
0.09% 0.00% perf [unknown] [.] 0xffffffff81816feb
0.09% 0.00% perf [unknown] [.] 0xffffffff818dc810
0.09% 0.00% perf [unknown] [.] 0xffffffff8191381e
0.08% 0.00% perf [unknown] [.] 0xffffffff82c73722
0.08% 0.00% perf [unknown] [.] 0xffffffff8183b5bf
0.08% 0.00% perf [unknown] [.] 0xffffffff8134159a
0.08% 0.00% perf [unknown] [.] 0xffffffff81753a82
0.08% 0.00% perf [unknown] [.] 0xffffffff817452aa
0.08% 0.00% perf [unknown] [.] 0xffffffff81744ed4
0.08% 0.00% perf [unknown] [.] 0xffffffff81744b2a
0.08% 0.00% perf [unknown] [.] 0xffffffff817735ab
0.08% 0.00% perf [unknown] [.] 0xffffffff814a1c3e
0.08% 0.00% perf [unknown] [.] 0xffffffff812e1219
0.08% 0.00% perf [unknown] [.] 0xffffffff8185768c
0.08% 0.00% perf [unknown] [.] 0xffffffff815d596d
0.08% 0.00% perf [unknown] [k] 0xffffffff818c596c
0.08% 0.00% perf [unknown] [.] 0xffffffff81445f91
0.08% 0.00% perf [unknown] [.] 0xffffffff81776899
0.08% 0.00% perf [unknown] [k] 0xffffffff8173a51f
0.08% 0.00% perf [unknown] [.] 0xffffffff81859819
0.08% 0.00% perf libasan.so.8.0.0 [.] __lsan::ForEachChunk(void (*)(unsigned long, void*), void*)
0.08% 0.00% perf [unknown] [.] 0xffffffff82c3cf96
0.08% 0.00% perf [unknown] [k] 0xffffffff82c736a7
0.08% 0.00% perf libglib-2.0.so.0.7400.6 [.] 0x00007f0c9d902771
0.08% 0.00% perf [unknown] [.] 0xffffffff81446d9a
0.08% 0.00% perf [unknown] [k] 0xffffffff812e13e9
0.08% 0.00% perf [unknown] [.] 0xffffffff813dff11
0.08% 0.08% perf [kernel.kallsyms] [k] __kasan_check_write
0.08% 0.08% perf [kernel.kallsyms] [k] do_raw_spin_lock
0.08% 0.00% perf [unknown] [.] 0xffffffff814e3f79
0.08% 0.03% perf [kernel.kallsyms] [k] __irq_exit_rcu
0.08% 0.00% perf [unknown] [.] 0xffffffff81446b9d
0.07% 0.00% perf [unknown] [.] 0xffffffff818dc874
0.07% 0.00% perf [unknown] [.] 0xffffffff8181912a
0.07% 0.00% perf [unknown] [.] 0xffffffff815d5952
0.07% 0.07% perf [kernel.kallsyms] [k] match_held_lock
0.07% 0.07% perf [kernel.kallsyms] [k] __kasan_check_read
0.07% 0.00% perf [unknown] [.] 0xffffffff81830db1
0.07% 0.07% perf [kernel.kallsyms] [k] __kasan_check_byte
0.07% 0.00% perf [unknown] [.] 0xffffffff81446d29
0.07% 0.00% perf [unknown] [k] 0xffffffff812ef673
0.07% 0.00% perf [unknown] [.] 0xffffffff8183b1ae
0.07% 0.00% perf [unknown] [.] 0xffffffff818dc6b0
0.07% 0.00% perf [unknown] [.] 0xffffffff813964e7
0.07% 0.03% perf libasan.so.8.0.0 [.] __asan_unregister_globals
0.07% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca12c44bf
0.07% 0.00% perf [unknown] [.] 0xffffffff819cb218
0.07% 0.02% perf libasan.so.8.0.0 [.] __lsan::GetUserBegin(unsigned long)
0.07% 0.00% perf [unknown] [.] 0xffffffff82c6512c
0.07% 0.00% perf [unknown] [.] 0xffffffff812ef683
0.07% 0.00% perf [unknown] [.] 0xffffffff8182080b
0.07% 0.07% perf [kernel.kallsyms] [k] handle_mm_fault
0.07% 0.07% perf [kernel.kallsyms] [k] __update_load_avg_cfs_rq
0.07% 0.00% perf [unknown] [.] 0xffffffff814fc996
0.07% 0.00% perf [unknown] [k] 0xffffffff81871c4f
0.07% 0.00% perf [unknown] [.] 0xffffffff814ddb2c
0.07% 0.00% perf [unknown] [.] 0xffffffff8148cf8f
0.07% 0.00% perf [unknown] [.] 0xffffffff813d4134
0.06% 0.00% perf [unknown] [.] 0xffffffff82c73700
0.06% 0.00% perf [kernel.kallsyms] [k] __sysvec_apic_timer_interrupt
0.06% 0.00% perf [unknown] [.] 0xffffffff82c343d8
0.06% 0.00% perf [unknown] [.] 0xffffffff8177226d
0.06% 0.00% perf [kernel.kallsyms] [k] __kasan_slab_free
0.06% 0.00% perf [kernel.kallsyms] [k] kasan_save_free_info
0.06% 0.00% perf [unknown] [.] 0xffffffff81813699
0.06% 0.00% perf [unknown] [.] 0xffffffff8181e3c5
0.06% 0.02% perf [kernel.kallsyms] [k] __memcg_slab_free_hook
0.06% 0.00% perf [unknown] [.] 0xffffffff818dcc5c
0.06% 0.00% perf [unknown] [.] 0xffffffff8179038f
0.06% 0.00% perf [unknown] [.] 0xffffffff82c49c50
0.06% 0.06% perf [kernel.kallsyms] [k] get_page_from_freelist
0.06% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d091d5
0.06% 0.00% perf [unknown] [.] 0xffffffff81493c58
0.06% 0.00% perf [unknown] [.] 0xffffffff8181e7db
0.06% 0.06% perf [kernel.kallsyms] [k] stack_access_ok
0.06% 0.00% perf [unknown] [.] 0xffffffff81343975
0.06% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d093ef
0.06% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca1279dbd
0.06% 0.00% perf [unknown] [.] 0xffffffff812e0cdc
0.06% 0.00% perf [unknown] [.] 0xffffffff818dcb63
0.06% 0.00% perf [unknown] [.] 0xffffffff81447155
0.06% 0.00% perf [unknown] [.] 0xffffffff812e191e
0.06% 0.00% perf [unknown] [.] 0xffffffff812e15d2
0.06% 0.00% perf [unknown] [.] 0xffffffff8195e5c1
0.06% 0.00% perf [unknown] [.] 0xffffffff8196e7c5
0.06% 0.00% perf [unknown] [.] 0xffffffff81500d60
0.06% 0.00% perf [unknown] [.] 0xffffffff814e5d7c
0.06% 0.00% perf [unknown] [.] 0xffffffff8188819d
0.06% 0.00% perf [unknown] [.] 0xffffffff82c49a01
0.06% 0.00% perf [unknown] [.] 0xffffffff81845603
0.06% 0.00% perf [unknown] [k] 0xffffffff818454a4
0.06% 0.00% perf [unknown] [.] 0xffffffff818d9dea
0.06% 0.00% perf [unknown] [.] 0xffffffff818135ef
0.06% 0.00% perf [unknown] [.] 0xffffffff818dc8bc
0.06% 0.00% perf [unknown] [.] 0xffffffff813964c8
0.06% 0.00% perf libasan.so.8.0.0 [.] __lsan::CollectIgnoredCb(unsigned long, void*)
0.06% 0.00% perf libglib-2.0.so.0.7400.6 [.] g_malloc0
0.06% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d0a920
0.06% 0.00% perf [unknown] [.] 0xffffffff81396585
0.06% 0.00% perf [unknown] [k] 0xffffffff8197cc44
0.06% 0.00% perf [unknown] [k] 0xffffffff8197c83d
0.06% 0.00% perf [unknown] [k] 0xffffffff8197b5ea
0.06% 0.00% perf [unknown] [k] 0xffffffff8197b1a4
0.06% 0.02% perf [kernel.kallsyms] [k] __is_insn_slot_addr
0.06% 0.00% perf [unknown] [.] 0xffffffff8180a52a
0.05% 0.05% perf ld-linux-x86-64.so.2 [.] 0x000000000000e269
0.05% 0.00% perf [unknown] [.] 0xffffffff813d4171
0.05% 0.00% perf [unknown] [.] 0xffffffff81494925
0.05% 0.00% perf [unknown] [.] 0xffffffff813ec6f6
0.05% 0.04% perf [kernel.kallsyms] [k] perf_adjust_freq_unthr_context
0.05% 0.00% perf [unknown] [.] 0xffffffff82c89bff
0.05% 0.05% perf [kernel.kallsyms] [k] do_user_addr_fault
0.05% 0.05% perf ld-linux-x86-64.so.2 [.] 0x000000000000e26c
0.05% 0.02% perf [kernel.kallsyms] [k] __free_one_page
0.05% 0.00% perf [unknown] [.] 0xffffffff81445c21
0.05% 0.01% perf [kernel.kallsyms] [k] sched_tick
0.05% 0.00% perf [unknown] [.] 0xffffffff81447383
0.05% 0.00% perf [kernel.kallsyms] [k] tick_nohz_handler
0.05% 0.00% perf [kernel.kallsyms] [k] update_process_times
0.05% 0.01% perf [kernel.kallsyms] [k] irq_exit_rcu
0.05% 0.00% perf [unknown] [.] 0xffffffff82c73631
0.05% 0.05% perf [kernel.kallsyms] [k] __asan_load2_noabort
0.05% 0.00% perf [unknown] [.] 0xffffffff817917ab
0.05% 0.04% perf [kernel.kallsyms] [k] find_held_lock
0.05% 0.05% perf [kernel.kallsyms] [k] folio_add_file_rmap_ptes
0.05% 0.00% perf [unknown] [.] 0xffffffff818dc664
0.05% 0.05% perf [kernel.kallsyms] [k] mark_usage
0.05% 0.05% perf [kernel.kallsyms] [k] lock_vma_under_rcu
0.05% 0.00% perf [unknown] [.] 0xffffffff82c356d4
0.05% 0.00% perf [unknown] [.] 0xffffffff81494932
0.05% 0.01% perf libasan.so.8.0.0 [.] __sanitizer::internal_memset(void*, int, unsigned long)
0.05% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::internal_allocator() [clone .part.0]
0.05% 0.00% perf [unknown] [.] 0xffffffff81445e8d
0.05% 0.05% perf [kernel.kallsyms] [k] __asan_store1_noabort
0.05% 0.00% perf [unknown] [.] 0xffffffff8181e51c
0.05% 0.00% perf [unknown] [.] 0xffffffff81493c30
0.05% 0.00% perf [unknown] [.] 0xffffffff81817aae
0.05% 0.00% perf [unknown] [.] 0xffffffff814466ab
0.05% 0.00% perf [unknown] [.] 0xffffffff812e1ff6
0.05% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::OpenFile(char const*, __sanitizer::FileAccessMode, int*)
0.05% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::internal_open(char const*, int, unsigned int)
0.05% 0.00% perf [unknown] [.] 0xffffffff8196412c
0.05% 0.05% perf [kernel.kallsyms] [k] kasan_byte_accessible
0.05% 0.00% perf [unknown] [.] 0xffffffff818da9cf
0.05% 0.00% perf [unknown] [.] 0xffffffff81813949
0.05% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::MmapNamed(void*, unsigned long, int, int, char const*)
0.05% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d062bd
0.05% 0.00% perf [unknown] [.] 0xffffffff81446cd0
0.05% 0.05% perf [kernel.kallsyms] [k] orc_find.part.0
0.05% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d0ac84
0.05% 0.00% perf libc.so.6 [.] 0x00007f0ca774ef4c
0.05% 0.00% perf [unknown] [.] 0xffffffff81871e41
0.05% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca126227f
0.05% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca14c4aab
0.05% 0.00% perf libLLVM-14.so.1 [.] llvm::cl::getGeneralCategory()
0.05% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca134ef5e
0.05% 0.00% perf libLLVM-14.so.1 [.] llvm::ManagedStaticBase::RegisterManagedStatic(void* (*)(), void (*)(void*)) const
0.05% 0.00% perf [unknown] [.] 0xffffffff81a909fd
0.05% 0.00% perf libasan.so.8.0.0 [.] __interceptor___cxa_atexit
0.05% 0.00% perf libc.so.6 [.] 0x00007f0ca7707e83
0.05% 0.00% perf libc.so.6 [.] 0x00007f0ca7707dfa
0.05% 0.00% perf [unknown] [.] 0xffffffff8196dc0d
0.05% 0.00% perf [unknown] [.] 0xffffffff8180ddfa
0.05% 0.00% perf [unknown] [.] 0xffffffff81844c41
0.05% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::CloseFile(int)
0.05% 0.00% perf [unknown] [k] 0xffffffff8181ec7e
0.05% 0.00% perf [unknown] [.] 0xffffffff814e32d5
0.05% 0.00% perf [unknown] [.] 0xffffffff8191d791
0.05% 0.00% perf [unknown] [.] 0xffffffff8188b5aa
0.05% 0.00% perf [unknown] [.] 0xffffffff8181f9fb
0.05% 0.00% perf [unknown] [.] 0xffffffff81f2a91c
0.05% 0.00% perf [unknown] [.] 0xffffffff814d353d
0.05% 0.00% perf libglib-2.0.so.0.7400.6 [.] g_hash_table_insert
0.05% 0.05% perf [kernel.kallsyms] [k] xas_next_entry
0.05% 0.00% perf libc.so.6 [.] dlerror
0.05% 0.00% perf libc.so.6 [.] __asprintf
0.05% 0.00% perf [unknown] [.] 0xffffffff818ddb6f
0.05% 0.00% perf [unknown] [.] 0xffffffff818dcb27
0.04% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d232e0
0.04% 0.00% perf [unknown] [.] 0xffffffff81516d83
0.04% 0.00% perf [unknown] [.] 0xffffffff815168db
0.04% 0.00% perf [unknown] [.] 0xffffffff813e8ae7
0.04% 0.04% perf [kernel.kallsyms] [k] __accumulate_pelt_segments
0.04% 0.04% perf [kernel.kallsyms] [k] update_curr_task
0.04% 0.00% perf [unknown] [.] 0xffffffff81741a84
0.04% 0.00% perf [unknown] [.] 0xffffffff82c89bf7
0.04% 0.00% perf [unknown] [.] 0xffffffff813d6c20
0.04% 0.03% perf [kernel.kallsyms] [k] perf_event_task_tick
0.04% 0.00% perf [unknown] [.] 0xffffffff81445cbd
0.04% 0.00% perf [kernel.kallsyms] [k] task_work_run
0.04% 0.04% perf [kernel.kallsyms] [k] xas_load
0.04% 0.00% perf [unknown] [.] 0xffffffff8191ef62
0.04% 0.00% perf [unknown] [.] 0xffffffff818ddb30
0.04% 0.04% perf [kernel.kallsyms] [k] finish_fault
0.04% 0.04% perf [kernel.kallsyms] [k] lockdep_hardirqs_on_prepare
0.04% 0.00% perf libasan.so.8.0.0 [.] __asan::OnLowLevelAllocate(unsigned long, unsigned long)
0.04% 0.00% perf [unknown] [.] 0xffffffff8182a31b
0.04% 0.00% perf [unknown] [.] 0xffffffff818295d6
0.04% 0.04% perf [kernel.kallsyms] [k] do_anonymous_page
0.04% 0.00% perf [unknown] [.] 0xffffffff81862e45
0.04% 0.00% perf [unknown] [.] 0xffffffff81446137
0.04% 0.00% perf libasan.so.8.0.0 [.] __interceptor_pthread_create
0.04% 0.00% perf libc.so.6 [.] pthread_create
0.04% 0.00% perf [unknown] [.] 0xffffffff8191900c
0.04% 0.04% perf [kernel.kallsyms] [k] rmqueue_bulk
0.04% 0.00% perf [unknown] [.] 0xffffffff81793d1f
0.04% 0.00% perf [unknown] [.] 0xffffffff815d5a8c
0.04% 0.00% perf [unknown] [.] 0xffffffff813d4199
0.04% 0.00% perf [unknown] [.] 0xffffffff82c735fc
0.04% 0.00% perf [unknown] [.] 0xffffffff81446ba5
0.04% 0.01% perf [kernel.kallsyms] [k] slab_free_after_rcu_debug
0.04% 0.00% perf [kernel.kallsyms] [k] handle_softirqs
0.04% 0.00% perf [kernel.kallsyms] [k] rcu_core
0.04% 0.00% perf [kernel.kallsyms] [k] rcu_do_batch
0.04% 0.00% perf [unknown] [.] 0xffffffff82c73727
0.04% 0.00% perf [unknown] [.] 0xffffffff8180a4f4
0.04% 0.04% perf [kernel.kallsyms] [k] ___pte_offset_map
0.04% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca12d06de
0.04% 0.00% perf libLLVM-14.so.1 [.] polly::initializePollyPasses(llvm::PassRegistry&)
0.04% 0.00% perf libasan.so.8.0.0 [.] __lsan::FloodFillTag(__sanitizer::InternalMmapVector<unsigned long>*, __lsan::ChunkTag) [clone .constprop.0]
0.04% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d079ac
0.04% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d22740
0.04% 0.00% perf [unknown] [.] 0xffffffff818dc68a
0.04% 0.00% perf [unknown] [.] 0xffffffff818dc6a8
0.04% 0.00% perf [unknown] [.] 0xffffffff810013e6
0.04% 0.04% perf [kernel.kallsyms] [k] __handle_mm_fault
0.04% 0.00% perf [unknown] [.] 0xffffffff8157e1b7
0.04% 0.00% perf [unknown] [.] 0xffffffff818dc714
0.04% 0.00% perf [unknown] [.] 0xffffffff817403af
0.04% 0.00% perf [unknown] [.] 0xffffffff8173719c
0.04% 0.00% perf [unknown] [.] 0xffffffff81736d69
0.04% 0.00% perf [unknown] [.] 0xffffffff82c64172
0.04% 0.00% perf [unknown] [.] 0xffffffff8157e22b
0.04% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::ReserveShadowMemoryRange(unsigned long, unsigned long, char const*, bool)
0.04% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::MmapFixedSuperNoReserve(unsigned long, unsigned long, char const*)
0.04% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::MmapFixed(unsigned long, unsigned long, int, char const*) [clone .constprop.0]
0.04% 0.00% perf [unknown] [.] 0xffffffff819900ab
0.04% 0.00% perf [unknown] [.] 0xffffffff8196e935
0.04% 0.00% perf [unknown] [.] 0xffffffff812e1a3c
0.04% 0.00% perf [unknown] [.] 0xffffffff812e231f
0.04% 0.00% perf [unknown] [.] 0xffffffff812e200e
0.04% 0.00% perf libLLVM-14.so.1 [.] std::_Rb_tree_iterator<std::pair<unsigned int const, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > std::_Rb_tree<unsigned int, std::pair<unsigned int const, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::_Select1st<std::pair<unsigned int const, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >::_M_insert_unique_<std::pair<unsigned int const, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > const&, std::_Rb_tree<unsigned int, std::pair<unsigned int const, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::_Select1st<std::pair<unsigned int const, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >::_Alloc_node>(std::_Rb_tree_const_iterator<std::pair<unsigned int const, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >, std::pair<unsigned int const, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > const&, std::_Rb_tree<unsigned int, std::pair<unsigned int const, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::_Select1st<std::pair<unsigned int const, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >::_Alloc_node&)
0.04% 0.00% perf [unknown] [.] 0xffffffff818dc440
0.04% 0.00% perf [unknown] [.] 0xffffffff818dcb26
0.04% 0.00% perf [unknown] [.] 0xffffffff814a1c36
0.04% 0.00% perf [unknown] [.] 0xffffffff818dc47f
0.04% 0.00% perf [unknown] [.] 0xffffffff819f5e43
0.04% 0.00% perf libasan.so.8.0.0 [.] operator delete(void*)
0.04% 0.00% perf libc.so.6 [.] 0x00007f0ca77483dd
0.04% 0.00% perf [unknown] [.] 0xffffffff8144725d
0.04% 0.04% perf [kernel.kallsyms] [k] mark_held_locks
0.04% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d0bc00
0.04% 0.00% perf [unknown] [k] 0xffffffff8185b898
0.04% 0.00% perf [unknown] [k] 0xffffffff818dc6a4
0.04% 0.00% perf [unknown] [k] 0xffffffff812e1529
0.04% 0.00% perf [unknown] [k] 0xffffffff818dc710
0.03% 0.00% perf [unknown] [.] 0xffffffff8144a6db
0.03% 0.00% perf [unknown] [.] 0xffffffff81914612
0.03% 0.03% perf [kernel.kallsyms] [k] call_function_single_prep_ipi
0.03% 0.00% perf [unknown] [.] 0xffffffff81516833
0.03% 0.00% perf [unknown] [.] 0xffffffff814e0833
0.03% 0.00% perf [unknown] [.] 0xffffffff81001115
0.03% 0.00% perf [unknown] [.] 0xffffffff813f86d7
0.03% 0.00% perf [unknown] [.] 0xffffffff81741ae9
0.03% 0.00% perf [unknown] [.] 0xffffffff813e8dab
0.03% 0.00% perf [unknown] [.] 0xffffffff817389a1
0.03% 0.00% perf [unknown] [.] 0xffffffff81741a08
0.03% 0.00% perf [unknown] [.] 0xffffffff8142b7e9
0.03% 0.03% perf [kernel.kallsyms] [k] update_load_avg
0.03% 0.03% perf [kernel.kallsyms] [k] update_curr
0.03% 0.00% perf [unknown] [.] 0xffffffff81918f18
0.03% 0.00% perf [unknown] [.] 0xffffffff814a1c7b
0.03% 0.00% perf [unknown] [.] 0xffffffff81914577
0.03% 0.03% perf [kernel.kallsyms] [k] exc_page_fault
0.03% 0.00% perf [unknown] [.] 0xffffffff810013fd
0.03% 0.00% perf [unknown] [.] 0xffffffff8180a565
0.03% 0.00% perf [unknown] [.] 0xffffffff82c73030
0.03% 0.03% perf [kernel.kallsyms] [k] __count_memcg_events
0.03% 0.00% perf perf [.] _sub_I_00099_1
0.03% 0.03% perf [kernel.kallsyms] [k] folio_batch_move_lru
0.03% 0.00% perf perf [.] symbol__init_regexpr
0.03% 0.00% perf libasan.so.8.0.0 [.] __interceptor_regcomp.part.0
0.03% 0.00% perf libc.so.6 [.] regcomp
0.03% 0.00% perf [unknown] [.] 0xffffffff81913781
0.03% 0.03% perf ld-linux-x86-64.so.2 [.] 0x0000000000008d9b
0.03% 0.03% perf [kernel.kallsyms] [k] task_tick_mm_cid
0.03% 0.00% perf [unknown] [.] 0xffffffff8191458c
0.03% 0.00% perf [unknown] [.] 0xffffffff814471ea
0.03% 0.00% perf [unknown] [.] 0xffffffff818c57ee
0.03% 0.00% perf libc.so.6 [.] 0x00007f0ca7752d6b
0.03% 0.00% perf libc.so.6 [.] 0x00007f0ca77d3828
0.03% 0.00% perf libc.so.6 [.] 0x00007f0ca77d37b0
0.03% 0.00% perf [unknown] [.] 0xffffffff81343c20
0.03% 0.00% perf [unknown] [.] 0xffffffff8180a576
0.03% 0.00% perf [unknown] [.] 0xffffffff81260fc3
0.03% 0.00% perf [unknown] [.] 0xffffffff81829232
0.03% 0.00% perf [unknown] [.] 0xffffffff81914683
0.03% 0.00% perf [unknown] [.] 0xffffffff813d4077
0.03% 0.00% perf [unknown] [.] 0xffffffff812ec68b
0.03% 0.00% perf [unknown] [.] 0xffffffff8191ef3f
0.03% 0.00% perf [unknown] [.] 0xffffffff81447141
0.03% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::InternalMmapVectorNoCtor<unsigned long>::push_back(unsigned long const&)
0.03% 0.00% perf [unknown] [.] 0xffffffff8191c398
0.03% 0.01% perf perf [.] _sub_I_00099_1
0.03% 0.00% perf [unknown] [.] 0xffffffff818dc4b0
0.03% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d0a0c5
0.03% 0.00% perf [unknown] [.] 0xffffffff81446036
0.03% 0.00% perf [unknown] [.] 0xffffffff82c343cf
0.03% 0.00% perf [unknown] [.] 0xffffffff81911b4e
0.03% 0.00% perf [unknown] [.] 0xffffffff812ec962
0.03% 0.00% perf [unknown] [.] 0xffffffff81871e25
0.03% 0.00% perf [unknown] [.] 0xffffffff8180a58a
0.03% 0.00% perf [unknown] [.] 0xffffffff814a1c41
0.03% 0.00% perf [unknown] [.] 0xffffffff817722d1
0.03% 0.00% perf [unknown] [.] 0xffffffff8143f16b
0.03% 0.00% perf [unknown] [.] 0xffffffff8191229d
0.03% 0.03% perf [kernel.kallsyms] [k] consume_stock
0.03% 0.00% perf [unknown] [.] 0xffffffff818137cd
0.03% 0.00% perf [unknown] [.] 0xffffffff81494238
0.03% 0.00% perf [unknown] [.] 0xffffffff81862e0d
0.03% 0.00% perf [unknown] [.] 0xffffffff82c7367a
0.03% 0.00% perf [unknown] [.] 0xffffffff8186c86f
0.03% 0.00% perf [unknown] [.] 0xffffffff82c89b37
0.03% 0.00% perf [unknown] [.] 0xffffffff81912164
0.03% 0.00% perf [unknown] [.] 0xffffffff815d58ec
0.03% 0.00% perf [unknown] [.] 0xffffffff818dc444
0.03% 0.03% perf [kernel.kallsyms] [k] trace_irq_enable.constprop.0
0.03% 0.03% perf [kernel.kallsyms] [k] do_raw_spin_unlock
0.03% 0.03% perf [kernel.kallsyms] [k] page_ref_add_unless.constprop.0
0.03% 0.00% perf [unknown] [.] 0xffffffff814948d7
0.03% 0.00% perf [unknown] [.] 0xffffffff818dc67b
0.03% 0.03% perf [kernel.kallsyms] [k] __mod_memcg_state
0.03% 0.00% perf [unknown] [.] 0xffffffff818dc74a
0.03% 0.00% perf [unknown] [.] 0xffffffff81813ac6
0.03% 0.00% perf [unknown] [.] 0xffffffff8173a53c
0.03% 0.00% perf [unknown] [.] 0xffffffff8186bb05
0.03% 0.00% perf [unknown] [.] 0xffffffff8148d07f
0.03% 0.03% perf [kernel.kallsyms] [k] filemap_map_pages
0.03% 0.00% perf [unknown] [.] 0xffffffff814471dc
0.03% 0.03% perf [kernel.kallsyms] [k] __folio_batch_add_and_move
0.03% 0.00% perf [unknown] [.] 0xffffffff81776964
0.03% 0.00% perf [unknown] [.] 0xffffffff812e0ce7
0.03% 0.00% perf [unknown] [.] 0xffffffff8199004a
0.03% 0.00% perf [unknown] [.] 0xffffffff817406e6
0.03% 0.00% perf [unknown] [.] 0xffffffff81912057
0.03% 0.03% perf [kernel.kallsyms] [k] __pte_offset_map_lock
0.03% 0.00% perf [unknown] [.] 0xffffffff82c73724
0.03% 0.00% perf [unknown] [.] 0xffffffff812e16c8
0.03% 0.00% perf [unknown] [.] 0xffffffff818dcd24
0.03% 0.00% perf [unknown] [.] 0xffffffff82c73663
0.03% 0.00% perf [unknown] [.] 0xffffffff82c63c53
0.03% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca359fcdf
0.03% 0.03% perf [kernel.kallsyms] [k] mas_walk
0.03% 0.00% perf perf [.] __asan_unregister_globals@plt
0.03% 0.00% perf [unknown] [.] 0xffffffff812e202a
0.03% 0.00% perf [unknown] [.] 0xffffffff81770498
0.03% 0.00% perf [unknown] [.] 0xffffffff8198fff2
0.03% 0.00% perf [unknown] [.] 0xffffffff8181393e
0.03% 0.03% perf [kernel.kallsyms] [k] mangle_path
0.03% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca126352e
0.03% 0.00% perf [unknown] [.] 0xffffffff814a1c75
0.03% 0.00% perf [unknown] [.] 0xffffffff812e150a
0.03% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca1355d1d
0.03% 0.00% perf [unknown] [.] 0xffffffff81444706
0.03% 0.00% perf [unknown] [.] 0xffffffff81a8f9c7
0.03% 0.00% perf [unknown] [.] 0xffffffff818dc870
0.03% 0.00% perf [unknown] [.] 0xffffffff813ba570
0.03% 0.00% perf libasan.so.8.0.0 [.] __asan::AsanThread::ClearShadowForThreadStackAndTLS()
0.03% 0.00% perf [unknown] [.] 0xffffffff82c45b82
0.03% 0.00% perf [unknown] [.] 0xffffffff819cb029
0.03% 0.00% perf [unknown] [.] 0xffffffff819cbdd4
0.03% 0.00% perf [unknown] [.] 0xffffffff81963b6f
0.03% 0.00% perf [unknown] [.] 0xffffffff818ddb34
0.03% 0.00% perf libnuma.so.1.0.0 [.] 0x00007f0ca027e966
0.03% 0.00% perf libasan.so.8.0.0 [.] __interceptor___getdelim.part.0
0.03% 0.00% perf libc.so.6 [.] __getdelim
0.03% 0.00% perf [unknown] [.] 0xffffffff8185a785
0.03% 0.00% perf [unknown] [.] 0xffffffff82c4c20f
0.03% 0.00% perf libasan.so.8.0.0 [.] __interceptor_fclose
0.03% 0.00% perf [unknown] [.] 0xffffffff81819b32
0.03% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d0762a
0.03% 0.00% perf libnuma.so.1.0.0 [.] 0x00007f0ca027ea2f
0.03% 0.00% perf libc.so.6 [.] 0x00007f0ca7799d4d
0.03% 0.00% perf libc.so.6 [.] 0x00007f0ca7799ce0
0.03% 0.00% perf libz3.so.4 [.] 0x00007f0c9dd57feb
0.03% 0.00% perf libglib-2.0.so.0.7400.6 [.] 0x00007f0c9d8df017
0.03% 0.00% perf libglib-2.0.so.0.7400.6 [.] 0x00007f0c9d8de80b
0.03% 0.00% perf libglib-2.0.so.0.7400.6 [.] 0x00007f0c9d8de4e8
0.03% 0.00% perf libglib-2.0.so.0.7400.6 [.] g_realloc
0.03% 0.00% perf [unknown] [.] 0xffffffff812e1c9b
0.03% 0.00% perf [unknown] [.] 0xffffffff814e22f0
0.03% 0.00% perf [unknown] [.] 0xffffffff8144593f
0.03% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca12657d9
0.03% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d020e0
0.03% 0.00% perf [unknown] [.] 0xffffffff814ccd64
0.03% 0.00% perf [unknown] [.] 0xffffffff81446290
0.03% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::ThreadSuspender::SuspendAllThreads()
0.03% 0.00% perf [unknown] [.] 0xffffffff812e15a3
0.03% 0.00% perf [unknown] [k] 0xffffffff82c73634
0.03% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca12d5d22
0.03% 0.00% perf libglib-2.0.so.0.7400.6 [.] g_private_get
0.03% 0.00% perf libglib-2.0.so.0.7400.6 [.] 0x00007f0c9d94662e
0.03% 0.00% perf [unknown] [.] 0xffffffff81983df2
0.03% 0.03% perf [kernel.kallsyms] [k] __read_once_word_nocheck
0.03% 0.00% perf [unknown] [.] 0xffffffff81657071
0.03% 0.00% perf libc.so.6 [.] pthread_getattr_np
0.03% 0.00% perf [unknown] [.] 0xffffffff81813921
0.03% 0.00% perf [unknown] [.] 0xffffffff8183a88f
0.03% 0.00% perf [unknown] [.] 0xffffffff81793bc2
0.03% 0.00% perf [unknown] [k] 0xffffffff81494232
0.03% 0.00% perf [unknown] [k] 0xffffffff8173a6d4
0.03% 0.00% perf [unknown] [.] 0xffffffff812e0f2a
0.03% 0.00% perf [unknown] [k] 0xffffffff8149421f
0.02% 0.02% perf [kernel.kallsyms] [k] ftrace_graph_ret_addr
0.02% 0.00% perf [unknown] [.] 0xffffffff812e19dd
0.02% 0.00% perf [unknown] [.] 0xffffffff815ef052
0.02% 0.00% perf [unknown] [k] 0xffffffff81a5bfda
0.02% 0.00% perf [unknown] [k] 0xffffffff81a5aeab
0.02% 0.00% perf [unknown] [.] 0xffffffff814d3487
0.02% 0.00% perf [unknown] [.] 0xffffffff82c7360d
0.02% 0.00% perf [unknown] [.] 0xffffffff81912412
0.02% 0.01% perf [kernel.kallsyms] [k] rcu_read_lock_sched_held
0.02% 0.00% perf [unknown] [.] 0xffffffff81494936
0.02% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca12ceafd
0.02% 0.00% perf libLLVM-14.so.1 [.] llvm::Regex::Regex(llvm::StringRef, llvm::Regex::RegexFlags)
0.02% 0.00% perf libLLVM-14.so.1 [.] llvm_regcomp
0.02% 0.00% perf [unknown] [.] 0xffffffff814a1c57
0.02% 0.00% perf [unknown] [.] 0xffffffff81494929
0.02% 0.00% perf [unknown] [.] 0xffffffff8179405e
0.02% 0.00% perf [unknown] [.] 0xffffffff81355038
0.02% 0.02% perf [kernel.kallsyms] [k] kick_ilb
0.02% 0.00% perf [unknown] [.] 0xffffffff813d593e
0.02% 0.00% perf [unknown] [.] 0xffffffff8135502d
0.02% 0.02% perf [kernel.kallsyms] [k] charge_memcg
0.02% 0.00% perf libc.so.6 [.] 0x00007f0ca7752fb0
0.02% 0.00% perf libc.so.6 [.] 0x00007f0ca775044f
0.02% 0.00% perf libasan.so.8.0.0 [.] __asan::AsanThread::Destroy()
0.02% 0.00% perf perf [.] _sub_I_00099_1
0.02% 0.01% perf [kernel.kallsyms] [k] page_counter_uncharge
0.02% 0.00% perf [kernel.kallsyms] [k] uncharge_batch
0.02% 0.00% perf [unknown] [.] 0xffffffff817419e0
0.02% 0.02% perf ld-linux-x86-64.so.2 [.] 0x000000000000e26f
0.02% 0.00% perf [unknown] [.] 0xffffffff8140d0a6
0.02% 0.02% perf [kernel.kallsyms] [k] __hrtimer_next_event_base
0.02% 0.00% perf [unknown] [.] 0xffffffff814df883
0.02% 0.02% perf [kernel.kallsyms] [k] lapic_next_deadline
0.02% 0.00% perf [unknown] [.] 0xffffffff814fc9fe
0.02% 0.00% perf [unknown] [.] 0xffffffff81446d3d
0.02% 0.00% perf [unknown] [.] 0xffffffff8140cf44
0.02% 0.00% perf [unknown] [.] 0xffffffff818dc694
0.02% 0.00% perf [unknown] [.] 0xffffffff814df175
0.02% 0.02% perf [kernel.kallsyms] [k] intel_pmu_disable_all
0.02% 0.00% perf [unknown] [.] 0xffffffff8122091c
0.02% 0.00% perf [unknown] [.] 0xffffffff813ebb9a
0.02% 0.02% perf [kernel.kallsyms] [k] __update_load_avg_se
0.02% 0.00% perf [unknown] [.] 0xffffffff814ddbba
0.02% 0.00% perf [unknown] [.] 0xffffffff814a867e
0.02% 0.02% perf [kernel.kallsyms] [k] trace_pelt_se_tp
0.02% 0.00% perf [unknown] [.] 0xffffffff8140c946
0.02% 0.00% perf [unknown] [.] 0xffffffff8140cb0b
0.02% 0.00% perf [unknown] [.] 0xffffffff813d3fdd
0.02% 0.00% perf [unknown] [.] 0xffffffff813c22c4
0.02% 0.02% perf [kernel.kallsyms] [k] percpu_counter_add_batch
0.02% 0.00% perf [unknown] [.] 0xffffffff818dcb25
0.02% 0.00% perf [unknown] [.] 0xffffffff819146d5
0.02% 0.02% perf [kernel.kallsyms] [k] vm_normal_page
0.02% 0.00% perf [unknown] [.] 0xffffffff81446bfe
0.02% 0.00% perf [unknown] [.] 0xffffffff8140f9cf
0.02% 0.00% perf [unknown] [.] 0xffffffff8142b940
0.02% 0.02% perf [kernel.kallsyms] [k] do_pte_missing
0.02% 0.00% perf [unknown] [.] 0xffffffff81446cdc
0.02% 0.00% perf [unknown] [.] 0xffffffff81446030
0.02% 0.00% perf [unknown] [.] 0xffffffff82c7361a
0.02% 0.00% perf [unknown] [.] 0xffffffff8181fe77
0.02% 0.02% perf [kernel.kallsyms] [k] vma_alloc_folio_noprof
0.02% 0.00% perf [unknown] [.] 0xffffffff813e0093
0.02% 0.00% perf [unknown] [.] 0xffffffff814df26b
0.02% 0.00% perf [unknown] [.] 0xffffffff81911ba9
0.02% 0.00% perf [unknown] [.] 0xffffffff81914572
0.02% 0.00% perf [unknown] [.] 0xffffffff81494920
0.02% 0.00% perf [unknown] [.] 0xffffffff8186c8d6
0.02% 0.01% perf [kernel.kallsyms] [k] update_rq_clock_task
0.02% 0.00% perf [unknown] [.] 0xffffffff82c73039
0.02% 0.01% perf [kernel.kallsyms] [k] idle_cpu
0.02% 0.00% perf [unknown] [.] 0xffffffff81494217
0.02% 0.00% perf [unknown] [.] 0xffffffff814948d0
0.02% 0.00% perf [unknown] [.] 0xffffffff817914f8
0.02% 0.00% perf [unknown] [k] 0xffffffff81a5bb63
0.02% 0.00% perf [unknown] [.] 0xffffffff82c343a4
0.02% 0.00% perf [unknown] [.] 0xffffffff82c35790
0.02% 0.00% perf [kernel.kallsyms] [k] is_bpf_text_address
0.02% 0.02% perf [kernel.kallsyms] [k] free_pud_range
0.02% 0.00% perf [kernel.kallsyms] [k] free_pgd_range
0.02% 0.00% perf [kernel.kallsyms] [k] free_p4d_range
0.02% 0.00% perf [unknown] [.] 0xffffffff82c73608
0.02% 0.00% perf perf [.] _sub_I_00099_1
0.02% 0.02% perf libc.so.6 [.] 0x00000000001532a0
0.02% 0.00% perf [unknown] [.] 0xffffffff8181f83d
0.02% 0.00% perf [unknown] [.] 0xffffffff82c73c63
0.02% 0.00% perf [unknown] [.] 0xffffffff81445514
0.02% 0.02% perf [kernel.kallsyms] [k] irqentry_exit_to_user_mode
0.02% 0.00% perf [unknown] [.] 0xffffffff818190df
0.02% 0.00% perf [unknown] [.] 0xffffffff81395f0e
0.02% 0.00% perf libc.so.6 [.] 0x00007f0ca77b4e0d
0.02% 0.00% perf libc.so.6 [.] 0x00007f0ca77ab23a
0.02% 0.00% perf [unknown] [.] 0xffffffff8183b1c8
0.02% 0.02% perf [kernel.kallsyms] [k] trace_irq_disable.constprop.0
0.02% 0.00% perf [unknown] [.] 0xffffffff8191242a
0.02% 0.00% perf [unknown] [.] 0xffffffff81445e5c
0.02% 0.00% perf perf [.] _sub_I_00099_1
0.02% 0.00% perf [unknown] [.] 0xffffffff8144a6c7
0.02% 0.00% perf [unknown] [.] 0xffffffff82c39f4b
0.02% 0.00% perf [kernel.kallsyms] [k] tlb_finish_mmu
0.02% 0.02% perf libc.so.6 [.] 0x00000000001532aa
0.02% 0.00% perf [unknown] [.] 0xffffffff8148cf7a
0.02% 0.00% perf [unknown] [.] 0xffffffff82c7371c
0.02% 0.00% perf [unknown] [.] 0xffffffff8183b291
0.02% 0.00% perf [unknown] [.] 0xffffffff81790412
0.02% 0.00% perf [unknown] [.] 0xffffffff819144c6
0.02% 0.00% perf [unknown] [.] 0xffffffff8144558c
0.02% 0.00% perf [unknown] [.] 0xffffffff815d5a06
0.02% 0.00% perf [unknown] [.] 0xffffffff8198f344
0.02% 0.00% perf [unknown] [.] 0xffffffff812e1653
0.02% 0.00% perf [unknown] [.] 0xffffffff8181e468
0.02% 0.02% perf [kernel.kallsyms] [k] get_vma_policy
0.02% 0.00% perf [unknown] [.] 0xffffffff818c4c07
0.02% 0.02% perf [kernel.kallsyms] [k] lru_add
0.02% 0.00% perf perf [.] _sub_I_00099_1
0.02% 0.00% perf [unknown] [.] 0xffffffff8185e721
0.02% 0.00% perf [unknown] [.] 0xffffffff82c40fef
0.02% 0.00% perf [unknown] [.] 0xffffffff8143f1af
0.02% 0.00% perf perf [.] _sub_I_00099_1
0.02% 0.00% perf [kernel.kallsyms] [k] kfree
0.02% 0.00% perf [unknown] [.] 0xffffffff81772299
0.02% 0.00% perf [unknown] [.] 0xffffffff818dcc78
0.02% 0.00% perf [unknown] [.] 0xffffffff814948f2
0.02% 0.00% perf [unknown] [.] 0xffffffff818da9c2
0.02% 0.00% perf [unknown] [.] 0xffffffff817789fd
0.02% 0.00% perf [unknown] [.] 0xffffffff81445500
0.02% 0.00% perf perf [.] _sub_I_00099_1
0.02% 0.00% perf [unknown] [.] 0xffffffff815d586e
0.02% 0.00% perf [unknown] [.] 0xffffffff818ddb14
0.02% 0.00% perf [unknown] [.] 0xffffffff813d3ec6
0.02% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::internal_memcpy(void*, void const*, unsigned long)
0.02% 0.02% perf [kernel.kallsyms] [k] memset_orig
0.02% 0.02% perf [kernel.kallsyms] [k] stack_depot_save_flags
0.02% 0.00% perf [unknown] [.] 0xffffffff8191c141
0.02% 0.00% perf [unknown] [.] 0xffffffff81445d32
0.02% 0.00% perf [unknown] [.] 0xffffffff8180a620
0.02% 0.00% perf libLLVM-14.so.1 [.] llvm::initializeCodeGenerationPass(llvm::PassRegistry&)
0.02% 0.00% perf libc.so.6 [.] 0x00007f0ca7757fa5
0.02% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca40b0a47
0.02% 0.00% perf libLLVM-14.so.1 [.] llvm::initializeDependenceInfoPass(llvm::PassRegistry&)
0.02% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca4051a87
0.02% 0.00% perf libLLVM-14.so.1 [.] llvm::initializeScopInfoRegionPassPass(llvm::PassRegistry&)
0.02% 0.00% perf [unknown] [.] 0xffffffff818dc75c
0.02% 0.00% perf [unknown] [.] 0xffffffff812e0cf3
0.02% 0.00% perf [unknown] [.] 0xffffffff81858a58
0.02% 0.00% perf [unknown] [.] 0xffffffff82c45a12
0.02% 0.00% perf [unknown] [.] 0xffffffff818dc760
0.02% 0.00% perf [unknown] [.] 0xffffffff818dcb19
0.02% 0.02% perf [kernel.kallsyms] [k] __alloc_frozen_pages_noprof
0.02% 0.00% perf [unknown] [.] 0xffffffff812e1a07
0.02% 0.00% perf [unknown] [.] 0xffffffff817cc60f
0.02% 0.00% perf [unknown] [.] 0xffffffff818dcbca
0.02% 0.00% perf [unknown] [.] 0xffffffff818595d9
0.02% 0.00% perf [unknown] [.] 0xffffffff818dc8c0
0.02% 0.00% perf [unknown] [.] 0xffffffff814459ee
0.02% 0.02% perf ld-linux-x86-64.so.2 [.] 0x000000000000e261
0.02% 0.00% perf [unknown] [.] 0xffffffff813c03cb
0.02% 0.02% perf [kernel.kallsyms] [k] sync_regs
0.02% 0.01% perf [kernel.kallsyms] [k] free_swap_cache
0.02% 0.00% perf [unknown] [.] 0xffffffff81493c55
0.02% 0.00% perf [unknown] [.] 0xffffffff812e0cb1
0.02% 0.02% perf [kernel.kallsyms] [k] __mem_cgroup_charge
0.02% 0.00% perf [unknown] [.] 0xffffffff81840c94
0.02% 0.02% perf ld-linux-x86-64.so.2 [.] 0x000000000000e24b
0.02% 0.00% perf [unknown] [.] 0xffffffff814d34ab
0.02% 0.00% perf [unknown] [.] 0xffffffff81213c35
0.02% 0.00% perf [unknown] [.] 0xffffffff812294bd
0.02% 0.02% perf [kernel.kallsyms] [k] commit_merge
0.02% 0.00% perf [unknown] [.] 0xffffffff82c89a38
0.02% 0.00% perf [unknown] [.] 0xffffffff814446cc
0.02% 0.00% perf [unknown] [.] 0xffffffff82c356cb
0.02% 0.00% perf [unknown] [.] 0xffffffff8198bc77
0.02% 0.00% perf [unknown] [.] 0xffffffff819a360c
0.02% 0.00% perf [unknown] [.] 0xffffffff8181e276
0.02% 0.00% perf [unknown] [.] 0xffffffff8181f28e
0.02% 0.00% perf [unknown] [.] 0xffffffff8198c64e
0.02% 0.00% perf [unknown] [.] 0xffffffff81500bad
0.02% 0.00% perf [unknown] [.] 0xffffffff81446cb0
0.02% 0.00% perf [unknown] [.] 0xffffffff8183b63d
0.02% 0.02% perf [kernel.kallsyms] [k] lockdep_hardirqs_on
0.02% 0.00% perf [unknown] [.] 0xffffffff8183b298
0.02% 0.00% perf [unknown] [.] 0xffffffff81446217
0.02% 0.00% perf [unknown] [.] 0xffffffff81445ca2
0.02% 0.00% perf [unknown] [.] 0xffffffff818dcb51
0.02% 0.02% perf [kernel.kallsyms] [k] mas_wr_store_type
0.02% 0.00% perf [unknown] [.] 0xffffffff81914732
0.02% 0.00% perf [unknown] [.] 0xffffffff812e2022
0.02% 0.00% perf [unknown] [.] 0xffffffff8157e194
0.02% 0.00% perf [unknown] [.] 0xffffffff81445fe9
0.02% 0.00% perf [unknown] [.] 0xffffffff817735bc
0.02% 0.00% perf [unknown] [.] 0xffffffff8172efa2
0.02% 0.00% perf [unknown] [.] 0xffffffff82c387c4
0.02% 0.01% perf [kernel.kallsyms] [k] mas_next_slot
0.02% 0.00% perf [unknown] [.] 0xffffffff812e156a
0.02% 0.00% perf [unknown] [.] 0xffffffff818dcb1e
0.02% 0.00% perf [unknown] [.] 0xffffffff81494210
0.02% 0.00% perf [unknown] [.] 0xffffffff81776b86
0.02% 0.00% perf [unknown] [.] 0xffffffff818dc89a
0.02% 0.00% perf [unknown] [.] 0xffffffff82c7369a
0.02% 0.00% perf [unknown] [.] 0xffffffff8186ac8a
0.02% 0.00% perf [unknown] [.] 0xffffffff81861b5c
0.02% 0.00% perf [unknown] [.] 0xffffffff81445c96
0.02% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d131b5
0.02% 0.00% perf [unknown] [.] 0xffffffff814163e5
0.02% 0.00% perf [unknown] [.] 0xffffffff818dc685
0.02% 0.00% perf [unknown] [.] 0xffffffff81445fd6
0.02% 0.00% perf [unknown] [.] 0xffffffff8191ce5f
0.02% 0.00% perf [unknown] [.] 0xffffffff81445ee5
0.02% 0.00% perf [unknown] [.] 0xffffffff81776a9a
0.02% 0.00% perf [unknown] [.] 0xffffffff81889279
0.02% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::MmapOrDieOnFatalError(unsigned long, char const*)
0.02% 0.00% perf [unknown] [.] 0xffffffff8191c393
0.02% 0.00% perf [unknown] [.] 0xffffffff818191b9
0.02% 0.00% perf [unknown] [.] 0xffffffff81859d09
0.02% 0.00% perf [unknown] [.] 0xffffffff815d5866
0.02% 0.00% perf [unknown] [.] 0xffffffff812e1bcc
0.02% 0.00% perf [unknown] [.] 0xffffffff818dc483
0.02% 0.02% perf [kernel.kallsyms] [k] __might_sleep
0.02% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca12ad8e7
0.02% 0.00% perf libLLVM-14.so.1 [.] std::_Rb_tree_iterator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, unsigned int> > std::_Rb_tree<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, unsigned int>, std::_Select1st<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, unsigned int> >, std::less<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, unsigned int> > >::_M_insert_<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, unsigned int> const&, std::_Rb_tree<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, unsigned int>, std::_Select1st<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, unsigned int> >, std::less<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, unsigned int> > >::_Alloc_node>(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, unsigned int> const&, std::_Rb_tree<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, unsigned int>, std::_Select1st<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, unsigned int> >, std::less<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, unsigned int> > >::_Alloc_node&)
0.02% 0.02% perf [kernel.kallsyms] [k] rmqueue.constprop.0
0.02% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca126f0ef
0.02% 0.00% perf [unknown] [.] 0xffffffff82c735e7
0.02% 0.00% perf [unknown] [.] 0xffffffff814d34a4
0.02% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca12a126a
0.02% 0.00% perf [unknown] [.] 0xffffffff81858aa2
0.02% 0.02% perf [kernel.kallsyms] [k] trace_hardirqs_on
0.02% 0.00% perf [unknown] [.] 0xffffffff812e19ac
0.02% 0.00% perf [unknown] [.] 0xffffffff8188b2e5
0.02% 0.00% perf [unknown] [.] 0xffffffff8196e0cc
0.02% 0.00% perf [unknown] [.] 0xffffffff818ddb10
0.02% 0.00% perf [unknown] [.] 0xffffffff812e13f5
0.02% 0.00% perf [unknown] [.] 0xffffffff814461de
0.02% 0.00% perf [unknown] [.] 0xffffffff81446ce0
0.02% 0.00% perf [unknown] [.] 0xffffffff8177228e
0.02% 0.00% perf [unknown] [k] 0xffffffff81a5aa0b
0.02% 0.02% perf [kernel.kallsyms] [k] handle_pte_fault
0.02% 0.00% perf libasan.so.8.0.0 [.] __asan::QuickCheckForUnpoisonedRegion(unsigned long, unsigned long)
0.02% 0.00% perf [unknown] [.] 0xffffffff818dcd29
0.02% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::LoadedModule::addAddressRange(unsigned long, unsigned long, bool, bool, char const*)
0.02% 0.00% perf [unknown] [.] 0xffffffff818da1fa
0.02% 0.00% perf [unknown] [.] 0xffffffff818de681
0.02% 0.00% perf [unknown] [.] 0xffffffff818de020
0.02% 0.00% perf [unknown] [.] 0xffffffff818dc4b4
0.02% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca1351f36
0.02% 0.02% perf [kernel.kallsyms] [k] copy_from_kernel_nofault.part.0
0.02% 0.00% perf [unknown] [.] 0xffffffff819f5f83
0.02% 0.00% perf [unknown] [.] 0xffffffff819f5705
0.02% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca1355c59
0.02% 0.00% perf [unknown] [.] 0xffffffff814461a4
0.02% 0.00% perf [unknown] [.] 0xffffffff81445a44
0.02% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca12c3957
0.02% 0.00% perf [unknown] [.] 0xffffffff81446039
0.02% 0.00% perf libasan.so.8.0.0 [.] sched_yield@plt
0.02% 0.00% perf [unknown] [.] 0xffffffff819f62ea
0.02% 0.00% perf [unknown] [.] 0xffffffff818191b4
0.02% 0.00% perf [unknown] [.] 0xffffffff812e0f3f
0.02% 0.02% perf [kernel.kallsyms] [k] seq_read_iter
0.02% 0.00% perf [unknown] [.] 0xffffffff819ca329
0.02% 0.00% perf [unknown] [.] 0xffffffff812e1406
0.02% 0.00% perf [unknown] [.] 0xffffffff813df5b4
0.02% 0.00% perf [unknown] [.] 0xffffffff812e11cd
0.02% 0.00% perf [unknown] [.] 0xffffffff812e1bd8
0.02% 0.00% perf [unknown] [.] 0xffffffff81446bf8
0.02% 0.00% perf [unknown] [.] 0xffffffff819ca2fa
0.02% 0.00% perf [unknown] [.] 0xffffffff812e1a14
0.02% 0.00% perf [unknown] [.] 0xffffffff81888121
0.02% 0.02% perf [kernel.kallsyms] [k] seq_put_hex_ll
0.02% 0.00% perf [unknown] [.] 0xffffffff812e0c7b
0.02% 0.00% perf [unknown] [.] 0xffffffff819cbf7a
0.02% 0.00% perf [unknown] [.] 0xffffffff818dcc57
0.02% 0.00% perf [unknown] [.] 0xffffffff819f62ff
0.02% 0.00% perf [unknown] [.] 0xffffffff81445db5
0.02% 0.02% perf [kernel.kallsyms] [k] bpf_ksym_find
0.02% 0.00% perf [unknown] [.] 0xffffffff81657083
0.02% 0.00% perf [unknown] [.] 0xffffffff816508db
0.02% 0.02% perf [kernel.kallsyms] [k] entry_SYSRETQ_unsafe_stack
0.02% 0.00% perf [unknown] [.] 0xffffffff810001c4
0.02% 0.00% perf [unknown] [.] 0xffffffff814ccddc
0.02% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca17827bb
0.02% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca1782993
0.02% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca1782c7e
0.02% 0.00% perf libLLVM-14.so.1 [.] void std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::_M_realloc_insert<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&>(__gnu_cxx::__normal_iterator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)
0.02% 0.00% perf [unknown] [.] 0xffffffff812e0f2e
0.02% 0.00% perf [unknown] [.] 0xffffffff812e1a25
0.02% 0.02% perf libasan.so.8.0.0 [.] __asan::CanPoisonMemory()
0.02% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca1268822
0.02% 0.00% perf [unknown] [.] 0xffffffff818854cf
0.02% 0.00% perf [unknown] [.] 0xffffffff812e15a7
0.02% 0.00% perf [unknown] [.] 0xffffffff8185978e
0.02% 0.00% perf libasan.so.8.0.0 [.] GetInterceptorMetadata(__sanitizer::__sanitizer_FILE*)
0.02% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::AddrHashMap<CommonInterceptorMetadata, 31051ul>::acquire(__sanitizer::AddrHashMap<CommonInterceptorMetadata, 31051ul>::Handle*) [clone .isra.0]
0.02% 0.00% perf [unknown] [.] 0xffffffff813a5299
0.02% 0.00% perf [unknown] [.] 0xffffffff8157e230
0.02% 0.00% perf [unknown] [.] 0xffffffff82c7372a
0.02% 0.02% perf [kernel.kallsyms] [k] obj_cgroup_charge
0.02% 0.00% perf [unknown] [.] 0xffffffff814471d7
0.02% 0.00% perf [unknown] [.] 0xffffffff8191c3d2
0.02% 0.00% perf libbabeltrace-ctf.so.1.0.0 [.] 0x00007f0ca02331eb
0.02% 0.00% perf libglib-2.0.so.0.7400.6 [.] g_quark_from_static_string
0.02% 0.00% perf libglib-2.0.so.0.7400.6 [.] 0x00007f0c9d8dee3a
0.02% 0.00% perf [unknown] [.] 0xffffffff82c3cc2e
0.02% 0.00% perf [unknown] [.] 0xffffffff812780cf
0.02% 0.00% perf [unknown] [.] 0xffffffff82c898da
0.02% 0.00% perf [unknown] [.] 0xffffffff812e199a
0.02% 0.00% perf libc.so.6 [.] 0x00007f0ca7748328
0.02% 0.00% perf [unknown] [.] 0xffffffff814d34d8
0.02% 0.00% perf [unknown] [.] 0xffffffff812e11b1
0.02% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca1264562
0.02% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::internal_waitpid(int, int*, int)
0.02% 0.00% perf [unknown] [.] 0xffffffff81445a77
0.02% 0.00% perf libglib-2.0.so.0.7400.6 [.] 0x00007f0c9d91cd6c
0.02% 0.00% perf libglib-2.0.so.0.7400.6 [.] 0x00007f0c9d9102ed
0.02% 0.00% perf libglib-2.0.so.0.7400.6 [.] 0x00007f0c9d9102cd
0.02% 0.00% perf [unknown] [.] 0xffffffff812e1a2a
0.02% 0.02% perf ld-linux-x86-64.so.2 [.] 0x000000000000e24e
0.02% 0.00% perf libasan.so.8.0.0 [.] __interceptor_free.part.0
0.02% 0.00% perf [unknown] [.] 0xffffffff812e2048
0.02% 0.00% perf [unknown] [.] 0xffffffff812e1be4
0.02% 0.00% perf [unknown] [k] 0xffffffff813ba78f
0.02% 0.00% perf [unknown] [.] 0xffffffff81963b21
0.02% 0.00% perf [unknown] [.] 0xffffffff81446d0a
0.02% 0.00% perf [unknown] [.] 0xffffffff817704a1
0.02% 0.00% perf libc.so.6 [.] pthread_attr_setaffinity_np
0.02% 0.00% perf libc.so.6 [.] 0x00007f0ca7750e7e
0.02% 0.00% perf [unknown] [.] 0xffffffff82c736c7
0.02% 0.00% perf [unknown] [k] 0xffffffff812ec727
0.02% 0.00% perf [unknown] [.] 0xffffffff812f32bd
0.02% 0.00% perf [unknown] [.] 0xffffffff81516520
0.02% 0.00% perf [unknown] [k] 0xffffffff81739f8e
0.02% 0.00% perf [unknown] [k] 0xffffffff8172fb77
0.01% 0.00% perf [unknown] [.] 0xffffffff81445e7a
0.01% 0.00% perf [unknown] [k] 0xffffffff812e1538
0.01% 0.01% perf [kernel.kallsyms] [k] mem_cgroup_from_task
0.01% 0.00% perf [unknown] [.] 0xffffffff819123c6
0.01% 0.01% perf libLLVM-14.so.1 [.] 0x0000000000db8321
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca12c9dd0
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca13452f0
0.01% 0.01% perf [kernel.kallsyms] [k] next_uptodate_folio
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca12cbbf2
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca3a3c8b0
0.01% 0.00% perf [unknown] [.] 0xffffffff81773566
0.01% 0.00% perf [unknown] [.] 0xffffffff812e0cbc
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca12cd693
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca193e080
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca12cea5a
0.01% 0.00% perf libasan.so.8.0.0 [.] __interceptor_memcpy
0.01% 0.00% perf libasan.so.8.0.0 [.] __asan_region_is_poisoned@plt
0.01% 0.00% perf [unknown] [.] 0xffffffff8181ff5d
0.01% 0.00% perf [unknown] [.] 0xffffffff812e19f6
0.01% 0.00% perf [unknown] [.] 0xffffffff81791b41
0.01% 0.00% perf [unknown] [.] 0xffffffff8181eb00
0.01% 0.00% perf [unknown] [.] 0xffffffff81791bc4
0.01% 0.00% perf [unknown] [.] 0xffffffff818dcb71
0.01% 0.00% perf [unknown] [.] 0xffffffff8181fefb
0.01% 0.00% perf [unknown] [.] 0xffffffff82c342de
0.01% 0.00% perf [unknown] [.] 0xffffffff8186fc4a
0.01% 0.01% perf [kernel.kallsyms] [k] change_pte_range
0.01% 0.00% perf [unknown] [.] 0xffffffff81830d55
0.01% 0.00% perf [unknown] [.] 0xffffffff818306f6
0.01% 0.00% perf [unknown] [.] 0xffffffff818300e5
0.01% 0.00% perf [unknown] [.] 0xffffffff8182fc2d
0.01% 0.00% perf [unknown] [.] 0xffffffff8182f1c2
0.01% 0.01% perf ld-linux-x86-64.so.2 [.] 0x0000000000008dea
0.01% 0.01% perf ld-linux-x86-64.so.2 [.] 0x000000000000e3b6
0.01% 0.00% perf [unknown] [.] 0xffffffff8181edd7
0.01% 0.00% perf [unknown] [.] 0xffffffff82c641e2
0.01% 0.00% perf [unknown] [.] 0xffffffff8181feba
0.01% 0.01% perf ld-linux-x86-64.so.2 [.] 0x0000000000008c19
0.01% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d09b70
0.01% 0.00% perf [unknown] [.] 0xffffffff82c73622
0.01% 0.00% perf [unknown] [.] 0xffffffff81446375
0.01% 0.00% perf [unknown] [.] 0xffffffff8180a4d1
0.01% 0.00% perf [unknown] [.] 0xffffffff8149422d
0.01% 0.00% perf [unknown] [.] 0xffffffff8191c360
0.01% 0.01% perf ld-linux-x86-64.so.2 [.] 0x000000000000e4a0
0.01% 0.00% perf [unknown] [.] 0xffffffff8181ede0
0.01% 0.00% perf [unknown] [.] 0xffffffff81806bcd
0.01% 0.00% perf [unknown] [.] 0xffffffff81840ecc
0.01% 0.01% perf [kernel.kallsyms] [k] __folio_throttle_swaprate
0.01% 0.00% perf [unknown] [.] 0xffffffff8181ecf2
0.01% 0.00% perf [unknown] [.] 0xffffffff818a2150
0.01% 0.01% perf ld-linux-x86-64.so.2 [.] 0x0000000000008e29
0.01% 0.00% perf [unknown] [.] 0xffffffff819f62fa
0.01% 0.00% perf [unknown] [.] 0xffffffff81446c07
0.01% 0.00% perf [unknown] [.] 0xffffffff82c343a0
0.01% 0.00% perf [unknown] [.] 0xffffffff8181f5c6
0.01% 0.01% perf ld-linux-x86-64.so.2 [.] 0x0000000000009973
0.01% 0.00% perf [unknown] [.] 0xffffffff8183b391
0.01% 0.00% perf [unknown] [.] 0xffffffff818175fb
0.01% 0.00% perf [unknown] [.] 0xffffffff81f1dc66
0.01% 0.00% perf [unknown] [.] 0xffffffff81793b5b
0.01% 0.00% perf [unknown] [.] 0xffffffff81884da1
0.01% 0.00% perf [unknown] [.] 0xffffffff81814e04
0.01% 0.00% perf [unknown] [.] 0xffffffff81776ae5
0.01% 0.00% perf [unknown] [.] 0xffffffff818dcb74
0.01% 0.00% perf [unknown] [.] 0xffffffff8186c8d1
0.01% 0.00% perf [unknown] [.] 0xffffffff815d5a0e
0.01% 0.00% perf [unknown] [.] 0xffffffff818701c5
0.01% 0.00% perf [unknown] [.] 0xffffffff818d9f18
0.01% 0.00% perf [unknown] [.] 0xffffffff818dde53
0.01% 0.00% perf [unknown] [.] 0xffffffff82c74ea6
0.01% 0.00% perf [unknown] [.] 0xffffffff82c3452f
0.01% 0.00% perf [unknown] [.] 0xffffffff8153e3f8
0.01% 0.01% perf [kernel.kallsyms] [k] __vmf_anon_prepare
0.01% 0.00% perf [unknown] [.] 0xffffffff81813428
0.01% 0.00% perf [unknown] [.] 0xffffffff81355d20
0.01% 0.00% perf [unknown] [.] 0xffffffff8181ffbf
0.01% 0.01% perf [kernel.kallsyms] [k] __mod_lruvec_state
0.01% 0.00% perf [unknown] [.] 0xffffffff813c9102
0.01% 0.00% perf [unknown] [.] 0xffffffff8183b1f5
0.01% 0.00% perf [unknown] [.] 0xffffffff8191efa4
0.01% 0.00% perf [unknown] [.] 0xffffffff8143f14f
0.01% 0.00% perf [unknown] [.] 0xffffffff81772296
0.01% 0.00% perf [unknown] [.] 0xffffffff8186fdc6
0.01% 0.00% perf [unknown] [.] 0xffffffff8140f854
0.01% 0.00% perf [unknown] [.] 0xffffffff81817284
0.01% 0.00% perf [unknown] [.] 0xffffffff813e8d15
0.01% 0.00% perf [unknown] [.] 0xffffffff814df442
0.01% 0.01% perf [kernel.kallsyms] [k] filemap_get_entry
0.01% 0.00% perf [unknown] [.] 0xffffffff81778a06
0.01% 0.00% perf [unknown] [.] 0xffffffff8153e416
0.01% 0.00% perf [unknown] [.] 0xffffffff815167e0
0.01% 0.00% perf [unknown] [.] 0xffffffff81eaeb78
0.01% 0.00% perf [unknown] [.] 0xffffffff818dcb81
0.01% 0.00% perf [unknown] [.] 0xffffffff8181f4fe
0.01% 0.00% perf [unknown] [.] 0xffffffff81911bb4
0.01% 0.00% perf [unknown] [.] 0xffffffff814e3f8a
0.01% 0.00% perf [unknown] [.] 0xffffffff814dee5d
0.01% 0.00% perf [unknown] [.] 0xffffffff82c735e0
0.01% 0.01% perf [kernel.kallsyms] [k] __do_fault
0.01% 0.00% perf [unknown] [.] 0xffffffff81814e46
0.01% 0.00% perf [unknown] [.] 0xffffffff81793b12
0.01% 0.00% perf [unknown] [.] 0xffffffff814163be
0.01% 0.00% perf [unknown] [.] 0xffffffff82c68f7c
0.01% 0.00% perf [unknown] [.] 0xffffffff817703a1
0.01% 0.00% perf [unknown] [.] 0xffffffff814df7bf
0.01% 0.00% perf [unknown] [.] 0xffffffff81445524
0.01% 0.00% perf [unknown] [.] 0xffffffff81871c56
0.01% 0.00% perf [unknown] [.] 0xffffffff81912169
0.01% 0.00% perf [unknown] [.] 0xffffffff81914532
0.01% 0.01% perf [kernel.kallsyms] [k] alloc_pages_mpol
0.01% 0.00% perf [unknown] [.] 0xffffffff818c11d3
0.01% 0.01% perf ld-linux-x86-64.so.2 [.] 0x0000000000008dbb
0.01% 0.00% perf [unknown] [.] 0xffffffff81918e3b
0.01% 0.00% perf [unknown] [.] 0xffffffff81446041
0.01% 0.00% perf [unknown] [.] 0xffffffff814df19e
0.01% 0.00% perf [unknown] [.] 0xffffffff82c73604
0.01% 0.00% perf [unknown] [.] 0xffffffff815000bf
0.01% 0.00% perf [unknown] [.] 0xffffffff8144a963
0.01% 0.00% perf [unknown] [.] 0xffffffff818c57fe
0.01% 0.01% perf ld-linux-x86-64.so.2 [.] 0x0000000000008dda
0.01% 0.00% perf [unknown] [.] 0xffffffff8180a4f9
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.01% perf [kernel.kallsyms] [k] filemap_fault
0.01% 0.00% perf [unknown] [.] 0xffffffff81779466
0.01% 0.00% perf [unknown] [.] 0xffffffff813e8c23
0.01% 0.00% perf [unknown] [.] 0xffffffff81738951
0.01% 0.00% perf [unknown] [.] 0xffffffff82c73d11
0.01% 0.00% perf [unknown] [.] 0xffffffff814459a0
0.01% 0.00% perf [unknown] [.] 0xffffffff82c346bd
0.01% 0.00% perf [unknown] [.] 0xffffffff812c3106
0.01% 0.00% perf [unknown] [.] 0xffffffff82c64230
0.01% 0.00% perf [unknown] [.] 0xffffffff818175f2
0.01% 0.00% perf [unknown] [.] 0xffffffff81913740
0.01% 0.00% perf [unknown] [.] 0xffffffff8183b1b3
0.01% 0.00% perf [unknown] [.] 0xffffffff81791a3e
0.01% 0.00% perf [unknown] [.] 0xffffffff813d6b70
0.01% 0.00% perf [unknown] [.] 0xffffffff813fe3ef
0.01% 0.00% perf [unknown] [.] 0xffffffff81840ebb
0.01% 0.00% perf [unknown] [.] 0xffffffff81817641
0.01% 0.01% perf [kernel.kallsyms] [k] tick_program_event
0.01% 0.00% perf [unknown] [.] 0xffffffff815000ae
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff82c6e972
0.01% 0.00% perf [unknown] [.] 0xffffffff81445a52
0.01% 0.00% perf [unknown] [.] 0xffffffff81911d1c
0.01% 0.00% perf [unknown] [.] 0xffffffff8181ed39
0.01% 0.00% perf [unknown] [.] 0xffffffff814e09bb
0.01% 0.00% perf [unknown] [.] 0xffffffff8191ef78
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff8186fb0c
0.01% 0.01% perf [kernel.kallsyms] [k] _raw_spin_unlock
0.01% 0.00% perf [unknown] [.] 0xffffffff82c89c06
0.01% 0.00% perf [unknown] [.] 0xffffffff8140f88f
0.01% 0.00% perf [unknown] [.] 0xffffffff82c73cdb
0.01% 0.01% perf ld-linux-x86-64.so.2 [.] 0x000000000000e265
0.01% 0.00% perf [unknown] [.] 0xffffffff81793b41
0.01% 0.00% perf [unknown] [.] 0xffffffff813c90c8
0.01% 0.00% perf [unknown] [.] 0xffffffff81778a2b
0.01% 0.00% perf [unknown] [.] 0xffffffff814df1e6
0.01% 0.00% perf [unknown] [.] 0xffffffff82c736b6
0.01% 0.01% perf [kernel.kallsyms] [k] sched_core_idle_cpu
0.01% 0.00% perf [unknown] [.] 0xffffffff81355067
0.01% 0.00% perf [unknown] [.] 0xffffffff8141658f
0.01% 0.00% perf [unknown] [.] 0xffffffff819147c8
0.01% 0.00% perf [kernel.kallsyms] [k] propagate_protected_usage.part.0
0.01% 0.01% perf [kernel.kallsyms] [k] xas_reload
0.01% 0.00% perf [unknown] [.] 0xffffffff81770fca
0.01% 0.00% perf [unknown] [.] 0xffffffff813550d0
0.01% 0.00% perf [unknown] [.] 0xffffffff813e007f
0.01% 0.00% perf [unknown] [.] 0xffffffff8191c41d
0.01% 0.00% perf [unknown] [.] 0xffffffff8181edca
0.01% 0.00% perf [unknown] [.] 0xffffffff8140cd56
0.01% 0.00% perf [unknown] [.] 0xffffffff813d5a03
0.01% 0.00% perf [unknown] [.] 0xffffffff8144a953
0.01% 0.01% perf [kernel.kallsyms] [k] folio_unlock
0.01% 0.00% perf [unknown] [.] 0xffffffff8181edcf
0.01% 0.00% perf [unknown] [.] 0xffffffff8176f5c7
0.01% 0.00% perf [unknown] [.] 0xffffffff81446d09
0.01% 0.00% perf [unknown] [.] 0xffffffff813e8e4d
0.01% 0.00% perf [unknown] [.] 0xffffffff81001116
0.01% 0.01% perf [kernel.kallsyms] [k] profile_tick
0.01% 0.00% perf [unknown] [.] 0xffffffff81500d17
0.01% 0.00% perf [unknown] [.] 0xffffffff814d3300
0.01% 0.00% perf [unknown] [.] 0xffffffff81915ce7
0.01% 0.00% perf [unknown] [.] 0xffffffff814163f1
0.01% 0.00% perf [unknown] [.] 0xffffffff8186a9e3
0.01% 0.01% perf [kernel.kallsyms] [k] rcu_read_lock_held
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff8148cfa1
0.01% 0.00% perf [unknown] [.] 0xffffffff82c641bb
0.01% 0.00% perf [unknown] [.] 0xffffffff8144a64f
0.01% 0.00% perf [unknown] [.] 0xffffffff814fc9bf
0.01% 0.00% perf [unknown] [.] 0xffffffff81773609
0.01% 0.00% perf [unknown] [.] 0xffffffff8183b1c4
0.01% 0.00% perf [unknown] [.] 0xffffffff81738a2a
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff82c7358e
0.01% 0.00% perf [unknown] [.] 0xffffffff814df4d3
0.01% 0.00% perf [unknown] [.] 0xffffffff814de536
0.01% 0.00% perf [unknown] [.] 0xffffffff81445562
0.01% 0.00% perf [unknown] [.] 0xffffffff8181f184
0.01% 0.00% perf [unknown] [.] 0xffffffff81445c06
0.01% 0.01% perf [kernel.kallsyms] [k] __filemap_get_folio
0.01% 0.00% perf [unknown] [.] 0xffffffff81778b64
0.01% 0.00% perf [unknown] [.] 0xffffffff8144a617
0.01% 0.00% perf [unknown] [.] 0xffffffff813c9030
0.01% 0.00% perf [unknown] [.] 0xffffffff813d4142
0.01% 0.00% perf [unknown] [.] 0xffffffff82c641c0
0.01% 0.00% perf [unknown] [.] 0xffffffff81741a89
0.01% 0.00% perf [unknown] [.] 0xffffffff8186ab63
0.01% 0.00% perf [unknown] [.] 0xffffffff814df53f
0.01% 0.00% perf [unknown] [.] 0xffffffff813d5a0b
0.01% 0.00% perf [unknown] [.] 0xffffffff81000df0
0.01% 0.00% perf [unknown] [.] 0xffffffff813df4de
0.01% 0.00% perf [unknown] [.] 0xffffffff813e89a9
0.01% 0.00% perf [unknown] [.] 0xffffffff82c899d4
0.01% 0.00% perf [unknown] [.] 0xffffffff8140cf16
0.01% 0.00% perf [unknown] [.] 0xffffffff814e0785
0.01% 0.00% perf [unknown] [.] 0xffffffff81445eef
0.01% 0.00% perf [unknown] [.] 0xffffffff813fe3bb
0.01% 0.00% perf [unknown] [.] 0xffffffff81738a75
0.01% 0.00% perf [unknown] [.] 0xffffffff82c730a4
0.01% 0.00% perf [unknown] [.] 0xffffffff818dcc52
0.01% 0.00% perf [unknown] [.] 0xffffffff81741aba
0.01% 0.01% perf [kernel.kallsyms] [k] x86_pmu_disable
0.01% 0.00% perf [unknown] [.] 0xffffffff8120f8a1
0.01% 0.01% perf [kernel.kallsyms] [k] pte_mkwrite
0.01% 0.00% perf [unknown] [.] 0xffffffff818170f1
0.01% 0.00% perf [unknown] [.] 0xffffffff812f0f0f
0.01% 0.00% perf [unknown] [.] 0xffffffff818da9d8
0.01% 0.00% perf [unknown] [.] 0xffffffff8173892e
0.01% 0.00% perf [unknown] [.] 0xffffffff81778a26
0.01% 0.00% perf [unknown] [.] 0xffffffff8183b74b
0.01% 0.00% perf [unknown] [.] 0xffffffff813d3f4a
0.01% 0.00% perf [unknown] [.] 0xffffffff81871bc0
0.01% 0.00% perf [unknown] [.] 0xffffffff8144a8e0
0.01% 0.00% perf [unknown] [.] 0xffffffff814948fd
0.01% 0.01% perf [kernel.kallsyms] [k] hrtimer_forward
0.01% 0.00% perf [unknown] [.] 0xffffffff81500c7d
0.01% 0.00% perf [unknown] [.] 0xffffffff814de19d
0.01% 0.00% perf [unknown] [.] 0xffffffff818dcbf1
0.01% 0.00% perf [unknown] [.] 0xffffffff814df237
0.01% 0.01% perf [kernel.kallsyms] [k] account_process_tick
0.01% 0.00% perf [unknown] [.] 0xffffffff81410c17
0.01% 0.00% perf [unknown] [.] 0xffffffff81412ef7
0.01% 0.00% perf [unknown] [.] 0xffffffff813fe870
0.01% 0.00% perf [unknown] [.] 0xffffffff81445f37
0.01% 0.01% perf [kernel.kallsyms] [k] update_min_vruntime
0.01% 0.00% perf [unknown] [.] 0xffffffff813d4cbb
0.01% 0.00% perf [unknown] [.] 0xffffffff813e8ec1
0.01% 0.00% perf [unknown] [.] 0xffffffff82c73706
0.01% 0.00% perf [unknown] [.] 0xffffffff812c30ed
0.01% 0.00% perf [unknown] [.] 0xffffffff81741c09
0.01% 0.00% perf [unknown] [.] 0xffffffff81494942
0.01% 0.00% perf [unknown] [.] 0xffffffff8144614d
0.01% 0.00% perf [unknown] [.] 0xffffffff8140cc0b
0.01% 0.00% perf [unknown] [.] 0xffffffff81445da3
0.01% 0.00% perf [unknown] [.] 0xffffffff8140c94a
0.01% 0.00% perf [unknown] [.] 0xffffffff82c55d70
0.01% 0.01% perf [kernel.kallsyms] [k] run_posix_cpu_timers
0.01% 0.00% perf [unknown] [.] 0xffffffff814f8d1d
0.01% 0.00% perf [unknown] [.] 0xffffffff8148d050
0.01% 0.00% perf [unknown] [.] 0xffffffff81445d2d
0.01% 0.00% perf [unknown] [.] 0xffffffff813d3f42
0.01% 0.00% perf [unknown] [.] 0xffffffff813fc0ae
0.01% 0.00% perf [unknown] [.] 0xffffffff813df584
0.01% 0.00% perf [unknown] [.] 0xffffffff8140fa0a
0.01% 0.00% perf [unknown] [.] 0xffffffff82c73644
0.01% 0.00% perf [unknown] [.] 0xffffffff817723b4
0.01% 0.00% perf [unknown] [.] 0xffffffff814a4a43
0.01% 0.00% perf [unknown] [.] 0xffffffff8149798f
0.01% 0.00% perf [unknown] [.] 0xffffffff82c73714
0.01% 0.00% perf [unknown] [.] 0xffffffff8140c6ea
0.01% 0.01% perf [kernel.kallsyms] [k] dl_scaled_delta_exec
0.01% 0.01% perf [kernel.kallsyms] [k] acct_account_cputime
0.01% 0.00% perf [unknown] [.] 0xffffffff81412ca5
0.01% 0.00% perf [unknown] [.] 0xffffffff81412b53
0.01% 0.00% perf [unknown] [.] 0xffffffff8158de29
0.01% 0.00% perf [unknown] [.] 0xffffffff812ec7c2
0.01% 0.00% perf [unknown] [.] 0xffffffff8140cc40
0.01% 0.00% perf [unknown] [.] 0xffffffff817388d7
0.01% 0.01% perf [kernel.kallsyms] [k] task_tick_fair
0.01% 0.00% perf [unknown] [.] 0xffffffff813ec6bc
0.01% 0.01% perf [kernel.kallsyms] [k] sched_balance_trigger
0.01% 0.00% perf [unknown] [.] 0xffffffff813f863d
0.01% 0.00% perf [unknown] [.] 0xffffffff813fe3bd
0.01% 0.01% perf [kernel.kallsyms] [k] __asan_store2_noabort
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff8182003a
0.01% 0.00% perf [unknown] [.] 0xffffffff818dc608
0.01% 0.00% perf [unknown] [.] 0xffffffff813ebb81
0.01% 0.00% perf [unknown] [.] 0xffffffff818dc524
0.01% 0.00% perf [kernel.kallsyms] [k] __mt_destroy
0.01% 0.00% perf [kernel.kallsyms] [k] mt_destroy_walk
0.01% 0.00% perf [kernel.kallsyms] [k] kmem_cache_free_bulk.part.0
0.01% 0.00% perf [unknown] [.] 0xffffffff8140cd75
0.01% 0.00% perf [unknown] [.] 0xffffffff813e0160
0.01% 0.00% perf [unknown] [.] 0xffffffff813d6c67
0.01% 0.01% perf [kernel.kallsyms] [k] rcu_pending
0.01% 0.00% perf [unknown] [.] 0xffffffff814a4bdf
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff818574a4
0.01% 0.00% perf [unknown] [.] 0xffffffff81856acb
0.01% 0.00% perf [unknown] [.] 0xffffffff82c81e0d
0.01% 0.00% perf [unknown] [.] 0xffffffff813ba7e6
0.01% 0.00% perf [unknown] [.] 0xffffffff8140c9dc
0.01% 0.00% perf [unknown] [.] 0xffffffff82c7358d
0.01% 0.00% perf [unknown] [.] 0xffffffff8140cf76
0.01% 0.00% perf [unknown] [.] 0xffffffff8140cd11
0.01% 0.00% perf [unknown] [.] 0xffffffff813df536
0.01% 0.00% perf [unknown] [.] 0xffffffff813df3fc
0.01% 0.01% perf [kernel.kallsyms] [k] irq_work_tick
0.01% 0.00% perf [unknown] [.] 0xffffffff814ddbdb
0.01% 0.00% perf [unknown] [.] 0xffffffff8164fee0
0.01% 0.00% perf [unknown] [.] 0xffffffff813ec282
0.01% 0.00% perf [unknown] [.] 0xffffffff813ec0e0
0.01% 0.00% perf [unknown] [.] 0xffffffff813eb947
0.01% 0.01% perf [kernel.kallsyms] [k] update_cfs_group
0.01% 0.00% perf [unknown] [.] 0xffffffff813ec2cb
0.01% 0.01% perf [kernel.kallsyms] [k] arch_scale_freq_tick
0.01% 0.00% perf [unknown] [.] 0xffffffff813d3fc7
0.01% 0.00% perf [unknown] [.] 0xffffffff812812ff
0.01% 0.00% perf [unknown] [.] 0xffffffff813df500
0.01% 0.01% perf [kernel.kallsyms] [k] avg_vruntime
0.01% 0.00% perf [unknown] [.] 0xffffffff813ec0eb
0.01% 0.00% perf [unknown] [.] 0xffffffff813e9056
0.01% 0.00% perf [unknown] [.] 0xffffffff813e8fc7
0.01% 0.00% perf [unknown] [.] 0xffffffff81738932
0.01% 0.00% perf [unknown] [.] 0xffffffff8181e488
0.01% 0.00% perf [unknown] [.] 0xffffffff82c73520
0.01% 0.00% perf [unknown] [.] 0xffffffff8144a6ec
0.01% 0.00% perf [unknown] [.] 0xffffffff813fe3b6
0.01% 0.00% perf [unknown] [.] 0xffffffff8140f07c
0.01% 0.00% perf [unknown] [.] 0xffffffff813c03e8
0.01% 0.00% perf [unknown] [.] 0xffffffff813eba39
0.01% 0.00% perf [unknown] [.] 0xffffffff813d4c19
0.01% 0.00% perf [unknown] [.] 0xffffffff813d6b72
0.01% 0.00% perf [unknown] [.] 0xffffffff8144710c
0.01% 0.00% perf [unknown] [.] 0xffffffff8183b5e2
0.01% 0.00% perf [unknown] [.] 0xffffffff813fc081
0.01% 0.00% perf [unknown] [.] 0xffffffff814fc951
0.01% 0.00% perf [unknown] [.] 0xffffffff813df442
0.01% 0.00% perf [unknown] [.] 0xffffffff81494918
0.01% 0.00% perf [unknown] [.] 0xffffffff818dc7ca
0.01% 0.00% perf [unknown] [.] 0xffffffff813d6b9e
0.01% 0.00% perf [unknown] [.] 0xffffffff814dee47
0.01% 0.00% perf [unknown] [.] 0xffffffff813eb98a
0.01% 0.00% perf [unknown] [.] 0xffffffff813da560
0.01% 0.00% perf [unknown] [.] 0xffffffff813eb9c6
0.01% 0.00% perf [unknown] [.] 0xffffffff813eba4d
0.01% 0.00% perf [unknown] [.] 0xffffffff81912063
0.01% 0.00% perf [unknown] [.] 0xffffffff813df53b
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff812ec993
0.01% 0.00% perf [unknown] [.] 0xffffffff819144f8
0.01% 0.00% perf [unknown] [.] 0xffffffff81918f79
0.01% 0.00% perf [unknown] [.] 0xffffffff81914548
0.01% 0.00% perf [kernel.kallsyms] [k] _raw_spin_lock_irqsave
0.01% 0.00% perf [unknown] [.] 0xffffffff817797aa
0.01% 0.01% perf [kernel.kallsyms] [k] irqentry_exit
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff82c73f47
0.01% 0.00% perf [unknown] [.] 0xffffffff812ec7fa
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff8191c333
0.01% 0.00% perf [unknown] [.] 0xffffffff817388b7
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca12cfbf7
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca3ffb580
0.01% 0.00% perf [unknown] [.] 0xffffffff81444652
0.01% 0.00% perf [unknown] [.] 0xffffffff81445b69
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff81817a02
0.01% 0.00% perf [unknown] [.] 0xffffffff8153e42f
0.01% 0.00% perf [unknown] [.] 0xffffffff814e06d8
0.01% 0.00% perf [unknown] [.] 0xffffffff8144720b
0.01% 0.00% perf [unknown] [.] 0xffffffff818dc8aa
0.01% 0.00% perf [kernel.kallsyms] [k] trace_mm_page_free
0.01% 0.00% perf [unknown] [.] 0xffffffff82c3449d
0.01% 0.00% perf [unknown] [.] 0xffffffff810013f5
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff8183b649
0.01% 0.00% perf [unknown] [.] 0xffffffff818dc895
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff8181e323
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff81914557
0.01% 0.00% perf [kernel.kallsyms] [k] __vma_start_write
0.01% 0.00% perf [kernel.kallsyms] [k] __vma_enter_locked
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff81260e71
0.01% 0.00% perf [unknown] [.] 0xffffffff818408b8
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff81000df6
0.01% 0.00% perf [unknown] [.] 0xffffffff81840964
0.01% 0.00% perf [unknown] [.] 0xffffffff81793ffe
0.01% 0.00% perf [kernel.kallsyms] [k] __up_write
0.01% 0.00% perf [kernel.kallsyms] [k] mas_find
0.01% 0.00% perf [unknown] [.] 0xffffffff81819098
0.01% 0.00% perf [unknown] [.] 0xffffffff812ec951
0.01% 0.00% perf [unknown] [.] 0xffffffff8191cdec
0.01% 0.00% perf [unknown] [.] 0xffffffff82c3468e
0.01% 0.00% perf [kernel.kallsyms] [k] __list_del_entry_valid_or_report
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff8183b18b
0.01% 0.01% perf [kernel.kallsyms] [k] mas_store_prealloc
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff82c4aa5f
0.01% 0.00% perf [unknown] [.] 0xffffffff8142b772
0.01% 0.00% perf [unknown] [.] 0xffffffff81817815
0.01% 0.00% perf [unknown] [.] 0xffffffff8181f6a6
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff813e8b71
0.01% 0.00% perf [unknown] [.] 0xffffffff82c7370a
0.01% 0.01% perf [kernel.kallsyms] [k] is_module_text_address
0.01% 0.00% perf [unknown] [.] 0xffffffff81778abf
0.01% 0.01% perf ld-linux-x86-64.so.2 [.] 0x0000000000009078
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff812608c2
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff82c44f25
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff81813cc1
0.01% 0.00% perf [unknown] [.] 0xffffffff81f1dc40
0.01% 0.00% perf [unknown] [.] 0xffffffff814a5da1
0.01% 0.00% perf [unknown] [.] 0xffffffff818dcc6f
0.01% 0.00% perf [kernel.kallsyms] [k] remove_vma
0.01% 0.00% perf [kernel.kallsyms] [k] fput
0.01% 0.00% perf [unknown] [.] 0xffffffff8153e427
0.01% 0.01% perf ld-linux-x86-64.so.2 [.] 0x000000000000e2dc
0.01% 0.01% perf [kernel.kallsyms] [k] perf_iterate_sb
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff81739f20
0.01% 0.00% perf [kernel.kallsyms] [k] refill_obj_stock
0.01% 0.00% perf [unknown] [.] 0xffffffff814466a3
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff8181e21a
0.01% 0.01% perf [kernel.kallsyms] [k] vma_is_anon_shmem
0.01% 0.00% perf [unknown] [.] 0xffffffff818172a9
0.01% 0.00% perf [unknown] [.] 0xffffffff817c5a20
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [kernel.kallsyms] [k] trace_hrtimer_cancel
0.01% 0.01% perf [kernel.kallsyms] [k] __folio_mod_stat
0.01% 0.00% perf [unknown] [.] 0xffffffff8183d3ee
0.01% 0.00% perf [unknown] [.] 0xffffffff8181ee05
0.01% 0.00% perf [unknown] [.] 0xffffffff8181fedc
0.01% 0.01% perf [kernel.kallsyms] [k] __refill_stock
0.01% 0.00% perf [unknown] [.] 0xffffffff81912a6c
0.01% 0.00% perf [unknown] [.] 0xffffffff8191256f
0.01% 0.01% perf [kernel.kallsyms] [k] mod_objcg_state
0.01% 0.00% perf [unknown] [.] 0xffffffff81817b4f
0.01% 0.00% perf [unknown] [.] 0xffffffff81793e88
0.01% 0.00% perf [unknown] [.] 0xffffffff818c4cb8
0.01% 0.00% perf [unknown] [.] 0xffffffff818dc568
0.01% 0.00% perf [unknown] [k] 0xffffffff81a5ab38
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff81887e66
0.01% 0.00% perf [unknown] [.] 0xffffffff818dc7ee
0.01% 0.00% perf [unknown] [.] 0xffffffff81396489
0.01% 0.00% perf [unknown] [.] 0xffffffff82c55d5d
0.01% 0.00% perf [unknown] [.] 0xffffffff82c5189f
0.01% 0.01% perf [kernel.kallsyms] [k] do_read_fault
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff81817a8b
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff82c39b25
0.01% 0.00% perf [unknown] [.] 0xffffffff8184512f
0.01% 0.00% perf [unknown] [.] 0xffffffff8143c927
0.01% 0.00% perf [unknown] [.] 0xffffffff81446d07
0.01% 0.01% perf ld-linux-x86-64.so.2 [.] 0x0000000000022365
0.01% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d1ead4
0.01% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d193dc
0.01% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d1c623
0.01% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d13b1b
0.01% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d134cf
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff81911b7a
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [kernel.kallsyms] [k] rcu_read_unlock
0.01% 0.01% perf perf [.] _sub_I_00099_1
0.01% 0.01% perf ld-linux-x86-64.so.2 [.] 0x00000000000236fe
0.01% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d09c9f
0.01% 0.01% perf [kernel.kallsyms] [k] __asan_loadN_noabort
0.01% 0.00% perf [unknown] [.] 0xffffffff818dccd4
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff8144469f
0.01% 0.00% perf [unknown] [.] 0xffffffff810010a1
0.01% 0.01% perf [kernel.kallsyms] [k] get_mem_cgroup_from_objcg
0.01% 0.00% perf [kernel.kallsyms] [k] obj_cgroup_uncharge_pages
0.01% 0.00% perf [unknown] [.] 0xffffffff8181ffcf
0.01% 0.00% perf [unknown] [.] 0xffffffff8186fe14
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf libc.so.6 [.] 0x00007f0ca77b4a02
0.01% 0.00% perf libc.so.6 [.] 0x00007f0ca77ac8cb
0.01% 0.00% perf [unknown] [.] 0xffffffff81911b98
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff8186c889
0.01% 0.00% perf [unknown] [.] 0xffffffff818dc560
0.01% 0.01% perf [kernel.kallsyms] [k] security_vm_enough_memory_mm
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff81cfeeb8
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff8186abb2
0.01% 0.01% perf [kernel.kallsyms] [k] native_sched_clock
0.01% 0.00% perf [kernel.kallsyms] [k] lock_pin_lock
0.01% 0.00% perf [kernel.kallsyms] [k] sched_clock
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff818c579e
0.01% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d1edd0
0.01% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d146db
0.01% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d21b20
0.01% 0.00% perf [unknown] [.] 0xffffffff81856326
0.01% 0.00% perf [unknown] [.] 0xffffffff81812b66
0.01% 0.00% perf [unknown] [.] 0xffffffff81812679
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff8179036c
0.01% 0.00% perf [unknown] [.] 0xffffffff81820138
0.01% 0.01% perf [kernel.kallsyms] [k] kasan_disable_current
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff818701d3
0.01% 0.00% perf [unknown] [.] 0xffffffff818d9b2f
0.01% 0.01% perf [kernel.kallsyms] [k] __dentry_kill
0.01% 0.00% perf perf [.] perf_config
0.01% 0.00% perf perf [.] perf_config__init
0.01% 0.00% perf perf [.] perf_config_set__new
0.01% 0.00% perf perf [.] perf_config_set__init
0.01% 0.00% perf perf [.] access@plt
0.01% 0.00% perf [unknown] [.] 0xffffffff8195ecf2
0.01% 0.00% perf [unknown] [.] 0xffffffff8195e70d
0.01% 0.00% perf [unknown] [.] 0xffffffff8198f673
0.01% 0.00% perf [unknown] [.] 0xffffffff8198e886
0.01% 0.00% perf [unknown] [.] 0xffffffff819a147a
0.01% 0.00% perf [kernel.kallsyms] [k] account_system_index_time
0.01% 0.00% perf [kernel.kallsyms] [k] cpuacct_account_field
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff8181e735
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff81445ea3
0.01% 0.00% perf [unknown] [.] 0xffffffff818408cb
0.01% 0.00% perf [unknown] [.] 0xffffffff818dcc68
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff81791b51
0.01% 0.00% perf [unknown] [.] 0xffffffff8173fcaa
0.01% 0.00% perf [unknown] [.] 0xffffffff8188896a
0.01% 0.00% perf [unknown] [.] 0xffffffff812e13b7
0.01% 0.00% perf [unknown] [.] 0xffffffff8140fa35
0.01% 0.01% perf [kernel.kallsyms] [k] _raw_spin_lock
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff82c89870
0.01% 0.00% perf [unknown] [.] 0xffffffff812e0f43
0.01% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d1f87c
0.01% 0.00% perf [unknown] [.] 0xffffffff812e13c9
0.01% 0.00% perf [unknown] [.] 0xffffffff813ba88d
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.01% perf [kernel.kallsyms] [k] fault_in_kernel_space
0.01% 0.00% perf perf [.] setup_path
0.01% 0.00% perf perf [.] astrcat
0.01% 0.00% perf libasan.so.8.0.0 [.] __interceptor_asprintf
0.01% 0.00% perf libasan.so.8.0.0 [.] __interceptor_vasprintf
0.01% 0.00% perf [unknown] [.] 0xffffffff82c73045
0.01% 0.00% perf [unknown] [.] 0xffffffff812ed04e
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff82c40561
0.01% 0.00% perf perf [.] _sub_D_00099_0
0.01% 0.01% perf [kernel.kallsyms] [k] mas_leaf_max_gap
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff82c3204a
0.01% 0.00% perf [unknown] [.] 0xffffffff81840c6e
0.01% 0.00% perf [unknown] [.] 0xffffffff8186ac32
0.01% 0.01% perf [kernel.kallsyms] [k] folio_add_lru
0.01% 0.00% perf [unknown] [.] 0xffffffff81794063
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff81445bc7
0.01% 0.00% perf [unknown] [.] 0xffffffff81770438
0.01% 0.00% perf [unknown] [.] 0xffffffff818dc46a
0.01% 0.00% perf [unknown] [.] 0xffffffff81446cb2
0.01% 0.01% perf ld-linux-x86-64.so.2 [.] 0x000000000000fe12
0.01% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d10dc0
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff818574f2
0.01% 0.00% perf [unknown] [.] 0xffffffff818fb69f
0.01% 0.00% perf [unknown] [.] 0xffffffff8181f08a
0.01% 0.01% perf [kernel.kallsyms] [k] may_expand_vm
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff818586c5
0.01% 0.00% perf [unknown] [.] 0xffffffff8182c6fe
0.01% 0.01% perf [kernel.kallsyms] [k] vsnprintf
0.01% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::CacheBinaryName()
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::ReadBinaryName(char*, unsigned long)
0.01% 0.00% perf [unknown] [.] 0xffffffff81976ad6
0.01% 0.00% perf [unknown] [.] 0xffffffff81976811
0.01% 0.00% perf [unknown] [.] 0xffffffff8198e82c
0.01% 0.00% perf [unknown] [.] 0xffffffff8198b876
0.01% 0.00% perf [unknown] [.] 0xffffffff8198af11
0.01% 0.00% perf [unknown] [.] 0xffffffff81ab2240
0.01% 0.00% perf [unknown] [.] 0xffffffff82c5fd6d
0.01% 0.00% perf [unknown] [.] 0xffffffff82c5f801
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff81819016
0.01% 0.00% perf [unknown] [.] 0xffffffff8144a8fe
0.01% 0.01% perf [kernel.kallsyms] [k] mas_rev_awalk
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff8185e69a
0.01% 0.00% perf [unknown] [.] 0xffffffff82c477e1
0.01% 0.00% perf [unknown] [.] 0xffffffff82c47218
0.01% 0.00% perf [unknown] [.] 0xffffffff82c3566e
0.01% 0.00% perf [unknown] [.] 0xffffffff8181e648
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca4082007
0.01% 0.00% perf libLLVM-14.so.1 [.] llvm::initializeAAResultsWrapperPassPass(llvm::PassRegistry&)
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca26bf708
0.01% 0.00% perf libLLVM-14.so.1 [.] llvm::initializeBasicAAWrapperPassPass(llvm::PassRegistry&)
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca26d88d9
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [kernel.kallsyms] [k] __asan_memset
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff818576b3
0.01% 0.00% perf [unknown] [.] 0xffffffff81856ef4
0.01% 0.00% perf [unknown] [.] 0xffffffff812e0ceb
0.01% 0.01% perf [kernel.kallsyms] [k] fs_reclaim_acquire
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff81862e2a
0.01% 0.00% perf [unknown] [.] 0xffffffff81447211
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca12d5713
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca40eff70
0.01% 0.00% perf [unknown] [.] 0xffffffff817703a7
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff817938d2
0.01% 0.00% perf [unknown] [.] 0xffffffff81817088
0.01% 0.00% perf [unknown] [.] 0xffffffff82c35683
0.01% 0.01% perf [kernel.kallsyms] [k] mas_wr_slot_store
0.01% 0.00% perf [unknown] [.] 0xffffffff82c40130
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff82c404e4
0.01% 0.01% perf [kernel.kallsyms] [k] syscall_return_via_sysret
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff8100014d
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff819138a2
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff8191eef7
0.01% 0.00% perf [unknown] [.] 0xffffffff817938c5
0.01% 0.00% perf [unknown] [.] 0xffffffff82c34431
0.01% 0.00% perf [unknown] [.] 0xffffffff818dc47b
0.01% 0.01% perf [kernel.kallsyms] [k] get_stack_info_noinstr
0.01% 0.00% perf [kernel.kallsyms] [k] get_stack_info
0.01% 0.00% perf [unknown] [.] 0xffffffff8140cdb9
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff82c39fb9
0.01% 0.00% perf [unknown] [.] 0xffffffff81000b99
0.01% 0.00% perf [unknown] [.] 0xffffffff82c6fe31
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff82c81fe4
0.01% 0.00% perf [unknown] [.] 0xffffffff8144606b
0.01% 0.01% perf [kernel.kallsyms] [k] lockdep_hardirqs_off
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff815d5ad9
0.01% 0.00% perf [unknown] [.] 0xffffffff82c73343
0.01% 0.00% perf [unknown] [.] 0xffffffff8181723d
0.01% 0.00% perf [unknown] [.] 0xffffffff817703d2
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff8153e3c7
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff81445eab
0.01% 0.00% perf libasan.so.8.0.0 [.] __lsan::CollectLeaksCb(unsigned long, void*)
0.01% 0.00% perf [unknown] [.] 0xffffffff82c73ca0
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff812e11d7
0.01% 0.00% perf [unknown] [.] 0xffffffff81447107
0.01% 0.00% perf [unknown] [.] 0xffffffff8181e4ab
0.01% 0.01% perf [kernel.kallsyms] [k] down_write_killable
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff82c81f50
0.01% 0.00% perf [unknown] [.] 0xffffffff8144a925
0.01% 0.00% perf libLLVM-14.so.1 [.] llvm::initializeDeLICMWrapperPassPass(llvm::PassRegistry&)
0.01% 0.00% perf [unknown] [.] 0xffffffff82c35789
0.01% 0.00% perf [unknown] [.] 0xffffffff81911ada
0.01% 0.00% perf [unknown] [.] 0xffffffff81790432
0.01% 0.01% perf [kernel.kallsyms] [k] flush_tlb_func
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff8151641b
0.01% 0.00% perf [unknown] [.] 0xffffffff812f2acb
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff8144a665
0.01% 0.00% perf [unknown] [.] 0xffffffff812e19fb
0.01% 0.00% perf [unknown] [.] 0xffffffff81793bb8
0.01% 0.00% perf [unknown] [.] 0xffffffff82c89cf8
0.01% 0.00% perf [unknown] [.] 0xffffffff818dcb66
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca408201f
0.01% 0.00% perf libLLVM-14.so.1 [.] llvm::initializeRegionInfoPassPass(llvm::PassRegistry&)
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca2881477
0.01% 0.00% perf libLLVM-14.so.1 [.] llvm::initializeDominanceFrontierWrapperPassPass(llvm::PassRegistry&)
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca2781c21
0.01% 0.00% perf [unknown] [.] 0xffffffff81493c31
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff82c6425a
0.01% 0.00% perf [unknown] [.] 0xffffffff82c736d3
0.01% 0.00% perf [unknown] [.] 0xffffffff8181e780
0.01% 0.00% perf [unknown] [.] 0xffffffff81805158
0.01% 0.00% perf [unknown] [.] 0xffffffff8181ffb3
0.01% 0.00% perf [unknown] [.] 0xffffffff818dc691
0.01% 0.00% perf [unknown] [.] 0xffffffff81778986
0.01% 0.00% perf [unknown] [.] 0xffffffff818dc73a
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff8179163b
0.01% 0.00% perf [unknown] [.] 0xffffffff8182d5f2
0.01% 0.00% perf [unknown] [.] 0xffffffff81867538
0.01% 0.00% perf [unknown] [.] 0xffffffff8191d061
0.01% 0.00% perf [unknown] [.] 0xffffffff81915e65
0.01% 0.00% perf [unknown] [.] 0xffffffff81915bf1
0.01% 0.00% perf [unknown] [.] 0xffffffff81840c91
0.01% 0.00% perf libasan.so.8.0.0 [.] __asan::AsanCheckIncompatibleRT()
0.01% 0.00% perf [unknown] [.] 0xffffffff81813cd8
0.01% 0.00% perf [unknown] [.] 0xffffffff82c73231
0.01% 0.00% perf [unknown] [.] 0xffffffff813ba86d
0.01% 0.01% perf libasan.so.8.0.0 [.] __sanitizer::mem_is_zero(char const*, unsigned long)
0.01% 0.00% perf libasan.so.8.0.0 [.] __lsan::WordIsPoisoned(unsigned long)
0.01% 0.00% perf libasan.so.8.0.0 [.] __asan_region_is_poisoned
0.01% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::ThreadLister::ListThreads(__sanitizer::InternalMmapVector<unsigned long long>*)
0.01% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::ThreadLister::IsAlive(int)
0.01% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::ReadFileToVector(char const*, __sanitizer::InternalMmapVectorNoCtor<char>*, unsigned long, int*)
0.01% 0.00% perf [unknown] [.] 0xffffffff8144601f
0.01% 0.00% perf [unknown] [.] 0xffffffff8144669c
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca12c8b4d
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca37ffe34
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca3800830
0.01% 0.00% perf [unknown] [.] 0xffffffff81819039
0.01% 0.00% perf [unknown] [.] 0xffffffff82c73666
0.01% 0.00% perf [unknown] [.] 0xffffffff814948d9
0.01% 0.00% perf libLLVM-14.so.1 [.] llvm::initializeMaximalStaticExpanderPass(llvm::PassRegistry&)
0.01% 0.00% perf libLLVM-14.so.1 [.] pthread_once@plt
0.01% 0.00% perf [unknown] [.] 0xffffffff818175b9
0.01% 0.00% perf [unknown] [.] 0xffffffff8181f6de
0.01% 0.00% perf [unknown] [.] 0xffffffff815d5a87
0.01% 0.00% perf [unknown] [.] 0xffffffff81446b61
0.01% 0.00% perf [unknown] [.] 0xffffffff812ec97b
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf libasan.so.8.0.0 [.] __asan::InitializeFlags()
0.01% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::GetEnv(char const*)
0.01% 0.00% perf [unknown] [.] 0xffffffff8198cb8f
0.01% 0.00% perf [unknown] [.] 0xffffffff8198660a
0.01% 0.00% perf [unknown] [.] 0xffffffff81aa535c
0.01% 0.00% perf [unknown] [.] 0xffffffff81aa5104
0.01% 0.00% perf [unknown] [.] 0xffffffff81aa4c44
0.01% 0.00% perf [unknown] [.] 0xffffffff819af404
0.01% 0.00% perf [unknown] [.] 0xffffffff819af2ff
0.01% 0.00% perf [unknown] [.] 0xffffffff81a9941e
0.01% 0.00% perf [unknown] [.] 0xffffffff8188860a
0.01% 0.00% perf [unknown] [.] 0xffffffff818845e0
0.01% 0.00% perf [unknown] [.] 0xffffffff8188623b
0.01% 0.00% perf [unknown] [.] 0xffffffff818860ab
0.01% 0.00% perf [unknown] [.] 0xffffffff82c63c46
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff81793b46
0.01% 0.00% perf [unknown] [.] 0xffffffff8181e651
0.01% 0.00% perf [unknown] [.] 0xffffffff8185739a
0.01% 0.00% perf [unknown] [.] 0xffffffff81793d2b
0.01% 0.00% perf [unknown] [.] 0xffffffff81770446
0.01% 0.00% perf [unknown] [.] 0xffffffff812e1a41
0.01% 0.01% perf [kernel.kallsyms] [k] refill_stock
0.01% 0.00% perf [unknown] [.] 0xffffffff81912987
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca12c6f5f
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca3707a20
0.01% 0.00% perf [unknown] [.] 0xffffffff81840ebf
0.01% 0.00% perf [unknown] [.] 0xffffffff812e16da
0.01% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::ReadProcessName(char*, unsigned long) [clone .constprop.0] [clone .isra.0]
0.01% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::ReadLongProcessName(char*, unsigned long)
0.01% 0.00% perf [unknown] [.] 0xffffffff81a9fa1f
0.01% 0.00% perf [unknown] [.] 0xffffffff81a9cbd8
0.01% 0.00% perf [unknown] [.] 0xffffffff8180a70d
0.01% 0.00% perf [unknown] [.] 0xffffffff82c82ade
0.01% 0.00% perf [unknown] [.] 0xffffffff81445be8
0.01% 0.00% perf [unknown] [.] 0xffffffff81445508
0.01% 0.00% perf [unknown] [.] 0xffffffff819120bd
0.01% 0.00% perf libasan.so.8.0.0 [.] __lsan::MarkIndirectlyLeakedCb(unsigned long, void*)
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca12c4a9e
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca12c5055
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.01% perf [kernel.kallsyms] [k] pte_offset_map_rw_nolock
0.01% 0.00% perf [unknown] [.] 0xffffffff8183b5e9
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff8185767c
0.01% 0.00% perf [unknown] [.] 0xffffffff8181917c
0.01% 0.00% perf [unknown] [.] 0xffffffff81000dfb
0.01% 0.00% perf [unknown] [.] 0xffffffff82c6fe18
0.01% 0.00% perf [unknown] [.] 0xffffffff812e1ffb
0.01% 0.00% perf [kernel.kallsyms] [k] get_pfnblock_flags_mask
0.01% 0.00% perf [unknown] [.] 0xffffffff82c64205
0.01% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::SuspendedThreadsListLinux::GetRegistersAndSP(unsigned long, __sanitizer::InternalMmapVector<unsigned long>*, unsigned long*) const
0.01% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::SuspendedThreadsListLinux::GetRegistersAndSP(unsigned long, __sanitizer::InternalMmapVector<unsigned long>*, unsigned long*) const::{lambda(unsigned long)#1}::operator()(unsigned long) const
0.01% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::internal_ptrace(int, int, void*, void*)
0.01% 0.00% perf [unknown] [.] 0xffffffff813607b5
0.01% 0.00% perf [unknown] [.] 0xffffffff81275588
0.01% 0.00% perf [unknown] [.] 0xffffffff81361599
0.01% 0.00% perf [unknown] [.] 0xffffffff813acf34
0.01% 0.00% perf [unknown] [.] 0xffffffff813acc36
0.01% 0.00% perf [unknown] [.] 0xffffffff81445bb1
0.01% 0.00% perf [kernel.kallsyms] [k] folio_mark_accessed
0.01% 0.00% perf [unknown] [.] 0xffffffff812e15ec
0.01% 0.00% perf [unknown] [.] 0xffffffff81791a68
0.01% 0.00% perf [unknown] [.] 0xffffffff81918f64
0.01% 0.00% perf [unknown] [.] 0xffffffff8181ec6a
0.01% 0.00% perf [unknown] [.] 0xffffffff81446bf0
0.01% 0.00% perf [unknown] [.] 0xffffffff8180a51a
0.01% 0.00% perf [unknown] [.] 0xffffffff818409a0
0.01% 0.01% perf libasan.so.8.0.0 [.] __asan_register_globals
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff81793e5f
0.01% 0.00% perf [unknown] [.] 0xffffffff81793d98
0.01% 0.00% perf [unknown] [.] 0xffffffff8181ff78
0.01% 0.00% perf perf [.] _sub_I_00099_1
0.01% 0.00% perf [unknown] [.] 0xffffffff82c44ee7
0.01% 0.00% perf [unknown] [.] 0xffffffff81791dbe
0.01% 0.00% perf [unknown] [.] 0xffffffff819146b5
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca1276eb5
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca2134be0
0.01% 0.00% perf [unknown] [.] 0xffffffff814446ec
0.01% 0.00% perf [unknown] [.] 0xffffffff8186aa15
0.01% 0.00% perf perf [.] _sub_D_00099_0
0.01% 0.00% perf [unknown] [.] 0xffffffff812e13c1
0.01% 0.00% perf [unknown] [.] 0xffffffff8177109e
0.01% 0.00% perf [unknown] [.] 0xffffffff814d34b4
0.01% 0.00% perf [unknown] [.] 0xffffffff81793b3a
0.01% 0.00% perf [unknown] [.] 0xffffffff814461b0
0.01% 0.00% perf [unknown] [.] 0xffffffff812e151f
0.01% 0.00% perf [unknown] [.] 0xffffffff81f2ab3c
0.01% 0.00% perf [unknown] [.] 0xffffffff812e15c9
0.01% 0.00% perf [unknown] [.] 0xffffffff8183b6b2
0.01% 0.00% perf [unknown] [.] 0xffffffff812e19b5
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca1288f05
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca2957ed0
0.01% 0.00% perf [unknown] [.] 0xffffffff82c73268
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca12752a6
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca20af75d
0.01% 0.00% perf libLLVM-14.so.1 [.] void llvm::cl::apply<llvm::cl::opt<llvm::PGOViewCountsType, false, llvm::cl::parser<llvm::PGOViewCountsType> >, llvm::cl::OptionHidden, llvm::cl::desc, llvm::cl::ValuesClass>(llvm::cl::opt<llvm::PGOViewCountsType, false, llvm::cl::parser<llvm::PGOViewCountsType> >*, llvm::cl::OptionHidden const&, llvm::cl::desc const&, llvm::cl::ValuesClass const&)
0.01% 0.00% perf [unknown] [.] 0xffffffff81776ae9
0.01% 0.00% perf [unknown] [.] 0xffffffff81776b17
0.01% 0.00% perf [unknown] [.] 0xffffffff82c34673
0.01% 0.00% perf [unknown] [.] 0xffffffff812e1a1c
0.01% 0.00% perf [unknown] [.] 0xffffffff81213bde
0.01% 0.00% perf [unknown] [.] 0xffffffff81210e00
0.01% 0.00% perf [unknown] [.] 0xffffffff8198ca77
0.01% 0.00% perf [unknown] [.] 0xffffffff819bec59
0.01% 0.00% perf [unknown] [.] 0xffffffff81213c3d
0.01% 0.00% perf [unknown] [.] 0xffffffff812e1159
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca12874ed
0.01% 0.00% perf [unknown] [.] 0xffffffff81871d9e
0.01% 0.00% perf [unknown] [.] 0xffffffff812e15d7
0.01% 0.00% perf [unknown] [.] 0xffffffff8182d68c
0.01% 0.00% perf [unknown] [.] 0xffffffff815d5968
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca12b418a
0.01% 0.00% perf [unknown] [.] 0xffffffff81396466
0.01% 0.00% perf [unknown] [.] 0xffffffff81340af2
0.01% 0.00% perf [unknown] [.] 0xffffffff813a7ee8
0.01% 0.00% perf [unknown] [.] 0xffffffff813a7896
0.01% 0.00% perf [unknown] [.] 0xffffffff812780ed
0.01% 0.00% perf [unknown] [.] 0xffffffff81770430
0.01% 0.00% perf [unknown] [.] 0xffffffff812e1bec
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca1271bfe
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca20326e0
0.01% 0.00% perf [unknown] [.] 0xffffffff81445fc9
0.01% 0.00% perf [unknown] [.] 0xffffffff81856e77
0.01% 0.00% perf [unknown] [.] 0xffffffff8143c72c
0.01% 0.00% perf [unknown] [.] 0xffffffff8180dddd
0.01% 0.00% perf [unknown] [.] 0xffffffff82c35745
0.01% 0.00% perf perf [.] _sub_D_00099_0
0.01% 0.00% perf [unknown] [.] 0xffffffff8153e40f
0.01% 0.00% perf [unknown] [.] 0xffffffff818dcfea
0.01% 0.00% perf [unknown] [.] 0xffffffff818d9d29
0.01% 0.00% perf [unknown] [.] 0xffffffff812f1176
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca12866d2
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca27f9440
0.01% 0.00% perf [unknown] [.] 0xffffffff82c356b9
0.01% 0.00% perf [unknown] [.] 0xffffffff8144611b
0.01% 0.01% perf ld-linux-x86-64.so.2 [.] 0x0000000000009070
0.01% 0.00% perf [unknown] [.] 0xffffffff8186fde6
0.01% 0.01% perf libasan.so.8.0.0 [.] __asan::GetCurrentThread()
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca12b9b7a
0.01% 0.00% perf libasan.so.8.0.0 [.] __asan::GetCurrentThreadStats()
0.01% 0.00% perf [unknown] [.] 0xffffffff82c3a2ad
0.01% 0.00% perf [unknown] [.] 0xffffffff814a1c30
0.01% 0.00% perf [unknown] [.] 0xffffffff81445b44
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca1284629
0.01% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d08f45
0.01% 0.00% perf [unknown] [.] 0xffffffff8186a976
0.01% 0.00% perf [unknown] [.] 0xffffffff812e1524
0.01% 0.00% perf [unknown] [.] 0xffffffff8144552c
0.01% 0.00% perf [unknown] [.] 0xffffffff8199008b
0.01% 0.00% perf [unknown] [.] 0xffffffff819a14c6
0.01% 0.00% perf [unknown] [.] 0xffffffff818dcb7e
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca12b1100
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca3675fd0
0.01% 0.00% perf [unknown] [.] 0xffffffff82c34505
0.01% 0.01% perf [kernel.kallsyms] [k] vms_gather_munmap_vmas
0.01% 0.00% perf [unknown] [.] 0xffffffff81857efb
0.01% 0.00% perf [unknown] [.] 0xffffffff81785afb
0.01% 0.00% perf [unknown] [.] 0xffffffff814e234e
0.01% 0.00% perf [unknown] [.] 0xffffffff818ddc48
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca12700b4
0.01% 0.00% perf libLLVM-14.so.1 [.] llvm::PassRegistry::registerPass(llvm::PassInfo const&, bool)
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca15a8d55
0.01% 0.01% perf [kernel.kallsyms] [k] check_slab_allocation
0.01% 0.00% perf [unknown] [.] 0xffffffff8188b574
0.01% 0.00% perf [unknown] [.] 0xffffffff818d9cb0
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca1277cde
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca22149b0
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca12ad071
0.01% 0.00% perf [unknown] [.] 0xffffffff81445f5e
0.01% 0.00% perf [unknown] [.] 0xffffffff81396588
0.01% 0.01% perf [kernel.kallsyms] [k] update_irq_load_avg
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca128ccdd
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca3088842
0.01% 0.00% perf libasan.so.8.0.0 [.] __interceptor_strlen.part.0
0.01% 0.00% perf [unknown] [.] 0xffffffff8140f0f5
0.01% 0.00% perf [unknown] [.] 0xffffffff8173d079
0.01% 0.00% perf [unknown] [.] 0xffffffff81755754
0.01% 0.00% perf [unknown] [.] 0xffffffff82c736bb
0.01% 0.00% perf [unknown] [.] 0xffffffff812e19f1
0.01% 0.00% perf [unknown] [.] 0xffffffff81819ec7
0.01% 0.00% perf [unknown] [.] 0xffffffff81913823
0.01% 0.00% perf [unknown] [.] 0xffffffff82c3426a
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca126f632
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca1782767
0.01% 0.00% perf [unknown] [.] 0xffffffff812e0f07
0.01% 0.00% perf [unknown] [.] 0xffffffff81856eb8
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca1282905
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca26ba0b0
0.01% 0.00% perf [unknown] [.] 0xffffffff8191cd1b
0.01% 0.00% perf [unknown] [.] 0xffffffff8191213e
0.01% 0.00% perf [unknown] [.] 0xffffffff82c342be
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca128b6d1
0.01% 0.00% perf [unknown] [.] 0xffffffff8144711f
0.01% 0.01% perf [kernel.kallsyms] [k] register_lock_class
0.01% 0.00% perf [unknown] [.] 0xffffffff81445cfd
0.01% 0.00% perf [unknown] [.] 0xffffffff81447720
0.01% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d03422
0.01% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d0b72c
0.01% 0.00% perf [unknown] [.] 0xffffffff8191d3a6
0.01% 0.00% perf [unknown] [.] 0xffffffff819133bd
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca129ec3a
0.01% 0.00% perf [unknown] [.] 0xffffffff819ccb2a
0.01% 0.00% perf libasan.so.8.0.0 [.] __asan::InitializeAllocator(__asan::AllocatorOptions const&)
0.01% 0.00% perf [unknown] [.] 0xffffffff8143f1a6
0.01% 0.00% perf [unknown] [.] 0xffffffff81911bb7
0.01% 0.00% perf [unknown] [.] 0xffffffff81818f87
0.01% 0.00% perf [unknown] [.] 0xffffffff812e14f3
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca126ed3f
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca1d79520
0.01% 0.00% perf [unknown] [.] 0xffffffff82c641de
0.01% 0.00% perf [unknown] [.] 0xffffffff8191dee2
0.01% 0.00% perf [unknown] [.] 0xffffffff81917669
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca1294152
0.01% 0.00% perf [unknown] [.] 0xffffffff819cc1e0
0.01% 0.00% perf [unknown] [.] 0xffffffff81ea8bf9
0.01% 0.00% perf [unknown] [.] 0xffffffff82c6932a
0.01% 0.00% perf [unknown] [.] 0xffffffff81791b5d
0.01% 0.00% perf [unknown] [.] 0xffffffff81446cd6
0.01% 0.00% perf [unknown] [.] 0xffffffff8191ddbd
0.01% 0.00% perf [unknown] [.] 0xffffffff819f6387
0.01% 0.00% perf [unknown] [.] 0xffffffff81445e00
0.01% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d07900
0.01% 0.00% perf [unknown] [.] 0xffffffff818310aa
0.01% 0.00% perf [unknown] [.] 0xffffffff82c81fc1
0.01% 0.00% perf [unknown] [.] 0xffffffff81793d26
0.01% 0.00% perf [unknown] [.] 0xffffffff814cce24
0.01% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::ProtectGap(unsigned long, unsigned long, unsigned long, unsigned long)
0.01% 0.00% perf [unknown] [.] 0xffffffff81791766
0.01% 0.00% perf [unknown] [.] 0xffffffff812e11c6
0.01% 0.00% perf [unknown] [.] 0xffffffff819ca32c
0.01% 0.00% perf [unknown] [.] 0xffffffff81a8f9b0
0.01% 0.00% perf [unknown] [.] 0xffffffff819ccb1a
0.01% 0.00% perf [unknown] [.] 0xffffffff82c3f45d
0.01% 0.00% perf [unknown] [.] 0xffffffff82c343a9
0.01% 0.00% perf [unknown] [.] 0xffffffff812e1f5a
0.01% 0.00% perf [unknown] [.] 0xffffffff814471f9
0.01% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d09bd2
0.01% 0.00% perf [unknown] [.] 0xffffffff8191d380
0.01% 0.00% perf [unknown] [.] 0xffffffff815d5841
0.01% 0.00% perf [unknown] [.] 0xffffffff8100010d
0.01% 0.00% perf [unknown] [.] 0xffffffff818da9d9
0.01% 0.00% perf [unknown] [.] 0xffffffff812e205a
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca127fd6e
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca25502d0
0.01% 0.00% perf [unknown] [.] 0xffffffff8180a5d5
0.01% 0.00% perf perf [.] _sub_D_00099_0
0.01% 0.00% perf [unknown] [.] 0xffffffff819ca314
0.01% 0.00% perf [unknown] [.] 0xffffffff8196e0e5
0.01% 0.00% perf [unknown] [.] 0xffffffff8196d3ad
0.01% 0.00% perf [unknown] [.] 0xffffffff8143944f
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca126cc3d
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca1b9cd50
0.01% 0.00% perf [unknown] [.] 0xffffffff8191d772
0.01% 0.00% perf [unknown] [.] 0xffffffff812e0cbf
0.01% 0.00% perf [unknown] [.] 0xffffffff8157e1d0
0.01% 0.00% perf [unknown] [.] 0xffffffff8172ede2
0.01% 0.00% perf [unknown] [.] 0xffffffff81884e8e
0.01% 0.00% perf [unknown] [.] 0xffffffff81886903
0.01% 0.00% perf [unknown] [.] 0xffffffff81447168
0.01% 0.00% perf [unknown] [.] 0xffffffff82c32064
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca1291c6d
0.01% 0.00% perf libLLVM-14.so.1 [.] llvm::RegisterBank::RegisterBank(unsigned int, char const*, unsigned int, unsigned int const*, unsigned int)
0.01% 0.00% perf [unknown] [.] 0xffffffff82c73672
0.01% 0.00% perf [unknown] [.] 0xffffffff8198c9dc
0.01% 0.00% perf [unknown] [.] 0xffffffff8198b52a
0.01% 0.00% perf [unknown] [.] 0xffffffff819a6b7c
0.01% 0.00% perf [unknown] [.] 0xffffffff81444673
0.01% 0.00% perf [unknown] [.] 0xffffffff81446ceb
0.01% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d064ae
0.01% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d216f0
0.01% 0.00% perf [unknown] [.] 0xffffffff81977d54
0.01% 0.00% perf [unknown] [.] 0xffffffff81977cb8
0.01% 0.00% perf [unknown] [.] 0xffffffff82c89cf0
0.01% 0.00% perf [unknown] [.] 0xffffffff819cc063
0.01% 0.00% perf [unknown] [.] 0xffffffff8133e346
0.01% 0.00% perf [unknown] [.] 0xffffffff81445db9
0.01% 0.00% perf [unknown] [.] 0xffffffff814d3498
0.01% 0.00% perf [unknown] [.] 0xffffffff814e232b
0.01% 0.00% perf [unknown] [.] 0xffffffff814e1cab
0.01% 0.00% perf [unknown] [.] 0xffffffff814d34c3
0.01% 0.00% perf [unknown] [.] 0xffffffff819f655a
0.01% 0.00% perf [unknown] [.] 0xffffffff8191383a
0.01% 0.00% perf [unknown] [.] 0xffffffff814a1c82
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca126acc2
0.01% 0.00% perf [unknown] [.] 0xffffffff812ec7c7
0.01% 0.00% perf [unknown] [.] 0xffffffff812ec18f
0.01% 0.00% perf [unknown] [.] 0xffffffff819cbbc2
0.01% 0.00% perf [unknown] [.] 0xffffffff82c7e141
0.01% 0.00% perf [unknown] [.] 0xffffffff81859e33
0.01% 0.00% perf perf [.] _sub_D_00099_0
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca1261fbb
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca1369234
0.01% 0.00% perf libLLVM-14.so.1 [.] llvm::StringMapImpl::LookupBucketFor(llvm::StringRef)
0.01% 0.00% perf [unknown] [.] 0xffffffff81772259
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca127cc83
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca2474380
0.01% 0.00% perf [unknown] [.] 0xffffffff82c3567a
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca12909d2
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca1686b90
0.01% 0.00% perf [unknown] [.] 0xffffffff818701fb
0.01% 0.01% perf [kernel.kallsyms] [k] timekeeping_advance
0.01% 0.00% perf [unknown] [.] 0xffffffff814e2f5e
0.01% 0.00% perf [unknown] [.] 0xffffffff819ca31d
0.01% 0.01% perf [kernel.kallsyms] [k] native_flush_tlb_one_user
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca159e997
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca159ee10
0.01% 0.00% perf [unknown] [.] 0xffffffff812f337f
0.01% 0.00% perf [unknown] [.] 0xffffffff812f2be2
0.01% 0.00% perf [unknown] [.] 0xffffffff812f3782
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca12c4988
0.01% 0.01% perf [kernel.kallsyms] [k] mas_alloc_nodes
0.01% 0.00% perf [unknown] [.] 0xffffffff82c34aca
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca128edd0
0.01% 0.00% perf [unknown] [.] 0xffffffff818408b0
0.01% 0.01% perf ld-linux-x86-64.so.2 [.] 0x00000000000092e0
0.01% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d10eb9
0.01% 0.00% perf [unknown] [.] 0xffffffff819ccb15
0.01% 0.00% perf [unknown] [.] 0xffffffff81857ab4
0.01% 0.01% perf libc.so.6 [.] 0x0000000000153290
0.01% 0.00% perf perf [.] _sub_D_00099_0
0.01% 0.01% perf [kernel.kallsyms] [k] __mod_zone_page_state
0.01% 0.00% perf [unknown] [.] 0xffffffff8157e240
0.01% 0.00% perf [unknown] [.] 0xffffffff812e0c50
0.01% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::InitTlsSize()
0.01% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::GetLibcVersion(int*, int*, int*)
0.01% 0.00% perf libasan.so.8.0.0 [.] __interceptor_confstr.part.0
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca127a0ca
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca1351eaa
0.01% 0.00% perf libnuma.so.1.0.0 [.] 0x00007f0ca027ec71
0.01% 0.00% perf libc.so.6 [.] fclose
0.01% 0.00% perf libc.so.6 [.] _IO_file_close_it
0.01% 0.00% perf libc.so.6 [.] _IO_file_close
0.01% 0.00% perf [unknown] [.] 0xffffffff819cafc9
0.01% 0.00% perf [unknown] [.] 0xffffffff812e1f81
0.01% 0.00% perf [unknown] [.] 0xffffffff819cb058
0.01% 0.00% perf [unknown] [.] 0xffffffff812e2559
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca127b3ac
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca23623b0
0.01% 0.00% perf [unknown] [.] 0xffffffff8191dd94
0.01% 0.00% perf [unknown] [.] 0xffffffff818136ce
0.01% 0.00% perf [unknown] [.] 0xffffffff818067f4
0.01% 0.00% perf [unknown] [.] 0xffffffff81445944
0.01% 0.00% perf [unknown] [.] 0xffffffff82c6e9b8
0.01% 0.00% perf [unknown] [.] 0xffffffff82c739ad
0.01% 0.00% perf [unknown] [.] 0xffffffff815d59a9
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca12c4537
0.01% 0.00% perf [unknown] [.] 0xffffffff81911c92
0.01% 0.00% perf [unknown] [.] 0xffffffff819cc068
0.01% 0.00% perf [unknown] [.] 0xffffffff81a90ed1
0.01% 0.00% perf [unknown] [.] 0xffffffff82c45ad4
0.01% 0.00% perf [unknown] [.] 0xffffffff82c44d44
0.01% 0.00% perf [unknown] [.] 0xffffffff819cc131
0.01% 0.00% perf [unknown] [.] 0xffffffff8199011d
0.01% 0.00% perf [unknown] [.] 0xffffffff8198a673
0.01% 0.00% perf [unknown] [.] 0xffffffff81963476
0.01% 0.00% perf [unknown] [.] 0xffffffff81960445
0.01% 0.00% perf [unknown] [.] 0xffffffff81a8faf5
0.01% 0.00% perf [unknown] [.] 0xffffffff819cae2c
0.01% 0.00% perf [unknown] [.] 0xffffffff81887c96
0.01% 0.00% perf [unknown] [.] 0xffffffff813ba8c5
0.01% 0.00% perf [unknown] [.] 0xffffffff819ccba2
0.01% 0.00% perf [unknown] [.] 0xffffffff814d34c9
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca1269126
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca1918104
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca1928910
0.01% 0.01% perf [kernel.kallsyms] [k] rcu_segcblist_get_seglen
0.01% 0.00% perf [unknown] [.] 0xffffffff8149fbed
0.01% 0.00% perf [unknown] [.] 0xffffffff814a919f
0.01% 0.01% perf [kernel.kallsyms] [k] seq_pad
0.01% 0.00% perf [unknown] [.] 0xffffffff81a90acc
0.01% 0.00% perf [unknown] [.] 0xffffffff819ca760
0.01% 0.00% perf [unknown] [.] 0xffffffff8144714d
0.01% 0.00% perf [unknown] [.] 0xffffffff82c73675
0.01% 0.00% perf libnuma.so.1.0.0 [.] 0x00007f0ca027eb28
0.01% 0.00% perf libc.so.6 [.] __sysconf
0.01% 0.00% perf libc.so.6 [.] get_nprocs_conf
0.01% 0.00% perf libc.so.6 [.] 0x00007f0ca77cdfdb
0.01% 0.00% perf libc.so.6 [.] __open64_nocancel
0.01% 0.01% perf [kernel.kallsyms] [k] show_map_vma
0.01% 0.00% perf [unknown] [.] 0xffffffff81a90a2e
0.01% 0.01% perf [kernel.kallsyms] [k] seq_putc
0.01% 0.00% perf [unknown] [.] 0xffffffff819c9e6a
0.01% 0.00% perf [unknown] [.] 0xffffffff81911b6b
0.01% 0.00% perf [unknown] [.] 0xffffffff819cc07a
0.01% 0.00% perf [unknown] [.] 0xffffffff81785b4f
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca126365c
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca15a92e0
0.01% 0.00% perf [unknown] [.] 0xffffffff812ec5d7
0.01% 0.00% perf [unknown] [.] 0xffffffff818dc53b
0.01% 0.00% perf [unknown] [.] 0xffffffff82c46d97
0.01% 0.00% perf [unknown] [.] 0xffffffff82c43862
0.01% 0.00% perf [unknown] [.] 0xffffffff812e1f13
0.01% 0.00% perf [unknown] [.] 0xffffffff812e164f
0.01% 0.00% perf [unknown] [.] 0xffffffff81445db0
0.01% 0.00% perf [unknown] [.] 0xffffffff81445f55
0.01% 0.00% perf [unknown] [.] 0xffffffff8191d7cb
0.01% 0.00% perf [unknown] [.] 0xffffffff82c73593
0.01% 0.00% perf [unknown] [.] 0xffffffff819f5e48
0.01% 0.00% perf [unknown] [.] 0xffffffff8186fe10
0.01% 0.00% perf libnuma.so.1.0.0 [.] 0x00007f0ca027ea8c
0.01% 0.00% perf libnuma.so.1.0.0 [.] numa_node_size64
0.01% 0.00% perf [unknown] [.] 0xffffffff814a1c69
0.01% 0.00% perf [unknown] [.] 0xffffffffc0e44cb6
0.01% 0.00% perf [unknown] [.] 0xffffffff81446cb7
0.01% 0.01% perf [kernel.kallsyms] [k] seq_write
0.01% 0.00% perf libc.so.6 [.] _IO_file_underflow
0.01% 0.00% perf libc.so.6 [.] _IO_file_read
0.01% 0.00% perf [unknown] [.] 0xffffffff81a9e331
0.01% 0.00% perf [unknown] [.] 0xffffffff81aad136
0.01% 0.00% perf [unknown] [.] 0xffffffff81aab006
0.01% 0.00% perf [unknown] [.] 0xffffffff819ca495
0.01% 0.00% perf libz3.so.4 [.] 0x00007f0c9dd57a9b
0.01% 0.00% perf libstdc++.so.6.0.30 [.] std::ios_base::Init::Init()
0.01% 0.00% perf libstdc++.so.6.0.30 [.] std::locale::locale()
0.01% 0.00% perf libstdc++.so.6.0.30 [.] 0x00007f0ca042eb4f
0.01% 0.00% perf libstdc++.so.6.0.30 [.] std::locale::_Impl::_Impl(unsigned long)
0.01% 0.00% perf libstdc++.so.6.0.30 [.] std::ctype<wchar_t>::_M_initialize_ctype()
0.01% 0.00% perf libc.so.6 [.] __wctype_l
0.01% 0.00% perf libc.so.6 [.] strlen@plt
0.01% 0.00% perf [unknown] [.] 0xffffffff812e14ec
0.01% 0.00% perf [unknown] [.] 0xffffffff82c49c73
0.01% 0.00% perf [unknown] [.] 0xffffffff812e151b
0.01% 0.00% perf [unknown] [.] 0xffffffff81445e1f
0.01% 0.00% perf [unknown] [.] 0xffffffff812e1193
0.01% 0.01% perf [kernel.kallsyms] [k] __list_add_valid_or_report
0.01% 0.00% perf [unknown] [.] 0xffffffff82c39066
0.01% 0.00% perf [unknown] [.] 0xffffffff82c39fe9
0.01% 0.00% perf [unknown] [.] 0xffffffff81889619
0.01% 0.00% perf [unknown] [.] 0xffffffff8191d2f7
0.01% 0.00% perf [unknown] [.] 0xffffffff815095b9
0.01% 0.00% perf [unknown] [.] 0xffffffff82c89c8f
0.01% 0.00% perf [unknown] [.] 0xffffffff8144a96a
0.01% 0.00% perf [unknown] [.] 0xffffffff8191de9c
0.01% 0.00% perf [unknown] [.] 0xffffffff81396460
0.01% 0.00% perf libnuma.so.1.0.0 [.] 0x00007f0ca027e980
0.01% 0.00% perf [unknown] [.] 0xffffffff818dcb48
0.01% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::Symbolizer::GetOrInit()
0.01% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::Symbolizer::PlatformInit()
0.01% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::LibbacktraceSymbolizer::get(__sanitizer::LowLevelAllocator*)
0.01% 0.00% perf [unknown] [.] 0xffffffff81859bac
0.01% 0.00% perf [unknown] [.] 0xffffffff81805ed6
0.01% 0.00% perf [unknown] [.] 0xffffffff81805a2c
0.01% 0.00% perf [unknown] [.] 0xffffffff81446285
0.01% 0.00% perf [unknown] [.] 0xffffffff814463a9
0.01% 0.00% perf [unknown] [.] 0xffffffff814461ca
0.01% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::StackDepotNode::store(unsigned int, __sanitizer::StackTrace const&, unsigned long long)
0.01% 0.00% perf [unknown] [.] 0xffffffff813a52db
0.01% 0.00% perf [unknown] [.] 0xffffffffc0e44b2e
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca1267a67
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca183c510
0.01% 0.00% perf [unknown] [.] 0xffffffff81445ed4
0.01% 0.00% perf [unknown] [.] 0xffffffff82c73524
0.01% 0.00% perf [unknown] [.] 0xffffffff81915af0
0.01% 0.01% perf [kernel.kallsyms] [k] mas_wr_node_store
0.01% 0.00% perf [unknown] [.] 0xffffffff82c38ff8
0.01% 0.00% perf [unknown] [.] 0xffffffff81445e36
0.01% 0.00% perf [unknown] [.] 0xffffffff812e15fd
0.01% 0.00% perf libz.so.1.2.13 [.] 0x00007f0ca8553000
0.01% 0.00% perf [unknown] [.] 0xffffffff812e2561
0.01% 0.00% perf [unknown] [.] 0xffffffff814a1c5d
0.01% 0.00% perf [unknown] [.] 0xffffffff8148d046
0.01% 0.00% perf [unknown] [.] 0xffffffff813df478
0.01% 0.00% perf [unknown] [.] 0xffffffff814461c7
0.01% 0.00% perf [unknown] [.] 0xffffffff81278100
0.01% 0.00% perf [unknown] [.] 0xffffffff8191d3e8
0.01% 0.00% perf [unknown] [.] 0xffffffff812e19b1
0.01% 0.00% perf [unknown] [.] 0xffffffff812e140e
0.01% 0.01% perf libasan.so.8.0.0 [.] __asan::StopInitOrderChecking()
0.01% 0.00% perf libasan.so.8.0.0 [.] AtCxaAtexit(void*)
0.01% 0.00% perf [unknown] [.] 0xffffffff8144556d
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca1266a29
0.01% 0.00% perf libglib-2.0.so.0.7400.6 [.] 0x00007f0c9d902817
0.01% 0.00% perf [unknown] [.] 0xffffffff81cfee9a
0.01% 0.00% perf [unknown] [.] 0xffffffff817650a3
0.01% 0.00% perf [unknown] [.] 0xffffffff812e0ca5
0.01% 0.00% perf [unknown] [.] 0xffffffff812e2044
0.01% 0.00% perf [unknown] [.] 0xffffffff818da9db
0.01% 0.00% perf libLLVM-14.so.1 [.] llvm::Regex::~Regex()
0.01% 0.00% perf [unknown] [.] 0xffffffff82c34571
0.01% 0.00% perf [unknown] [.] 0xffffffff82c6e9b0
0.01% 0.00% perf libz3.so.4 [.] 0x00007f0c9dd617a2
0.01% 0.00% perf libz3.so.4 [.] __cxa_finalize@plt
0.01% 0.00% perf libglib-2.0.so.0.7400.6 [.] 0x00007f0c9d9109af
0.01% 0.00% perf libasan.so.8.0.0 [.] __interceptor_posix_memalign
0.01% 0.00% perf libasan.so.8.0.0 [.] __asan::asan_posix_memalign(void**, unsigned long, unsigned long, __sanitizer::BufferedStackTrace*)
0.01% 0.00% perf [unknown] [.] 0xffffffff8183b70b
0.01% 0.00% perf [unknown] [.] 0xffffffff8191d281
0.01% 0.00% perf [unknown] [.] 0xffffffff812ef75b
0.01% 0.00% perf [unknown] [.] 0xffffffff814a1c83
0.01% 0.00% perf [unknown] [.] 0xffffffff814d3480
0.01% 0.00% perf [unknown] [.] 0xffffffff8181f0cd
0.01% 0.00% perf [unknown] [.] 0xffffffff8181f53c
0.01% 0.00% perf [unknown] [.] 0xffffffff81840ed5
0.01% 0.00% perf libLLVM-14.so.1 [.] 0x00007f0ca2824e57
0.01% 0.00% perf [unknown] [.] 0xffffffff81793aef
0.01% 0.01% perf [kernel.kallsyms] [k] kmem_cache_alloc_noprof
0.01% 0.00% perf [unknown] [.] 0xffffffff81887ee2
0.01% 0.00% perf [unknown] [.] 0xffffffff814d34c6
0.01% 0.00% perf [unknown] [.] 0xffffffff81819b04
0.01% 0.00% perf [unknown] [.] 0xffffffff8186c88d
0.01% 0.00% perf [unknown] [.] 0xffffffff8139646e
0.01% 0.00% perf [unknown] [.] 0xffffffff814a1c17
0.01% 0.00% perf libLLVM-14.so.1 [.] std::_Rb_tree<unsigned int, std::pair<unsigned int const, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::_Select1st<std::pair<unsigned int const, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >::_M_erase(std::_Rb_tree_node<std::pair<unsigned int const, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >*)
0.01% 0.00% perf [unknown] [.] 0xffffffff812e1596
0.01% 0.00% perf [unknown] [.] 0xffffffff816570f3
0.01% 0.00% perf [unknown] [.] 0xffffffff812e1551
0.01% 0.00% perf [unknown] [.] 0xffffffff818dcc5a
0.01% 0.00% perf [unknown] [.] 0xffffffff812e0f11
0.01% 0.00% perf perf [.] _sub_D_00099_0
0.01% 0.00% perf libstdc++.so.6.0.30 [.] 0x00007f0ca0418ac0
0.01% 0.01% perf libasan.so.8.0.0 [.] __lsan::LsanMetadata::LsanMetadata(unsigned long)
0.01% 0.00% perf [unknown] [.] 0xffffffff8144615f
0.01% 0.00% perf [unknown] [.] 0xffffffff818dcb7b
0.01% 0.00% perf [unknown] [.] 0xffffffff81446beb
0.01% 0.00% perf libasan.so.8.0.0 [.] __sanitizer::ThreadSuspender::SuspendThread(unsigned long long)
0.01% 0.00% perf [unknown] [.] 0xffffffff813526f2
0.01% 0.00% perf [unknown] [.] 0xffffffff81352519
0.01% 0.00% perf [unknown] [.] 0xffffffff81351a50
0.01% 0.00% perf [unknown] [.] 0xffffffff82c7b4c5
0.01% 0.00% perf [unknown] [.] 0xffffffff82c7a836
0.01% 0.00% perf [unknown] [.] 0xffffffff813c7711
0.01% 0.00% perf [unknown] [.] 0xffffffff813ee287
0.01% 0.00% perf [unknown] [.] 0xffffffff813ed6af
0.01% 0.00% perf [unknown] [.] 0xffffffff813ecbff
0.01% 0.00% perf [unknown] [.] 0xffffffff814a5ddf
0.01% 0.00% perf [unknown] [.] 0xffffffff82c3567e
0.01% 0.00% perf [unknown] [.] 0xffffffff813964a8
0.01% 0.00% perf [unknown] [.] 0xffffffff812780e2
0.01% 0.00% perf [unknown] [.] 0xffffffff8191cd0b
0.01% 0.00% perf [unknown] [.] 0xffffffff819134ab
0.01% 0.00% perf [unknown] [.] 0xffffffff812e1610
0.01% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d0366f
0.01% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d0692f
0.01% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d230c0
0.01% 0.00% perf [unknown] [.] 0xffffffff8157e1c8
0.01% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d1d4a0
0.01% 0.00% perf [unknown] [.] 0xffffffff8177367b
0.01% 0.00% perf [unknown] [.] 0xffffffff8150953d
0.01% 0.00% perf [unknown] [.] 0xffffffff8150901b
0.01% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d0fbc8
0.01% 0.00% perf libc.so.6 [.] __memcpy_chk
0.01% 0.00% perf [unknown] [k] 0xffffffff81a5c0ff
0.01% 0.00% perf [unknown] [k] 0xffffffff81a58ca8
0.01% 0.00% perf [unknown] [k] 0xffffffff81805888
0.01% 0.00% perf [unknown] [.] 0xffffffff814d348b
0.01% 0.01% perf ld-linux-x86-64.so.2 [.] 0x0000000000008ded
0.01% 0.00% perf [unknown] [.] 0xffffffff81857c7a
0.01% 0.00% perf [unknown] [k] 0xffffffff81a5ac25
0.01% 0.00% perf [unknown] [k] 0xffffffff82c68c20
0.01% 0.00% perf [unknown] [k] 0xffffffff81447102
0.01% 0.00% perf [unknown] [.] 0xffffffff81445e10
0.01% 0.00% perf [unknown] [.] 0xffffffff8177044e
0.01% 0.00% perf [unknown] [k] 0xffffffff814a5ca6
0.01% 0.00% perf [unknown] [k] 0xffffffff814979f6
0.01% 0.00% perf [unknown] [.] 0xffffffff815161c1
0.01% 0.01% perf ld-linux-x86-64.so.2 [.] 0x0000000000008e0f
0.01% 0.00% perf [unknown] [k] 0xffffffff8173d0ff
0.01% 0.00% perf [unknown] [k] 0xffffffff81393ac9
0.01% 0.00% perf [unknown] [.] 0xffffffff81793848
0.01% 0.00% perf [unknown] [.] 0xffffffff81793124
0.01% 0.00% perf [unknown] [.] 0xffffffff817910a4
0.01% 0.00% perf [unknown] [.] 0xffffffff812e1f67
0.01% 0.00% perf [unknown] [k] 0xffffffff81a5ab94
0.00% 0.00% perf [unknown] [k] 0xffffffff81a5b6d8
0.00% 0.00% perf [unknown] [k] 0xffffffff81979f20
0.00% 0.00% perf [unknown] [.] 0xffffffff8157e1a3
0.00% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d0efc0
0.00% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d05e33
0.00% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d219b0
0.00% 0.00% perf [unknown] [.] 0xffffffff8196a5a3
0.00% 0.00% perf [unknown] [.] 0xffffffff81775a99
0.00% 0.00% perf [unknown] [.] 0xffffffff819b054f
0.00% 0.00% perf [unknown] [.] 0xffffffff819b6ff4
0.00% 0.00% perf ld-linux-x86-64.so.2 [.] 0x00007f0ca8d088b2
0.00% 0.00% perf [unknown] [.] 0xffffffff817735d3
0.00% 0.00% perf [unknown] [.] 0xffffffff817710ab
0.00% 0.00% perf [kernel.kallsyms] [k] mas_wr_store_entry
0.00% 0.00% perf [unknown] [k] 0xffffffff8182cd7f
0.00% 0.00% perf [unknown] [k] 0xffffffff8185a312
0.00% 0.00% perf [unknown] [k] 0xffffffff82c48147
0.00% 0.00% perf libm.so.6 [.] __exp_finite
0.00% 0.00% perf [unknown] [k] 0xffffffff8182ccc7
0.00% 0.00% perf libm.so.6 [.] cosf32
0.00% 0.00% perf [unknown] [k] 0xffffffff8182cce1
0.00% 0.00% perf [unknown] [k] 0xffffffff81833695
0.00% 0.00% perf [unknown] [.] 0xffffffff8181f293
0.00% 0.00% perf [unknown] [.] 0xffffffff812e2037
0.00% 0.00% perf [unknown] [k] 0xffffffff81446bbe
0.00% 0.00% perf [unknown] [.] 0xffffffff8148d097
0.00% 0.00% perf [unknown] [k] 0xffffffff8157e180
#
# (Tip: To analyze particular parallelism levels, try: perf report --latency --parallelism=32-64)
#
LBR callgraph [Failed in perf report]
LBR any branch test
[ perf record: Woken up 27 times to write data ]
[ perf record: Captured and wrote 7.222 MB /tmp/__perf_test.perf.data.Ew2Rs (9254 samples) ]
LBR any branch test: 9254 samples
LBR any branch test [Success]
LBR any call test
[ perf record: Woken up 28 times to write data ]
[ perf record: Captured and wrote 7.071 MB /tmp/__perf_test.perf.data.Ew2Rs (9295 samples) ]
LBR any call test: 9295 samples
LBR any call test [Success]
LBR any ret test
[ perf record: Woken up 28 times to write data ]
[ perf record: Captured and wrote 7.242 MB /tmp/__perf_test.perf.data.Ew2Rs (9284 samples) ]
LBR any ret test: 9284 samples
LBR any ret test [Success]
LBR any indirect call test
[ perf record: Woken up 28 times to write data ]
[ perf record: Captured and wrote 7.251 MB /tmp/__perf_test.perf.data.Ew2Rs (9323 samples) ]
LBR any indirect call test: 9323 samples
LBR any indirect call test [Success]
LBR any indirect jump test
[ perf record: Woken up 16 times to write data ]
[ perf record: Captured and wrote 3.881 MB /tmp/__perf_test.perf.data.Ew2Rs (9333 samples) ]
LBR any indirect jump test: 9330 samples
LBR any indirect jump test [Success]
LBR direct calls test
[ perf record: Woken up 28 times to write data ]
[ perf record: Captured and wrote 7.273 MB /tmp/__perf_test.perf.data.Ew2Rs (9321 samples) ]
LBR direct calls test: 9321 samples
LBR direct calls test [Success]
LBR any indirect user call test
[ perf record: Woken up 5 times to write data ]
[ perf record: Captured and wrote 1.612 MB /tmp/__perf_test.perf.data.Ew2Rs (9329 samples) ]
LBR any indirect user call test: 9327 samples
LBR any indirect user call test [Success]
LBR system wide any branch test
[ perf record: Woken up 36 times to write data ]
[ perf record: Captured and wrote 9.256 MB /tmp/__perf_test.perf.data.Ew2Rs (11508 samples) ]
LBR system wide any branch test: 11508 samples
LBR system wide any branch test [Success]
LBR system wide any call test
[ perf record: Woken up 30 times to write data ]
[ perf record: Captured and wrote 8.249 MB /tmp/__perf_test.perf.data.Ew2Rs (10518 samples) ]
LBR system wide any call test: 10518 samples
LBR system wide any call test [Success]
LBR parallel any branch test
LBR parallel any call test
LBR parallel any indirect call test
LBR parallel any ret test
LBR parallel any indirect jump test
LBR parallel direct calls test
LBR parallel any indirect user call test
LBR parallel system wide any call test
LBR parallel system wide any branch test
[ perf record: Woken up 11 times to write data ]
[ perf record: Woken up 7 times to write data ]
[ perf record: Woken up 1 times to write data ]
[ perf record: Captured and wrote 2.685 MB /tmp/__perf_test.perf.data.iw4R6 (3423 samples) ]
[ perf record: Woken up 11 times to write data ]
[ perf record: Woken up 1 times to write data ]
[ perf record: Captured and wrote 1.764 MB /tmp/__perf_test.perf.data.yA2qa (2314 samples) ]
[ perf record: Woken up 1 times to write data ]
[ perf record: Captured and wrote 0.166 MB /tmp/__perf_test.perf.data.zAGlH (328 samples) ]
[ perf record: Woken up 68 times to write data ]
[ perf record: Woken up 1 times to write data ]
[ perf record: Captured and wrote 2.956 MB /tmp/__perf_test.perf.data.KLoMh (3833 samples) ]
[ perf record: Captured and wrote 0.089 MB /tmp/__perf_test.perf.data.c5IOX (88 samples) ]
[ perf record: Captured and wrote 0.243 MB /tmp/__perf_test.perf.data.Kn2vw (378 samples) ]
[ perf record: Woken up 29 times to write data ]
[ perf record: Captured and wrote 0.020 MB /tmp/__perf_test.perf.data.E6jzz ]
[ perf record: Captured and wrote 9.431 MB /tmp/__perf_test.perf.data.cLMLE (37112 samples) ]
[ perf record: Captured and wrote 19.263 MB /tmp/__perf_test.perf.data.Epb7U (38475 samples) ]
LBR parallel direct calls test: 88 samples
LBR parallel direct calls test [Success]
LBR parallel any indirect user call test: 328 samples
LBR parallel any indirect user call test [Success]
LBR parallel any indirect jump test: 378 samples
LBR parallel any indirect jump test [Success]
LBR parallel any indirect call test: 2314 samples
LBR parallel any indirect call test [Success]
LBR parallel any branch test: 3423 samples
LBR parallel any branch test [Success]
LBR parallel any call test: 3832 samples
LBR parallel any call test [Success]
LBR parallel system wide any branch test: 37112 samples
LBR parallel system wide any branch test [Success]
LBR parallel system wide any call test: 38475 samples
LBR parallel system wide any call test [Success]
---- end(-1) ----
126: perf record LBR tests : FAILED!
2025-06-12 08:40:24 sudo /usr/src/linux-perf-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf test 127 -v
127: perf record offcpu profiling tests : Running (1 active)
127: perf record offcpu profiling tests : Skip
2025-06-12 08:40:25 sudo /usr/src/linux-perf-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf test 128 -v
128: perf all PMU test : Running (1 active)
128: perf all PMU test : Ok
2025-06-12 08:44:17 sudo /usr/src/linux-perf-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf test 129 -v
129: perf stat --bpf-counters test : Running (1 active)
129: perf stat --bpf-counters test : Skip
2025-06-12 08:44:18 sudo /usr/src/linux-perf-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf test 130 -v
130: Check Arm CoreSight trace data recording and synthesized samples: Running (1 active)
130: Check Arm CoreSight trace data recording and synthesized samples: Skip
2025-06-12 08:44:19 sudo /usr/src/linux-perf-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf test 131 -v
131: Check Arm CoreSight disassembly script completes without errors : Running (1 active)
131: Check Arm CoreSight disassembly script completes without errors : Skip
2025-06-12 08:44:20 sudo /usr/src/linux-perf-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf test 132 -v
132: Check Arm SPE trace data recording and synthesized samples : Running (1 active)
132: Check Arm SPE trace data recording and synthesized samples : Skip
2025-06-12 08:44:21 sudo /usr/src/linux-perf-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf test 133 -v
133: Test data symbol : Running (1 active)
133: Test data symbol : Ok
2025-06-12 08:44:28 sudo /usr/src/linux-perf-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf test 134 -v
134: Miscellaneous Intel PT testing : Running (1 active)
--- start ---
test child forked, pid 17014
--- Test system-wide sideband ---
Checking for CPU-wide recording on CPU 0
OK
Checking for CPU-wide recording on CPU 1
OK
Linux
[ perf record: Woken up 1 times to write data ]
[ perf record: Captured and wrote 0.355 MB /tmp/perf-test-intel-pt-sh.Rep2hwPgdL/test-perf.data ]
OK
--- Test per-thread recording ---
Workload PIDs are 17061 and 17062
perf PID is 17073
Waiting for "perf record has started" message
OK
pid 17061 cpu -1 fd 13 : sys_perf_event_open: pid 17061 cpu -1 group_fd -1 flags 0x8 = 13
pid 17064 cpu -1 fd 14 : sys_perf_event_open: pid 17064 cpu -1 group_fd -1 flags 0x8 = 14
pid 17062 cpu -1 fd 15 : sys_perf_event_open: pid 17062 cpu -1 group_fd -1 flags 0x8 = 15
pid 17065 cpu -1 fd 16 : sys_perf_event_open: pid 17065 cpu -1 group_fd -1 flags 0x8 = 16
pid 17061 cpu -1 fd 17 : sys_perf_event_open: pid 17061 cpu -1 group_fd -1 flags 0x8 = 17
pid 17064 cpu -1 fd 18 : sys_perf_event_open: pid 17064 cpu -1 group_fd -1 flags 0x8 = 18
pid 17062 cpu -1 fd 19 : sys_perf_event_open: pid 17062 cpu -1 group_fd -1 flags 0x8 = 19
pid 17065 cpu -1 fd 20 : sys_perf_event_open: pid 17065 cpu -1 group_fd -1 flags 0x8 = 20
fd 13 : idx 0: mmapping fd 13
fd 17 fd_to 13 : idx 0: set output fd 17 -> 13
fd 14 : idx 1: mmapping fd 14
fd 18 fd_to 14 : idx 1: set output fd 18 -> 14
fd 15 : idx 2: mmapping fd 15
fd 19 fd_to 15 : idx 2: set output fd 19 -> 15
fd 16 : idx 3: mmapping fd 16
fd 20 fd_to 16 : idx 3: set output fd 20 -> 16
Checking 8 fds
OK
--- Test per-thread (incl. kernel) recording ---
Workload PIDs are 17286 and 17287
perf PID is 17298
Waiting for "perf record has started" message
OK
pid 17286 cpu -1 fd 13 : sys_perf_event_open: pid 17286 cpu -1 group_fd -1 flags 0x8 = 13
pid 17290 cpu -1 fd 14 : sys_perf_event_open: pid 17290 cpu -1 group_fd -1 flags 0x8 = 14
pid 17287 cpu -1 fd 15 : sys_perf_event_open: pid 17287 cpu -1 group_fd -1 flags 0x8 = 15
pid 17289 cpu -1 fd 16 : sys_perf_event_open: pid 17289 cpu -1 group_fd -1 flags 0x8 = 16
pid 17286 cpu -1 fd 17 : sys_perf_event_open: pid 17286 cpu -1 group_fd -1 flags 0x8 = 17
pid 17290 cpu -1 fd 18 : sys_perf_event_open: pid 17290 cpu -1 group_fd -1 flags 0x8 = 18
pid 17287 cpu -1 fd 19 : sys_perf_event_open: pid 17287 cpu -1 group_fd -1 flags 0x8 = 19
pid 17289 cpu -1 fd 20 : sys_perf_event_open: pid 17289 cpu -1 group_fd -1 flags 0x8 = 20
pid -1 cpu 0 fd 21 : sys_perf_event_open: pid -1 cpu 0 group_fd -1 flags 0x8 = 21
pid -1 cpu 1 fd 22 : sys_perf_event_open: pid -1 cpu 1 group_fd -1 flags 0x8 = 22
pid -1 cpu 2 fd 23 : sys_perf_event_open: pid -1 cpu 2 group_fd -1 flags 0x8 = 23
pid -1 cpu 3 fd 24 : sys_perf_event_open: pid -1 cpu 3 group_fd -1 flags 0x8 = 24
pid -1 cpu 4 fd 25 : sys_perf_event_open: pid -1 cpu 4 group_fd -1 flags 0x8 = 25
pid -1 cpu 5 fd 26 : sys_perf_event_open: pid -1 cpu 5 group_fd -1 flags 0x8 = 26
pid -1 cpu 6 fd 27 : sys_perf_event_open: pid -1 cpu 6 group_fd -1 flags 0x8 = 27
pid -1 cpu 7 fd 28 : sys_perf_event_open: pid -1 cpu 7 group_fd -1 flags 0x8 = 28
fd 13 : idx 0: mmapping fd 13
fd 17 fd_to 13 : idx 0: set output fd 17 -> 13
fd 14 : idx 1: mmapping fd 14
fd 18 fd_to 14 : idx 1: set output fd 18 -> 14
fd 15 : idx 2: mmapping fd 15
fd 19 fd_to 15 : idx 2: set output fd 19 -> 15
fd 16 : idx 3: mmapping fd 16
fd 20 fd_to 16 : idx 3: set output fd 20 -> 16
fd 21 : idx 4: mmapping fd 21
fd 22 : idx 5: mmapping fd 22
fd 23 : idx 6: mmapping fd 23
fd 24 : idx 7: mmapping fd 24
fd 25 : idx 8: mmapping fd 25
fd 26 : idx 9: mmapping fd 26
fd 27 : idx 10: mmapping fd 27
fd 28 : idx 11: mmapping fd 28
Checking 16 fds
OK
--- Test tracing self-modifying code that uses jitdump ---
[ perf record: Woken up 1 times to write data ]
[ perf record: Captured and wrote 0.033 MB /tmp/perf-test-intel-pt-sh.Rep2hwPgdL/tmp-perf.data ]
=================================================================
==17532==ERROR: LeakSanitizer: detected memory leaks
Direct leak of 20136 byte(s) in 3 object(s) allocated from:
#0 0x7fee2df363b7 in __interceptor_calloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:77
#1 0x7fee2dd68743 (/lib/x86_64-linux-gnu/libelf.so.1+0x3743)
Indirect leak of 5952 byte(s) in 3 object(s) allocated from:
#0 0x7fee2df369cf in __interceptor_malloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:69
#1 0x7fee2dd6f9f0 (/lib/x86_64-linux-gnu/libelf.so.1+0xa9f0)
Indirect leak of 1388 byte(s) in 3 object(s) allocated from:
#0 0x7fee2df369cf in __interceptor_malloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:69
#1 0x7fee2dd70812 (/lib/x86_64-linux-gnu/libelf.so.1+0xb812)
SUMMARY: AddressSanitizer: 27476 byte(s) leaked in 9 allocation(s).
=================================================================
==17539==ERROR: LeakSanitizer: detected memory leaks
Direct leak of 20136 byte(s) in 3 object(s) allocated from:
#0 0x7fd861fb23b7 in __interceptor_calloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:77
#1 0x7fd861de4743 (/lib/x86_64-linux-gnu/libelf.so.1+0x3743)
Indirect leak of 5952 byte(s) in 3 object(s) allocated from:
#0 0x7fd861fb29cf in __interceptor_malloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:69
#1 0x7fd861deb9f0 (/lib/x86_64-linux-gnu/libelf.so.1+0xa9f0)
Indirect leak of 1388 byte(s) in 3 object(s) allocated from:
#0 0x7fd861fb29cf in __interceptor_malloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:69
#1 0x7fd861dec812 (/lib/x86_64-linux-gnu/libelf.so.1+0xb812)
SUMMARY: AddressSanitizer: 27476 byte(s) leaked in 9 allocation(s).
/usr/src/perf_selftests-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf
OK
--- Test with MTC and TSC disabled ---
Linux
[ perf record: Woken up 1 times to write data ]
[ perf record: Captured and wrote 0.031 MB /tmp/perf-test-intel-pt-sh.Rep2hwPgdL/test-perf.data ]
OK
--- Test with branches disabled ---
Linux
[ perf record: Woken up 1 times to write data ]
[ perf record: Captured and wrote 0.035 MB /tmp/perf-test-intel-pt-sh.Rep2hwPgdL/test-perf.data ]
OK
--- Test with/without CYC ---
Linux
[ perf record: Woken up 1 times to write data ]
[ perf record: Captured and wrote 0.138 MB /tmp/perf-test-intel-pt-sh.Rep2hwPgdL/test-perf.data ]
Linux
[ perf record: Woken up 1 times to write data ]
[ perf record: Captured and wrote 0.081 MB /tmp/perf-test-intel-pt-sh.Rep2hwPgdL/test-perf.data ]
OK
--- Test recording with sample mode ---
Linux
[ perf record: Woken up 1 times to write data ]
[ perf record: Captured and wrote 0.003 MB /tmp/perf-test-intel-pt-sh.Rep2hwPgdL/test-perf.data ]
Linux
[ perf record: Woken up 1 times to write data ]
[ perf record: Captured and wrote 0.001 MB /tmp/perf-test-intel-pt-sh.Rep2hwPgdL/test-perf.data ]
Linux
[ perf record: Woken up 1 times to write data ]
[ perf record: Captured and wrote 0.003 MB /tmp/perf-test-intel-pt-sh.Rep2hwPgdL/test-perf.data ]
OK
--- Test with kernel trace ---
Linux
[ perf record: Woken up 11 times to write data ]
[ perf record: Captured and wrote 1.414 MB /tmp/perf-test-intel-pt-sh.Rep2hwPgdL/test-perf.data ]
OK
--- Test virtual LBR ---
Linux
[ perf record: Woken up 1 times to write data ]
[ perf record: Captured and wrote 0.019 MB /tmp/perf-test-intel-pt-sh.Rep2hwPgdL/test-perf.data ]
OK
--- Test power events ---
SKIP: power_event_trace is not supported
--- Test with TNT packets disabled ---
SKIP: tnt_disable is not supported
--- Test with event_trace ---
SKIP: event_trace is not supported
--- Test with pipe mode ---
Linux
[ perf record: Woken up 1 times to write data ]
[ perf record: Captured and wrote 0.082 MB - ]
=================================================================
==17677==ERROR: LeakSanitizer: detected memory leaks
Direct leak of 25336 byte(s) in 3 object(s) allocated from:
#0 0x7fa5dbda93b7 in __interceptor_calloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:77
#1 0x7fa5dbbdb743 (/lib/x86_64-linux-gnu/libelf.so.1+0x3743)
Indirect leak of 7552 byte(s) in 3 object(s) allocated from:
#0 0x7fa5dbda99cf in __interceptor_malloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:69
#1 0x7fa5dbbe29f0 (/lib/x86_64-linux-gnu/libelf.so.1+0xa9f0)
Indirect leak of 1577 byte(s) in 3 object(s) allocated from:
#0 0x7fa5dbda99cf in __interceptor_malloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:69
#1 0x7fa5dbbe3812 (/lib/x86_64-linux-gnu/libelf.so.1+0xb812)
SUMMARY: AddressSanitizer: 34465 byte(s) leaked in 9 allocation(s).
perf record + report failed with pipe mode
--- Test with pause / resume ---
Linux
[ perf record: Woken up 1 times to write data ]
[ perf record: Captured and wrote 0.002 MB /tmp/perf-test-intel-pt-sh.Rep2hwPgdL/test-perf.data ]
Linux
[ perf record: Woken up 1 times to write data ]
[ perf record: Captured and wrote 0.061 MB /tmp/perf-test-intel-pt-sh.Rep2hwPgdL/test-perf.data ]
=================================================================
==17706==ERROR: LeakSanitizer: detected memory leaks
Direct leak of 25336 byte(s) in 3 object(s) allocated from:
#0 0x7f7f4db4f3b7 in __interceptor_calloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:77
#1 0x7f7f4d981743 (/lib/x86_64-linux-gnu/libelf.so.1+0x3743)
Indirect leak of 7552 byte(s) in 3 object(s) allocated from:
#0 0x7f7f4db4f9cf in __interceptor_malloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:69
#1 0x7f7f4d9889f0 (/lib/x86_64-linux-gnu/libelf.so.1+0xa9f0)
Indirect leak of 1577 byte(s) in 3 object(s) allocated from:
#0 0x7f7f4db4f9cf in __interceptor_malloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:69
#1 0x7f7f4d989812 (/lib/x86_64-linux-gnu/libelf.so.1+0xb812)
SUMMARY: AddressSanitizer: 34465 byte(s) leaked in 9 allocation(s).
OK
--- Cleaning up ---
--- Done ---
---- end(-1) ----
134: Miscellaneous Intel PT testing : FAILED!
2025-06-12 08:45:11 sudo /usr/src/linux-perf-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf test 135 -v
135: test Intel TPEBS counting mode : Running (1 active)
135: test Intel TPEBS counting mode : Ok
2025-06-12 08:45:19 sudo /usr/src/linux-perf-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf test 136 -v
136: perf script task-analyzer tests : Running (1 active)
136: perf script task-analyzer tests : Ok
2025-06-12 08:45:39 sudo /usr/src/linux-perf-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf test 137 -v
137: Check open filename arg using perf trace + vfs_getname : Running (1 active)
137: Check open filename arg using perf trace + vfs_getname : Skip
2025-06-12 08:45:50 sudo /usr/src/linux-perf-x86_64-rhel-9.4-bpf-609a86901e6fd886f1139aed8f8c66d982f2afed/tools/perf/perf test 138 -v
138: perf trace summary : Running (1 active)
--- start ---
test child forked, pid 17961
testing: perf trace -s -- true
testing: perf trace -S -- true
testing: perf trace -s --summary-mode=thread -- true
testing: perf trace -S --summary-mode=total -- true
testing: perf trace -as --summary-mode=thread --no-bpf-summary -- true
testing: perf trace -as --summary-mode=total --no-bpf-summary -- true
testing: perf trace -as --summary-mode=thread --bpf-summary -- true
Error: perf trace -as --summary-mode=thread --bpf-summary failed unexpectedly
---- end(-1) ----
138: perf trace summary : FAILED!
The kernel config and materials to reproduce are available at:
https://download.01.org/0day-ci/archive/20250613/202506131634.ef8ef10b-lkp@intel.com
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
Powered by blists - more mailing lists