Searched defs:module (Results 1 – 7 of 7) sorted by relevance
/tools/objtool/ |
D | builtin-check.c | 21 bool no_fp, no_unreachable, retpoline, module, backtrace, uaccess, stats, variable
|
/tools/perf/util/ |
D | probe-event.c | 151 static struct map *kernel_get_module_map(const char *module) in kernel_get_module_map() 269 static char *find_module_name(const char *module) in find_module_name() 325 static int kernel_get_module_dso(const char *module, struct dso **pdso) in kernel_get_module_dso() 508 static struct debuginfo *open_debuginfo(const char *module, struct nsinfo *nsi, in open_debuginfo() 558 static struct debuginfo *debuginfo_cache__open(const char *module, bool silent) in debuginfo_cache__open() 771 int ntevs, const char *module, in post_process_module_probe_trace_events() 869 int ntevs, const char *module, in post_process_probe_trace_events() 1007 static int __show_line_range(struct line_range *lr, const char *module, in __show_line_range() 1101 int show_line_range(struct line_range *lr, const char *module, in show_line_range() 2538 const char *module, in perf_probe_event__sprintf() [all …]
|
D | bpf-event.c | 342 char *module, *name; in kallsyms_process_symbol() local
|
D | probe-event.h | 32 char *module; /* Module name */ member
|
D | python.c | 1313 PyObject *module = Py_InitModule("perf", perf__methods); in initperf() local 1326 PyObject *module = PyModule_Create(&moduledef); in initperf() local
|
D | symbol.c | 764 char *module; in maps__split_kallsyms_for_kcore() local 822 char *module; in maps__split_kallsyms() local
|
/tools/testing/selftests/bpf/progs/ |
D | strobemeta.h | 265 uint64_t module; member
|