Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Ddsos.c15 static int __dso_id__cmp(struct dso_id *a, struct dso_id *b) in __dso_id__cmp()
43 static bool dso_id__empty(struct dso_id *id) in dso_id__empty()
51 static void dso__inject_id(struct dso *dso, struct dso_id *id) in dso__inject_id()
59 static int dso_id__cmp(struct dso_id *a, struct dso_id *b) in dso_id__cmp()
109 static int __dso__cmp_long_name(const char *long_name, struct dso_id *id, struct dso *b) in __dso__cmp_long_name()
115 static int __dso__cmp_short_name(const char *short_name, struct dso_id *id, struct dso *b) in __dso__cmp_short_name()
132 const char *name, struct dso_id *id) in __dsos__findnew_link_by_longname_id()
219 static struct dso *__dsos__find_id(struct dsos *dsos, const char *name, struct dso_id *id, bool cmp… in __dsos__find_id()
269 static struct dso *__dsos__addnew_id(struct dsos *dsos, const char *name, struct dso_id *id) in __dsos__addnew_id()
287 static struct dso *__dsos__findnew_id(struct dsos *dsos, const char *name, struct dso_id *id) in __dsos__findnew_id()
[all …]
H 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);
H A Ddso.h131 struct dso_id { struct
217 struct dso_id id;
242 struct dso *dso__new_id(const char *name, struct dso_id *id);
H A Dmap.h166 struct dso_id;
170 u64 pgoff, struct dso_id *id, u32 prot, u32 flags,
H A Dmachine.h14 struct dso_id;
227 struct dso *machine__findnew_dso_id(struct machine *machine, const char *filename, struct dso_id *i…
H A Ddso.c1242 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()
1313 struct dso *dso__new_id(const char *name, struct dso_id *id) in dso__new_id()
H A Dmap.c119 u64 pgoff, struct dso_id *id, in map__new()
H A Dmachine.c1932 struct dso_id dso_id = { in machine__process_mmap2_event() local
1971 &dso_id, event->mmap2.prot, in machine__process_mmap2_event()
3368 struct dso *machine__findnew_dso_id(struct machine *machine, const char *filename, struct dso_id *i… in machine__findnew_dso_id()
H A Dsynthetic-events.c374 struct dso_id id; in perf_record_mmap2__read_build_id()
/openbmc/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
1014 value = struct.pack(fmt, 5, 8, dso_id, 8, machine_id, n1, short_name, n2, long_name, n3, build_id)
1017 def symbol_table(symbol_id, dso_id, sym_start, sym_end, binding, symbol_name, *x): argument
1021 …value = struct.pack(fmt, 6, 8, symbol_id, 8, dso_id, 8, sym_start, 8, sym_end, 4, binding, n, symb…
1031 def sample_table(sample_id, evsel_id, machine_id, thread_id, comm_id, dso_id, symbol_id, sym_offset… argument
1033 …, 8, sample_id, 8, evsel_id, 8, machine_id, 8, thread_id, 8, comm_id, 8, dso_id, 8, symbol_id, 8, …
1035 …, 8, sample_id, 8, evsel_id, 8, machine_id, 8, thread_id, 8, comm_id, 8, dso_id, 8, symbol_id, 8, …
/openbmc/linux/tools/perf/
H A Dbuiltin-inject.c414 struct dso_id *id, struct machine *machine) in findnew_dso()
533 struct dso_id dso_id = { in perf_event__repipe_buildid_mmap2() local
555 event->mmap2.filename, &dso_id, machine); in perf_event__repipe_buildid_mmap2()