Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/util/
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()
110 static int __dso__cmp_long_name(const char *long_name, struct dso_id *id, struct dso *b) in __dso__cmp_long_name()
116 static int __dso__cmp_short_name(const char *short_name, struct dso_id *id, struct dso *b) in __dso__cmp_short_name()
133 const char *name, struct dso_id *id) in __dsos__findnew_link_by_longname_id()
220 static struct dso *__dsos__find_id(struct dsos *dsos, const char *name, struct dso_id *id, bool cmp… in __dsos__find_id()
270 static struct dso *__dsos__addnew_id(struct dsos *dsos, const char *name, struct dso_id *id) in __dsos__addnew_id()
288 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 Dmap.h98 struct dso_id;
102 u64 pgoff, struct dso_id *id, u32 prot, u32 flags,
A Ddso.h131 struct dso_id { struct
216 struct dso_id id;
241 struct dso *dso__new_id(const char *name, struct dso_id *id);
A Dmachine.h14 struct dso_id;
227 struct dso *machine__findnew_dso_id(struct machine *machine, const char *filename, struct dso_id *i…
A Dmap.c120 u64 pgoff, struct dso_id *id, in map__new()
A Ddso.c1202 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()
1273 struct dso *dso__new_id(const char *name, struct dso_id *id) in dso__new_id()
A Dmachine.c1866 struct dso_id dso_id = { in machine__process_mmap2_event() local
1905 &dso_id, event->mmap2.prot, in machine__process_mmap2_event()
3289 struct dso *machine__findnew_dso_id(struct machine *machine, const char *filename, struct dso_id *i… in machine__findnew_dso_id()
A Dsynthetic-events.c374 struct dso_id id; in perf_record_mmap2__read_build_id()
/linux-6.3-rc2/tools/perf/scripts/python/
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, …
/linux-6.3-rc2/tools/perf/
A Dbuiltin-inject.c405 struct dso_id *id, struct machine *machine) in findnew_dso()
524 struct dso_id dso_id = { in perf_event__repipe_buildid_mmap2() local
546 event->mmap2.filename, &dso_id, machine); in perf_event__repipe_buildid_mmap2()

Completed in 30 milliseconds