Home
last modified time | relevance | path

Searched refs:is_kernel_module (Results 1 – 5 of 5) sorted by relevance

/linux/tools/perf/tests/
H A Dkmod-path.c38 (!!is_kernel_module(path, cpumode)) == (!!expect)); in test_is_kernel_module()
/linux/tools/perf/util/
H A Ddsos.c483 is_kernel_module(dso__long_name(dso), PERF_RECORD_MISC_CPUMODE_UNKNOWN)) in dsos__find_kernel_dso_cb()
H A Ddso.h758 bool is_kernel_module(const char *pathname, int cpumode);
H A Ddso.c294 bool is_kernel_module(const char *pathname, int cpumode) in is_kernel_module() function
/linux/tools/perf/
H A Dbuiltin-inject.c1330 is_kernel_module(dso__long_name(dso), PERF_RECORD_MISC_CPUMODE_UNKNOWN); in dso__is_in_kernel_space()