Searched defs:dso_id (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/tools/perf/util/ |
D | dso.h | 131 struct dso_id { struct 132 u32 maj; 133 u32 min; 134 u64 ino; 135 u64 ino_generation;
|
D | machine.c | 1860 struct dso_id dso_id = { in machine__process_mmap2_event() local
|
/linux-5.19.10/tools/perf/scripts/python/ |
D | export-to-postgresql.py | 1006 def dso_table(dso_id, machine_id, short_name, long_name, build_id, *x): argument 1017 def symbol_table(symbol_id, dso_id, sym_start, sym_end, binding, symbol_name, *x): argument 1031 def sample_table(sample_id, evsel_id, machine_id, thread_id, comm_id, dso_id, symbol_id, sym_offset… argument
|
/linux-5.19.10/tools/perf/ |
D | builtin-inject.c | 455 struct dso_id dso_id = { in perf_event__repipe_buildid_mmap2() local
|