Home
last modified time | relevance | path

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

/tools/objtool/
Dbuiltin-check.c32 bool no_fp, no_unreachable, retpoline, module; variable
/tools/perf/util/
Dprobe-event.c162 static struct map *kernel_get_module_map(const char *module) in kernel_get_module_map()
279 static char *find_module_name(const char *module) in find_module_name()
335 static int kernel_get_module_dso(const char *module, struct dso **pdso) in kernel_get_module_dso()
469 static struct debuginfo *open_debuginfo(const char *module, struct nsinfo *nsi, in open_debuginfo()
512 static struct debuginfo *debuginfo_cache__open(const char *module, bool silent) in debuginfo_cache__open()
725 int ntevs, const char *module, in post_process_module_probe_trace_events()
817 int ntevs, const char *module, in post_process_probe_trace_events()
955 static int __show_line_range(struct line_range *lr, const char *module, in __show_line_range()
1043 int show_line_range(struct line_range *lr, const char *module, in show_line_range()
2430 const char *module, in perf_probe_event__sprintf()
[all …]
Dprobe-event.h28 char *module; /* Module name */ member
Dsymbol.c719 char *module; in dso__split_kallsyms_for_kcore() local
772 char *module; in dso__split_kallsyms() local
Dpython.c1216 PyObject *dict, *module = Py_InitModule("perf", perf__methods); in initperf() local