linux-kernelorg-stable/tools/perf/util
Arnaldo Carvalho de Melo 7f17ef0d47 perf symbols: Handle '1' symbols in /proc/kallsyms
I started seeing this in recent Fedora 42 kernels:

  root@x1:~# uname -a
  Linux x1 6.17.4-200.fc42.x86_64 #1 SMP PREEMPT_DYNAMIC Sun Oct 19 18:47:49 UTC 2025 x86_64 GNU/Linux
  root@x1:~#

  root@x1:~# perf test 1
    1: vmlinux symtab matches kallsyms     : FAILED!
  root@x1:~#

Related to:

  root@x1:~# grep ' 1 ' /proc/kallsyms
  ffffffffb098bc00 1 __pfx__RNCINvNtNtNtCsfwaGRd4cjqE_4core4iter8adapters3map12map_try_foldjNtCskFudTml27HW_12drm_panic_qr7VersionuINtNtNtBa_3ops12control_flow11ControlFlowB10_ENcB10_0NCINvNvNtNtNtB8_6traits8iterator8Iterator4find5checkB10_NCNvMB12_B10_13from_segments0E0E0B12_
  ffffffffb098bc10 1 _RNCINvNtNtNtCsfwaGRd4cjqE_4core4iter8adapters3map12map_try_foldjNtCskFudTml27HW_12drm_panic_qr7VersionuINtNtNtBa_3ops12control_flow11ControlFlowB10_ENcB10_0NCINvNvNtNtNtB8_6traits8iterator8Iterator4find5checkB10_NCNvMB12_B10_13from_segments0E0E0B12_
  root@x1:~#

That is found in:

  root@x1:~# pahole --running_kernel_vmlinux
  /usr/lib/debug/lib/modules/6.17.4-200.fc42.x86_64/vmlinux
  root@x1:~#

  root@x1:~# readelf -sW /usr/lib/debug/lib/modules/6.17.4-200.fc42.x86_64/vmlinux | grep __pfx__RNCINvNtNtNtCsfwaGRd4cjqE_4core4iter8adapters3map12map_try_foldjNtCskFudTml27HW_12drm_panic_qr7VersionuINtNtNtBa_3ops12control_flow11ControlFlowB10_ENcB10_0NCINvNvNtNtNtB8_6traits8iterator8Iterator4find5checkB10_NCNvMB12_B10_13from_segments0E0E0B12_
  150649: ffffffff81f8bc00    16 FUNC    LOCAL  DEFAULT    1 __pfx__RNCINvNtNtNtCsfwaGRd4cjqE_4core4iter8adapters3map12map_try_foldjNtCskFudTml27HW_12drm_panic_qr7VersionuINtNtNtBa_3ops12control_flow11ControlFlowB10_ENcB10_0NCINvNvNtNtNtB8_6traits8iterator8Iterator4find5checkB10_NCNvMB12_B10_13from_segments0E0E0B12_
  root@x1:~#

But was being filtered out when reading /proc/kallsyms, as the '1'
symbol type was not being handled, do it, there are just two of them at
this point.

Cc: Alex Gaynor <alex.gaynor@gmail.com>
Cc: Alice Ryhl <aliceryhl@google.com>
Cc: Andreas Hindborg <a.hindborg@kernel.org>
Cc: Benno Lossin <lossin@kernel.org>
Cc: Björn Roy Baron <bjorn3_gh@protonmail.com>
Cc: Boqun Feng <boqun.feng@gmail.com>
Cc: Danilo Krummrich <dakr@kernel.org>
Cc: Gary Guo <gary@garyguo.net>
Cc: Miguel Ojeda <ojeda@kernel.org>
Cc: Trevor Gross <tmgross@umich.edu>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2025-11-03 14:54:31 -03:00
..
arm-spe-decoder perf arm_spe: Set HITM flag 2025-09-19 12:14:29 -03:00
bpf_skel perf bpf: Use __builtin_preserve_field_info for GCC compatibility 2025-10-02 14:57:07 -03:00
cs-etm-decoder
hisi-ptt-decoder
include kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFI 2025-09-24 14:29:14 -07:00
intel-pt-decoder x86/insn: Add XOP prefix instructions decoder support 2025-08-18 17:15:02 +02:00
libunwind
perf-regs-arch
scripting-engines perf build: Disable thread safety analysis for perl header 2025-10-06 16:49:25 -03:00
Build perf srcline: Fallback between addr2line implementations 2025-10-06 16:47:49 -03:00
PERF-VERSION-GEN
addr2line.c perf srcline: Fallback between addr2line implementations 2025-10-06 16:47:49 -03:00
addr2line.h perf srcline: Fallback between addr2line implementations 2025-10-06 16:47:49 -03:00
addr_location.c
addr_location.h
affinity.c perf test: Expand user space event reading (rdpmc) tests 2025-06-20 13:14:07 -07:00
affinity.h perf test: Expand user space event reading (rdpmc) tests 2025-06-20 13:14:07 -07:00
amd-sample-raw.c perf evlist: Change env variable to session 2025-07-25 10:37:56 -07:00
annotate-data.c perf annotate: Rename TSR_KIND_POINTER to TSR_KIND_PERCPU_POINTER 2025-10-03 16:49:51 -03:00
annotate-data.h perf annotate: Rename TSR_KIND_POINTER to TSR_KIND_PERCPU_POINTER 2025-10-03 16:49:51 -03:00
annotate.c perf disasm: Remove unused evsel from 'struct annotate_args' 2025-10-06 16:47:51 -03:00
annotate.h perf annotate: Use a hashmap to save type data 2025-09-02 17:14:00 -03:00
archinsn.h
arm-spe.c perf arm_spe: Allow parsing both data source and events 2025-09-19 12:14:29 -03:00
arm-spe.h perf arm_spe: Add "event_filter" entry in meta data 2025-09-19 12:14:28 -03:00
arm64-frame-pointer-unwind-support.c
arm64-frame-pointer-unwind-support.h
auxtrace.c perf powerpc: Process auxtrace events and display in 'perf report -D' 2025-10-01 11:22:04 -03:00
auxtrace.h perf powerpc: Add basic CONFIG_AUXTRACE support for VPA pmu on powerpc 2025-10-01 11:22:04 -03:00
block-info.c
block-info.h
block-range.c
block-range.h
bpf-event.c perf bpf-event: Use libbpf version rather than feature check 2025-10-03 16:49:51 -03:00
bpf-event.h perf record: collect BPF metadata from new programs 2025-06-20 14:48:49 -07:00
bpf-filter.c perf bpf: Move the LIBBPF_CURRENT_VERSION_GEQ macro to bpf-utils.h 2025-09-30 13:36:03 -03:00
bpf-filter.h perf bpf-filter: Improve error messages 2025-06-09 11:18:17 -07:00
bpf-filter.l
bpf-filter.y
bpf-trace-summary.c perf trace: Add --max-summary option 2025-09-19 12:14:29 -03:00
bpf-utils.c perf bpf-utils: Harden get_bpf_prog_info_linear 2025-09-02 14:55:32 -07:00
bpf-utils.h perf bpf-event: Use libbpf version rather than feature check 2025-10-03 16:49:51 -03:00
bpf_counter.c perf bpf_counter: Fix handling of cpumap fixing hybrid 2025-10-01 15:27:27 -03:00
bpf_counter.h perf bpf_counter: Move header declarations into C code 2025-10-01 15:27:02 -03:00
bpf_counter_cgroup.c perf bpf_counter: Fix handling of cpumap fixing hybrid 2025-10-01 15:27:27 -03:00
bpf_ftrace.c perf bpf_counter: Move header declarations into C code 2025-10-01 15:27:02 -03:00
bpf_kwork.c
bpf_kwork_top.c
bpf_lock_contention.c perf lock contention: Add -J/--inject-delay option 2025-05-09 14:32:15 -03:00
bpf_map.c
bpf_map.h
bpf_off_cpu.c perf bpf_counter: Move header declarations into C code 2025-10-01 15:27:02 -03:00
bpf_trace_augment.c perf trace: Split BPF skel code to util/bpf_trace_augment.c 2025-06-26 10:31:05 -07:00
branch.c perf session: Add accessor for session->header.env 2025-07-25 10:37:56 -07:00
branch.h
btf.c
btf.h
build-id.c perf build-id: Ensure snprintf string is empty when size is 0 2025-09-19 16:53:09 -03:00
build-id.h perf build-id: Change sprintf functions to snprintf 2025-07-25 10:37:13 -07:00
cache.h
cacheline.c
cacheline.h
call-path.c
call-path.h
callchain.c
callchain.h
cap.c perf bpf-filter: Improve error messages 2025-06-09 11:18:17 -07:00
cap.h perf bpf-filter: Improve error messages 2025-06-09 11:18:17 -07:00
capstone.c perf dso: Clean up read_symbol() error handling 2025-10-06 16:35:28 -03:00
capstone.h perf capstone: Move capstone functionality into its own file 2025-10-02 15:36:59 -03:00
cgroup.c perf stat: Move metric list from config to evlist 2025-07-11 12:36:40 -07:00
cgroup.h perf stat: Move metric list from config to evlist 2025-07-11 12:36:40 -07:00
clockid.c
clockid.h
cloexec.c
cloexec.h
color.c
color.h
color_config.c
comm.c perf thread: Ensure comm_lock held for comm_list 2025-06-11 13:40:31 -07:00
comm.h
compress.h
config.c perf srcline: Fallback between addr2line implementations 2025-10-06 16:47:49 -03:00
config.h
copyfile.c
copyfile.h
counts.c
counts.h
cpu-set-sched.h
cpumap.c
cpumap.h
cputopo.c
cputopo.h
cs-etm-base.c
cs-etm.c
cs-etm.h
data-convert-bt.c perf session: Add accessor for session->header.env 2025-07-25 10:37:56 -07:00
data-convert-json.c perf session: Add accessor for session->header.env 2025-07-25 10:37:56 -07:00
data-convert.h
data.c
data.h
db-export.c perf script: perf script tests fails with segfault 2025-06-09 21:38:08 -07:00
db-export.h
debug.c perf machine: Explicitly pass in host perf_env 2025-07-25 10:37:57 -07:00
debug.h perf debug: Add function symbols to dump_stack 2025-06-25 10:59:19 -07:00
debuginfo.c perf symbol: Add blocking argument to filename__read_build_id 2025-08-25 15:07:18 -07:00
debuginfo.h
demangle-cxx.cpp
demangle-cxx.h perf symbol: Move demangling code out of symbol-elf.c 2025-05-28 19:02:58 -03:00
demangle-java.c
demangle-java.h
demangle-ocaml.c
demangle-ocaml.h
demangle-rust-v0.c perf demangle-rust: Add rustc-demangle C demangler 2025-05-09 17:00:05 -03:00
demangle-rust-v0.h perf demangle-rust: Add rustc-demangle C demangler 2025-05-09 17:00:05 -03:00
disasm.c perf disasm: Make ins__scnprintf() and ins__is_nop() static 2025-10-06 16:35:29 -03:00
disasm.h perf disasm: Remove unused evsel from 'struct annotate_args' 2025-10-06 16:47:51 -03:00
dlfilter.c perf sample: Remove arch notion of sample parsing 2025-07-25 10:37:58 -07:00
dlfilter.h
drm_pmu.c perf drm_pmu: Fix fd_dir leaks in for_each_drm_fdinfo_in_dir() 2025-09-12 15:28:30 -03:00
drm_pmu.h perf drm_pmu: Add a tool like PMU to expose DRM information 2025-06-25 11:12:35 -07:00
dso.c perf dso: Clean up read_symbol() error handling 2025-10-06 16:35:28 -03:00
dso.h perf dso: Move read_symbol() from llvm/capstone to dso 2025-10-06 16:35:25 -03:00
dsos.c perf symbol: Add blocking argument to filename__read_build_id 2025-08-25 15:07:18 -07:00
dsos.h
dump-insn.c
dump-insn.h
dwarf-aux.c perf dwarf-aux: Fix __die_find_scope_cb() for namespaces 2025-09-19 12:14:30 -03:00
dwarf-aux.h perf dwarf-aux: Better variable collection for insn tracking 2025-09-19 12:14:30 -03:00
dwarf-regs-csky.c
dwarf-regs-powerpc.c
dwarf-regs-x86.c
dwarf-regs.c
env.c perf tools: Add helper x86__is_intel_cpu() 2025-10-02 15:31:14 -03:00
env.h perf tools: Add helper x86__is_intel_cpu() 2025-10-02 15:31:14 -03:00
event.c perf build-id: Change sprintf functions to snprintf 2025-07-25 10:37:13 -07:00
event.h perf script: Enable to present DTL entries 2025-10-01 11:22:05 -03:00
events_stats.h
evlist.c perf parse-events: Warn if a cpu term is unsupported by a CPU 2025-07-24 13:41:34 -07:00
evlist.h perf evlist: Change env variable to session 2025-07-25 10:37:56 -07:00
evsel.c perf record: Add ratio-to-prev term 2025-10-03 16:49:51 -03:00
evsel.h perf record: Add ratio-to-prev term 2025-10-03 16:49:51 -03:00
evsel_config.h perf record: Add ratio-to-prev term 2025-10-03 16:49:51 -03:00
evsel_fprintf.c
evsel_fprintf.h
evswitch.c
evswitch.h
expr.c perf tool_pmu: Allow num_cpus(_online) to be specific to a cpumask 2025-07-24 13:41:35 -07:00
expr.h
expr.l
expr.y
find-map.c
fncache.c perf fncache: Switch to using hashmap 2025-05-13 16:36:22 -03:00
fncache.h perf fncache: Switch to using hashmap 2025-05-13 16:36:22 -03:00
ftrace.h perf: ftrace: add graph tracer options args/retval/retval-hex/retaddr 2025-07-22 17:47:22 -07:00
genelf.c perf genelf: Fix NO_LIBDW=1 build 2025-07-02 19:01:54 -07:00
genelf.h
genelf_debug.c
generate-cmdlist.sh
hashmap.c
hashmap.h
header.c perf header: Clean up use of perf_env 2025-07-25 10:37:57 -07:00
header.h perf header: Allow tracing of attr events 2025-06-25 12:37:29 -07:00
help-unknown-cmd.c
help-unknown-cmd.h
hisi-ptt.c
hisi-ptt.h
hist.c perf sample: Remove arch notion of sample parsing 2025-07-25 10:37:58 -07:00
hist.h perf annotate: Rename to __hist_entry__tui_annotate() 2025-08-28 12:30:57 -03:00
hwmon_pmu.c perf hwmon_pmu: Avoid shortening hwmon PMU name 2025-07-11 12:36:39 -07:00
hwmon_pmu.h perf tools: Fix duplicated words in documentation and comments 2025-10-01 09:44:02 -03:00
intel-bts.c
intel-bts.h
intel-pt.c perf intel-pt: Fix PEBS-via-PT data_src 2025-05-12 14:18:09 -03:00
intel-pt.h
intel-tpebs.c perf sample: Remove arch notion of sample parsing 2025-07-25 10:37:58 -07:00
intel-tpebs.h perf stat: Add mean, min, max and last --tpebs-mode options 2025-04-25 12:31:36 -03:00
intlist.c
intlist.h
iostat.c
iostat.h
jit.h
jitdump.c perf jitdump: Directly mark the jitdump DSO 2025-07-25 10:37:56 -07:00
jitdump.h
kvm-stat.c
kvm-stat.h perf tools kvm: Use "cycles" to sample guest for "kvm record" on Intel 2025-10-02 15:31:39 -03:00
kwork.h
levenshtein.c
levenshtein.h
libbfd.c perf dso: Support BPF programs in dso__read_symbol() 2025-10-06 16:35:28 -03:00
libbfd.h perf dso: Support BPF programs in dso__read_symbol() 2025-10-06 16:35:28 -03:00
llvm-c-helpers.cpp
llvm-c-helpers.h
llvm.c perf srcline: Fallback between addr2line implementations 2025-10-06 16:47:49 -03:00
llvm.h perf srcline: Fallback between addr2line implementations 2025-10-06 16:47:49 -03:00
lock-contention.c
lock-contention.h perf lock contention: Add -J/--inject-delay option 2025-05-09 14:32:15 -03:00
lzma.c perf util: Fix compression checks returning -1 as bool 2025-09-12 15:41:57 -03:00
machine.c perf machine: Explicitly pass in host perf_env 2025-07-25 10:37:57 -07:00
machine.h perf machine: Explicitly pass in host perf_env 2025-07-25 10:37:57 -07:00
map.c perf map: Constify objdump offset/address conversion APIs 2025-10-02 15:36:13 -03:00
map.h perf map: Constify objdump offset/address conversion APIs 2025-10-02 15:36:13 -03:00
map_symbol.c
map_symbol.h
maps.c perf maps: Ensure kmap is set up for all inserts 2025-09-15 10:03:23 -07:00
maps.h
mem-events.c perf mem: Count L2 HITM for c2c statistic 2025-05-27 18:05:28 -03:00
mem-events.h perf mem: Add 'dtlb' output field 2025-05-02 15:36:14 -03:00
mem-info.c
mem-info.h
mem2node.c
mem2node.h
memswap.c
memswap.h
metricgroup.c perf metricgroups: Add NO_THRESHOLD_AND_NMI constraint 2025-07-24 13:41:36 -07:00
metricgroup.h perf stat: Move metric list from config to evlist 2025-07-11 12:36:40 -07:00
mmap.c
mmap.h
mutex.c
mutex.h perf rwsem: Add clang's -Wthread-safety annotations 2025-05-21 15:07:13 -03:00
namespaces.c perf namespaces: Avoid get_current_dir_name dependency 2025-10-03 15:28:04 -03:00
namespaces.h
off_cpu.h perf record --off-cpu: Add --off-cpu-thresh option 2025-05-05 21:51:54 -03:00
ordered-events.c
ordered-events.h
parse-branch-options.c
parse-branch-options.h
parse-events.c perf record: Add ratio-to-prev term 2025-10-03 16:49:51 -03:00
parse-events.h perf record: Add ratio-to-prev term 2025-10-03 16:49:51 -03:00
parse-events.l perf parse-events: Fix parsing of >30kb event strings 2025-10-03 19:06:19 -03:00
parse-events.y perf parse-events: Remove non-json software events 2025-07-26 16:31:43 -07:00
parse-regs-options.c
parse-regs-options.h
parse-sublevel-options.c
parse-sublevel-options.h
path.c
path.h
perf-hooks-list.h
perf-hooks.c
perf-hooks.h
perf_api_probe.c
perf_api_probe.h
perf_event_attr_fprintf.c
perf_regs.c
perf_regs.h
pfm.c perf list: Skip ABI PMUs when printing pmu values 2025-07-26 16:31:43 -07:00
pfm.h
pmu.c perf record: Add ratio-to-prev term 2025-10-03 16:49:51 -03:00
pmu.h perf tools: move perf_pmus__find_core_pmu() prototype to pmus.h 2025-06-26 10:51:31 -07:00
pmu.l
pmu.y
pmus.c perf list: Skip ABI PMUs when printing pmu values 2025-07-26 16:31:43 -07:00
pmus.h perf pmus: Factor perf_pmus__find_by_attr out of evsel__find_pmu 2025-07-24 13:41:35 -07:00
powerpc-vpadtl.c perf powerpc: Process the DTL entries in queue and deliver samples 2025-10-01 11:22:05 -03:00
powerpc-vpadtl.h perf powerpc: Process auxtrace events and display in 'perf report -D' 2025-10-01 11:22:04 -03:00
print-events.c perf list: Skip ABI PMUs when printing pmu values 2025-07-26 16:31:43 -07:00
print-events.h perf list: Skip ABI PMUs when printing pmu values 2025-07-26 16:31:43 -07:00
print_binary.c
print_binary.h
print_insn.c perf capstone: Move capstone functionality into its own file 2025-10-02 15:36:59 -03:00
print_insn.h
probe-event.c perf machine: Explicitly pass in host perf_env 2025-07-25 10:37:57 -07:00
probe-event.h
probe-file.c perf build-id: Change sprintf functions to snprintf 2025-07-25 10:37:13 -07:00
probe-file.h
probe-finder.c perf build-id: Ensure struct build_id is empty before use 2025-07-25 10:37:55 -07:00
probe-finder.h
pstack.c
pstack.h
python.c perf python: Fix spelling mistake "metics" -> "metrics" 2025-09-04 18:05:06 -03:00
rblist.c
rblist.h
record.c
record.h perf record --off-cpu: Add --off-cpu-thresh option 2025-05-05 21:51:54 -03:00
rlimit.c
rlimit.h
rwsem.c perf rwsem: Add clang's -Wthread-safety annotations 2025-05-21 15:07:13 -03:00
rwsem.h perf rwsem: Add clang's -Wthread-safety annotations 2025-05-21 15:07:13 -03:00
s390-cpumcf-kernel.h
s390-cpumsf-kernel.h
s390-cpumsf.c perf evlist: Change env variable to session 2025-07-25 10:37:56 -07:00
s390-cpumsf.h
s390-sample-raw.c
sample-raw.c perf evlist: Change env variable to session 2025-07-25 10:37:56 -07:00
sample-raw.h perf evlist: Change env variable to session 2025-07-25 10:37:56 -07:00
sample.c
sample.h perf sample: Remove arch notion of sample parsing 2025-07-25 10:37:58 -07:00
session.c perf session: Fix handling when buffer exceeds 2 GiB 2025-09-19 12:44:10 -03:00
session.h perf session: Add host_env argument to perf_session__new 2025-07-25 10:37:57 -07:00
setns.c
setup.py perf python: split Clang options when invoking Popen 2025-10-06 16:49:24 -03:00
sha1.c perf util: add a basic SHA-1 implementation 2025-06-26 10:51:40 -07:00
sha1.h perf util: add a basic SHA-1 implementation 2025-06-26 10:51:40 -07:00
sharded_mutex.c
sharded_mutex.h
sideband_evlist.c
smt.c
smt.h
sort.c perf sort: Use perf_env to set arch sort keys and header 2025-07-25 10:37:58 -07:00
sort.h perf sort: Use perf_env to set arch sort keys and header 2025-07-25 10:37:58 -07:00
spark.c perf spark: Fix includes and add SPDX 2025-07-11 12:36:40 -07:00
spark.h perf spark: Fix includes and add SPDX 2025-07-11 12:36:40 -07:00
srccode.c perf fncache: Switch to using hashmap 2025-05-13 16:36:22 -03:00
srccode.h
srcline.c perf srcline: Fallback between addr2line implementations 2025-10-06 16:47:49 -03:00
srcline.h perf srcline: Fallback between addr2line implementations 2025-10-06 16:47:49 -03:00
stat-display.c perf stat: Move metric list from config to evlist 2025-07-11 12:36:40 -07:00
stat-shadow.c perf stat: Remove duplicated include in stat-shadow.c 2025-07-23 10:48:29 -07:00
stat.c perf stat: Move create_perf_stat_counter() to builtin-stat.c 2025-10-03 16:49:51 -03:00
stat.h perf stat: Move create_perf_stat_counter() to builtin-stat.c 2025-10-03 16:49:51 -03:00
strbuf.c
strbuf.h
stream.c
stream.h
strfilter.c
strfilter.h
string.c
string2.h
strlist.c
strlist.h
svghelper.c
svghelper.h
symbol-elf.c perf libbfd: Move libbfd functionality to its own file 2025-10-02 15:39:44 -03:00
symbol-minimal.c perf symbol-minimal: Be more defensive when reading build IDs 2025-10-02 15:01:26 -03:00
symbol.c perf symbols: Handle '1' symbols in /proc/kallsyms 2025-11-03 14:54:31 -03:00
symbol.h perf symbol: Add blocking argument to filename__read_build_id 2025-08-25 15:07:18 -07:00
symbol_conf.h perf record: Make --buildid-mmap the default 2025-07-25 10:37:56 -07:00
symbol_fprintf.c
symsrc.h
synthetic-events.c perf symbol: Add blocking argument to filename__read_build_id 2025-08-25 15:07:18 -07:00
synthetic-events.h perf record: collect BPF metadata from new programs 2025-06-20 14:48:49 -07:00
syscalltbl.c
syscalltbl.h
target.c perf target: Remove uid from target 2025-06-09 11:18:18 -07:00
target.h perf target: Remove uid from target 2025-06-09 11:18:18 -07:00
term.c
term.h
thread-stack.c
thread-stack.h
thread.c perf thread: Ensure comm_lock held for comm_list 2025-06-11 13:40:31 -07:00
thread.h perf thread: Ensure comm_lock held for comm_list 2025-06-11 13:40:31 -07:00
thread_map.c perf thread_map: Remove uid options 2025-06-09 11:18:18 -07:00
thread_map.h perf thread_map: Remove uid options 2025-06-09 11:18:18 -07:00
threads.c
threads.h
time-utils.c
time-utils.h
tool.c perf session: Add accessor for session->header.env 2025-07-25 10:37:56 -07:00
tool.h perf tools: display the new PERF_RECORD_BPF_METADATA event 2025-06-20 14:48:56 -07:00
tool_pmu.c perf tools: Remove a pointless check 2025-09-19 12:14:30 -03:00
tool_pmu.h perf tool_pmu: Allow num_cpus(_online) to be specific to a cpumask 2025-07-24 13:41:35 -07:00
top.c perf top: Switch user option to use BPF filter 2025-06-09 11:18:18 -07:00
top.h perf top: Switch user option to use BPF filter 2025-06-09 11:18:18 -07:00
topdown.c
topdown.h
tp_pmu.c perf tp_pmu: Remove unnecessary check 2025-09-03 12:34:55 -03:00
tp_pmu.h perf tp_pmu: Add event APIs 2025-07-26 16:31:43 -07:00
trace-event-info.c
trace-event-parse.c
trace-event-read.c
trace-event-scripting.c
trace-event.c
trace-event.h
trace.h perf trace: Add --max-summary option 2025-09-19 12:14:29 -03:00
trace_augment.h perf trace: Split BPF skel code to util/bpf_trace_augment.c 2025-06-26 10:31:05 -07:00
tracepoint.c
tracepoint.h
trigger.h
tsc.c
tsc.h
units.c
units.h
unwind-libdw.c perf unwind-libdw: skip non-regular files 2025-06-24 10:27:50 -07:00
unwind-libdw.h
unwind-libunwind-local.c
unwind-libunwind.c
unwind.h
usage.c
util.c
util.h
values.c
values.h
vdso.c
vdso.h
zlib.c perf util: Fix compression checks returning -1 as bool 2025-09-12 15:41:57 -03:00
zstd.c