Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Ddso.h197 struct dso_id { struct
199 struct {
206 bool mmap2_valid;
211 bool mmap2_ino_generation_valid;
216 struct build_id build_id;
H A Djitdump.c537 struct dso_id dso_id = { in jit_repipe_code_load() local
H A Ddso.c1514 struct dso_id *dso_id = dso__id(dso); in __dso__improve_id() local
H A Dsynthetic-events.c375 struct dso_id dso_id = dso_id_empty; in perf_record_mmap2__read_build_id() local
H A Dsort.c1756 const struct dso_id *dso_id = dso__id_const(l_dso); sort__dcacheline_cmp() local
1794 const struct dso_id *dso_id = dso ? dso__id_const(dso) : &dso_id_empty; hist_entry__dcacheline_snprintf() local
[all...]
H A Dmachine.c1734 struct dso_id dso_id = dso_id_empty; in machine__process_mmap2_event() local
/linux/tools/perf/scripts/python/
H A Dexport-to-postgresql.py1006 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/tools/perf/
H A Dbuiltin-report.c865 snprintf(buf, sizeof(buf), "%" PRIu64, dso_id->ino); in maps__fprintf_task_cb() local
H A Dbuiltin-inject.c547 perf_event__repipe_common_mmap(const struct perf_tool * tool,union perf_event * event,struct perf_sample * sample,struct machine * machine,__u32 pid,__u32 tid,__u64 start,__u64 len,__u64 pgoff,__u32 flags,__u32 prot,const char * filename,const struct dso_id * dso_id,int (* perf_event_process)(const struct perf_tool * tool,union perf_event * event,struct perf_sample * sample,struct machine * machine)) perf_event__repipe_common_mmap() argument