Searched refs:symbol_id (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/tools/perf/scripts/python/ |
D | export-to-postgresql.py | 417 def symbol_table(symbol_id, dso_id, sym_start, sym_end, binding, symbol_name, *x): argument 420 …value = struct.pack(fmt, 6, 8, symbol_id, 8, dso_id, 8, sym_start, 8, sym_end, 4, binding, n, symb… 429 def sample_table(sample_id, evsel_id, machine_id, thread_id, comm_id, dso_id, symbol_id, sym_offset… argument 431 …id, 8, evsel_id, 8, machine_id, 8, thread_id, 8, comm_id, 8, dso_id, 8, symbol_id, 8, sym_offset, … 433 …id, 8, evsel_id, 8, machine_id, 8, thread_id, 8, comm_id, 8, dso_id, 8, symbol_id, 8, sym_offset, … 436 def call_path_table(cp_id, parent_id, symbol_id, ip, *x): argument 438 value = struct.pack(fmt, 4, 8, cp_id, 8, parent_id, 8, symbol_id, 8, ip)
|
/linux-4.1.27/drivers/isdn/hardware/eicon/ |
D | dsp_defs.h | 148 word symbol_id; member
|