Home
last modified time | relevance | path

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

/tools/perf/util/
Dprobe-event.c112 static struct map *kernel_get_module_map(const char *module) in kernel_get_module_map()
134 static struct dso *kernel_get_module_dso(const char *module) in kernel_get_module_dso()
167 const char *kernel_get_module_path(const char *module) in kernel_get_module_path()
175 static struct debuginfo *open_debuginfo(const char *module) in open_debuginfo()
238 int ntevs, const char *module) in add_module_to_probe_trace_events()
430 int show_line_range(struct line_range *lr, const char *module) in show_line_range()
568 int max_vls, const char *module, in show_available_vars()
Dprobe-event.h13 char *module; /* Module name */ member
Dpython.c1007 PyObject *dict, *module = Py_InitModule("perf", perf__methods); in initperf() local
Dsymbol.c672 char *module; in dso__split_kallsyms() local