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