Searched refs:dso_id (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/tools/perf/scripts/python/ |
D | export-to-postgresql.py | 699 def dso_table(dso_id, machine_id, short_name, long_name, build_id, *x): argument 704 value = struct.pack(fmt, 5, 8, dso_id, 8, machine_id, n1, short_name, n2, long_name, n3, build_id) 707 def symbol_table(symbol_id, dso_id, sym_start, sym_end, binding, symbol_name, *x): argument 710 …value = struct.pack(fmt, 6, 8, symbol_id, 8, dso_id, 8, sym_start, 8, sym_end, 4, binding, n, symb… 719 def sample_table(sample_id, evsel_id, machine_id, thread_id, comm_id, dso_id, symbol_id, sym_offset… argument 721 …, 8, sample_id, 8, evsel_id, 8, machine_id, 8, thread_id, 8, comm_id, 8, dso_id, 8, symbol_id, 8, … 723 …, 8, sample_id, 8, evsel_id, 8, machine_id, 8, thread_id, 8, comm_id, 8, dso_id, 8, symbol_id, 8, …
|