Home
last modified time | relevance | path

Searched defs:module (Results 1 – 4 of 4) sorted by relevance

/tools/perf/util/
Dprobe-event.c166 static struct map *kernel_get_module_map(const char *module) in kernel_get_module_map()
274 static int kernel_get_module_dso(const char *module, struct dso **pdso) in kernel_get_module_dso()
407 static struct debuginfo *open_debuginfo(const char *module, bool silent) in open_debuginfo()
446 static struct debuginfo *debuginfo_cache__open(const char *module, bool silent) in debuginfo_cache__open()
587 int ntevs, const char *module) in add_module_to_probe_trace_events()
621 int ntevs, const char *module, in post_process_probe_trace_events()
791 static int __show_line_range(struct line_range *lr, const char *module, in __show_line_range()
879 int show_line_range(struct line_range *lr, const char *module, bool user) in show_line_range()
2170 const char *module, in perf_probe_event__sprintf()
2209 const char *module, bool use_stdout) in show_perf_probe_event()
Dprobe-event.h24 char *module; /* Module name */ member
Dsymbol.c672 char *module; in dso__split_kallsyms_for_kcore() local
726 char *module; in dso__split_kallsyms() local
Dpython.c1084 PyObject *dict, *module = Py_InitModule("perf", perf__methods); in initperf() local