Searched defs:symbol_id (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/tools/perf/scripts/python/ |
D | export-to-postgresql.py | 1017 def symbol_table(symbol_id, dso_id, sym_start, sym_end, binding, symbol_name, *x): argument 1031 def sample_table(sample_id, evsel_id, machine_id, thread_id, comm_id, dso_id, symbol_id, sym_offset… argument 1038 def call_path_table(cp_id, parent_id, symbol_id, ip, *x): argument
|
/linux-6.12.1/tools/testing/selftests/bpf/progs/ |
D | pyperf.h | 189 int32_t *symbol_id = bpf_map_lookup_elem(&symbolmap, sym); in process_frame_callback() local 317 int32_t *symbol_id = bpf_map_lookup_elem(&symbolmap, &sym); local
|