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