Searched refs:is_kernel_module (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/perf/tests/
H A Dkmod-path.c37 TEST_ASSERT_VAL("is_kernel_module",
38 (!!is_kernel_module(path, cpumode)) == (!!expect));
39 pr_debug("%s (cpumode: %d) - is_kernel_module: %s\n",
/linux-master/tools/perf/util/
H A Ddso.h289 bool is_kernel_module(const char *pathname, int cpumode);
H A Dbuild-id.c363 is_kernel_module(name,
H A Ddso.c285 bool is_kernel_module(const char *pathname, int cpumode) function
291 "Internal error: passing unmasked cpumode (%x) to is_kernel_module",
H A Dmachine.c1703 * The cpumode passed to is_kernel_module is not the
1705 * correct cpumode to is_kernel_module, we should
1715 * is_kernel_module() treats it as a kernel cpumode.
1719 is_kernel_module(dso->long_name,
/linux-master/tools/perf/
H A Dbuiltin-inject.c1150 is_kernel_module(dso->long_name, PERF_RECORD_MISC_CPUMODE_UNKNOWN);

Completed in 140 milliseconds