Home
last modified time | relevance | path

Searched refs:is_kernel_module (Results 1 – 6 of 6) 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.c459 * The cpumode passed to is_kernel_module is not the cpumode of *this* in dsos__findnew_module_dso()
460 * event. If we insist on passing correct cpumode to is_kernel_module, in dsos__findnew_module_dso()
469 * is_kernel_module() treats it as a kernel cpumode. in dsos__find_kernel_dso_cb()
472 is_kernel_module(dso__long_name(dso), PERF_RECORD_MISC_CPUMODE_UNKNOWN)) in dsos__find_kernel_dso_cb()
H A Ddso.h789 bool is_kernel_module(const char *pathname, int cpumode);
H A Dbuild-id.c343 in_kernel = dso__kernel(dso) || is_kernel_module(name, PERF_RECORD_MISC_CPUMODE_UNKNOWN); in machine__write_buildid_table_cb()
H A Ddso.c295 bool is_kernel_module(const char *pathname, int cpumode) in is_kernel_module() function
/linux/tools/perf/
H A Dbuiltin-inject.c1405 is_kernel_module(dso__long_name(dso), PERF_RECORD_MISC_CPUMODE_UNKNOWN); in dso__is_in_kernel_space()