Searched defs:symbol_id (Results 1 – 2 of 2) sorted by relevance
/linux/tools/perf/scripts/python/ |
H A D | export-to-postgresql.py | 1017 symbol_table(symbol_id, dso_id, sym_start, sym_end, binding, symbol_name, *x) global() argument 1031 sample_table(sample_id, evsel_id, machine_id, thread_id, comm_id, dso_id, symbol_id, sym_offset, ip, time, cpu, to_dso_id, to_symbol_id, to_sym_offset, to_ip, period, weight, transaction, data_src, branch_type, in_tx, call_path_id, insn_cnt, cyc_cnt, flags, *x) global() argument 1038 call_path_table(cp_id, parent_id, symbol_id, ip, *x) global() argument [all...] |
/linux/tools/testing/selftests/bpf/progs/ |
H A 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 [all...] |