Home
last modified time | relevance | path

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

/tools/perf/util/
Dprobe-event.c158 static struct map *kernel_get_module_map(const char *module) in kernel_get_module_map()
267 static char *find_module_name(const char *module) in find_module_name()
323 static int kernel_get_module_dso(const char *module, struct dso **pdso) in kernel_get_module_dso()
456 static struct debuginfo *open_debuginfo(const char *module, bool silent) in open_debuginfo()
495 static struct debuginfo *debuginfo_cache__open(const char *module, bool silent) in debuginfo_cache__open()
703 int ntevs, const char *module, in post_process_module_probe_trace_events()
793 int ntevs, const char *module, in post_process_probe_trace_events()
930 static int __show_line_range(struct line_range *lr, const char *module, in __show_line_range()
1018 int show_line_range(struct line_range *lr, const char *module, bool user) in show_line_range()
2412 const char *module, in perf_probe_event__sprintf()
[all …]
Dprobe-event.h25 char *module; /* Module name */ member
Dsymbol.c662 char *module; in dso__split_kallsyms_for_kcore() local
715 char *module; in dso__split_kallsyms() local
Dpython.c1201 PyObject *dict, *module = Py_InitModule("perf", perf__methods); in initperf() local