Home
last modified time | relevance | path

Searched defs:dso_id (Results 1 – 4 of 4) sorted by relevance

/linux/tools/perf/util/
A Ddso.h131 struct dso_id { struct
132 u32 maj;
133 u32 min;
134 u64 ino;
135 u64 ino_generation;
A Dmachine.c1759 struct dso_id dso_id = { in machine__process_mmap2_event() local
/linux/tools/perf/scripts/python/
A Dexport-to-postgresql.py1003 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/tools/perf/
A Dbuiltin-inject.c449 struct dso_id dso_id = { in perf_event__repipe_buildid_mmap2() local

Completed in 15 milliseconds