Home
last modified time | relevance | path

Searched refs:is_kernel_module (Results 1 – 7 of 7) 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.c478 is_kernel_module(dso__long_name(dso), PERF_RECORD_MISC_CPUMODE_UNKNOWN)) in dsos__find_kernel_dso_cb()
H A Ddso.h687 bool is_kernel_module(const char *pathname, int cpumode);
H A Dbuild-id.c360 in_kernel = dso__kernel(dso) || is_kernel_module(name, PERF_RECORD_MISC_CPUMODE_UNKNOWN); in machine__write_buildid_table()
H A Ddso.c291 bool is_kernel_module(const char *pathname, int cpumode) in is_kernel_module() function
H A Dmachine.c
/linux/tools/perf/
H A Dbuiltin-inject.c1149 is_kernel_module(dso__long_name(dso), PERF_RECORD_MISC_CPUMODE_UNKNOWN); in dso__is_in_kernel_space()