Searched defs:symbol_id (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/tools/perf/scripts/python/ |
A 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.3-rc2/tools/testing/selftests/bpf/progs/ |
A D | pyperf.h | 187 int32_t *symbol_id = bpf_map_lookup_elem(&symbolmap, sym); in process_frame_callback() local 310 int32_t *symbol_id = bpf_map_lookup_elem(&symbolmap, &sym); in __on_event() local
|
Completed in 6 milliseconds