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

/linux-master/tools/perf/util/
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 Ddsos.c15 static int __dso_id__cmp(struct dso_id *a, struct dso_id *b)
43 static bool dso_id__empty(struct dso_id *id)
51 static void dso__inject_id(struct dso *dso, struct dso_id *id)
59 static int dso_id__cmp(struct dso_id *a, struct dso_id *b)
109 static int __dso__cmp_long_name(const char *long_name, struct dso_id *id, struct dso *b)
115 static int __dso__cmp_short_name(const char *short_name, struct dso_id *id, struct dso *b)
132 const char *name, struct dso_id *id)
214 static struct dso *__dsos__findnew_by_longname_id(struct rb_root *root, const char *name, struct dso_id *i
[all...]
H A Ddso.h131 struct dso_id { struct
221 struct dso_id id;
246 struct dso *dso__new_id(const char *name, struct dso_id *id);
H A Dmap.h169 struct dso_id;
173 u64 pgoff, struct dso_id *id, u32 prot, u32 flags,
H A Dmachine.h15 struct dso_id;
210 struct dso *machine__findnew_dso_id(struct machine *machine, const char *filename, struct dso_id *id);
H A Dmap.c118 u64 pgoff, struct dso_id *id,
H A Ddso.c1244 static void dso__set_long_name_id(struct dso *dso, const char *name, struct dso_id *id, bool name_allocated)
1315 struct dso *dso__new_id(const char *name, struct dso_id *id)
H A Dmachine.c1784 struct dso_id dso_id = { local
1823 &dso_id, event->mmap2.prot,
3203 struct dso *machine__findnew_dso_id(struct machine *machine, const char *filename, struct dso_id *id)
H A Dsynthetic-events.c374 struct dso_id id;
/linux-master/tools/perf/scripts/python/
H A Dexport-to-postgresql.py205 # print " id ip symbol_id symbol dso_id dso_short_name"
372 'dso_id bigint,'
388 'dso_id bigint,'
411 'dso_id bigint,'
520 '(SELECT short_name FROM dsos WHERE id=dso_id) AS dso,'
521 'dso_id,'
553 '(SELECT dso_id FROM symbols WHERE id = c.symbol_id) AS dso_id,'
559 '(SELECT dso_id FROM symbols WHERE id = p.symbol_id) AS parent_dso_id,'
600 '(SELECT short_name FROM dsos WHERE id = dso_id) A
[all...]
/linux-master/tools/perf/
H A Dbuiltin-inject.c414 struct dso_id *id, struct machine *machine)
533 struct dso_id dso_id = { local
542 /* cannot use dso_id since it'd have invalid info */
555 event->mmap2.filename, &dso_id, machine);

Completed in 163 milliseconds