Home
last modified time | relevance | path

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

/linux-2.6.39/tools/perf/util/
Dsymbol.h134 struct dso { struct
138 enum dso_kernel_type kernel; argument
156 struct dso *dso__new(const char *name); argument
Dannotate.c261 struct dso *dso = map->dso; in symbol__annotate() local
482 struct dso *dso = map->dso; in symbol__annotate_printf() local
581 struct dso *dso = map->dso; in symbol__tty_annotate() local
Dsymbol.c507 struct dso *dso; member
621 struct dso *dso; in dso__split_kallsyms() local
1735 static struct map *map__new2(u64 start, struct dso *dso, enum map_type type) in map__new2()
1753 struct dso *dso = __dsos__findnew(&self->kernel_dsos, filename); in machine__new_module() local
2049 static void dsos__add(struct list_head *head, struct dso *dso) in dsos__add()
2066 struct dso *dso = dsos__find(head, name); in __dsos__findnew() local
Dmap.c22 u64 start, u64 end, u64 pgoff, struct dso *dso) in map__init()
44 struct dso *dso; in map__new() local
Dmap.h42 struct dso *dso; member
Dheader.c288 static int dso__cache_build_id(struct dso *dso, const char *debugdir) in dso__cache_build_id()
651 struct dso *dso; in __event_process_build_id() local
Dprobe-event.c135 struct dso *dso; in kernel_get_module_dso() local
168 struct dso *dso = kernel_get_module_dso(module); in kernel_get_module_path() local
Dhist.c922 void hists__filter_by_dso(struct hists *self, const struct dso *dso) in hists__filter_by_dso()
/linux-2.6.39/tools/perf/util/ui/browsers/
Dhists.c785 const char *ev_name, const struct dso *dso, in hists__browser_title()
831 const struct dso *dso = NULL; in perf_evsel__hists_browse() local