Home
last modified time | relevance | path

Searched defs:symbol_id (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/scripts/python/
H A Dexport-to-postgresql.py1017 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 Dpyperf.h189 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...]