Searched defs:dso_id (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.15/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 | 1751 	struct dso_id dso_id = {  in machine__process_mmap2_event()  local
  | 
| /Linux-v5.15/tools/perf/scripts/python/ | 
| D | export-to-postgresql.py | 1003 def dso_table(dso_id, machine_id, short_name, long_name, build_id, *x):  argument 1014 def symbol_table(symbol_id, dso_id, sym_start, sym_end, binding, symbol_name, *x):  argument 1028 def sample_table(sample_id, evsel_id, machine_id, thread_id, comm_id, dso_id, symbol_id, sym_offset…  argument
  | 
| /Linux-v5.15/tools/perf/ | 
| D | builtin-inject.c | 449 	struct dso_id dso_id = {  in perf_event__repipe_buildid_mmap2()  local
  |