Searched refs:dso_id (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/tools/perf/scripts/python/ |
D | export-to-postgresql.py | 409 def dso_table(dso_id, machine_id, short_name, long_name, build_id, *x): argument 414 value = struct.pack(fmt, 5, 8, dso_id, 8, machine_id, n1, short_name, n2, long_name, n3, build_id) 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 …, 8, sample_id, 8, evsel_id, 8, machine_id, 8, thread_id, 8, comm_id, 8, dso_id, 8, symbol_id, 8, … 433 …, 8, sample_id, 8, evsel_id, 8, machine_id, 8, thread_id, 8, comm_id, 8, dso_id, 8, symbol_id, 8, …
|