Home
last modified time | relevance | path

Searched refs:dso_id (Results 1 – 10 of 10) sorted by relevance

/linux/tools/perf/util/
A Ddsos.c12 static int __dso_id__cmp(struct dso_id *a, struct dso_id *b) in __dso_id__cmp()
29 static bool dso_id__empty(struct dso_id *id) in dso_id__empty()
37 static void dso__inject_id(struct dso *dso, struct dso_id *id) in dso__inject_id()
45 static int dso_id__cmp(struct dso_id *a, struct dso_id *b) in dso_id__cmp()
86 static int __dso__cmp_long_name(const char *long_name, struct dso_id *id, struct dso *b) in __dso__cmp_long_name()
92 static int __dso__cmp_short_name(const char *short_name, struct dso_id *id, struct dso *b) in __dso__cmp_short_name()
109 const char *name, struct dso_id *id) in __dsos__findnew_link_by_longname_id()
196 static struct dso *__dsos__find_id(struct dsos *dsos, const char *name, struct dso_id *id, bool cmp… in __dsos__find_id()
246 static struct dso *__dsos__addnew_id(struct dsos *dsos, const char *name, struct dso_id *id) in __dsos__addnew_id()
264 static struct dso *__dsos__findnew_id(struct dsos *dsos, const char *name, struct dso_id *id) in __dsos__findnew_id()
[all …]
A Ddsos.h12 struct dso_id;
29 struct dso *dsos__findnew_id(struct dsos *dsos, const char *name, struct dso_id *id);
32 const char *name, struct dso_id *id);
A Ddso.h131 struct dso_id { struct
213 struct dso_id id;
232 struct dso *dso__new_id(const char *name, struct dso_id *id);
A Dmap.h106 struct dso_id;
110 u64 pgoff, struct dso_id *id, u32 prot, u32 flags,
A Dmachine.h14 struct dso_id;
216 struct dso *machine__findnew_dso_id(struct machine *machine, const char *filename, struct dso_id *i…
A Ddso.c1186 static void dso__set_long_name_id(struct dso *dso, const char *name, struct dso_id *id, bool name_a… in dso__set_long_name_id()
1257 struct dso *dso__new_id(const char *name, struct dso_id *id) in dso__new_id()
A Dmachine.c1759 struct dso_id dso_id = { in machine__process_mmap2_event() local
1798 &dso_id, event->mmap2.prot, in machine__process_mmap2_event()
3149 struct dso *machine__findnew_dso_id(struct machine *machine, const char *filename, struct dso_id *i… in machine__findnew_dso_id()
A Dmap.c131 u64 pgoff, struct dso_id *id, in map__new()
/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
1011 value = struct.pack(fmt, 5, 8, dso_id, 8, machine_id, n1, short_name, n2, long_name, n3, build_id)
1014 def symbol_table(symbol_id, dso_id, sym_start, sym_end, binding, symbol_name, *x): argument
1018 …value = struct.pack(fmt, 6, 8, symbol_id, 8, dso_id, 8, sym_start, 8, sym_end, 4, binding, n, symb…
1028 def sample_table(sample_id, evsel_id, machine_id, thread_id, comm_id, dso_id, symbol_id, sym_offset… argument
1030 …, 8, sample_id, 8, evsel_id, 8, machine_id, 8, thread_id, 8, comm_id, 8, dso_id, 8, symbol_id, 8, …
1032 …, 8, sample_id, 8, evsel_id, 8, machine_id, 8, thread_id, 8, comm_id, 8, dso_id, 8, symbol_id, 8, …
/linux/tools/perf/
A Dbuiltin-inject.c332 struct dso_id *id, struct machine *machine) in findnew_dso()
449 struct dso_id dso_id = { in perf_event__repipe_buildid_mmap2() local
470 event->mmap2.filename, &dso_id, machine); in perf_event__repipe_buildid_mmap2()

Completed in 27 milliseconds