Home
last modified time | relevance | path

Searched refs:PERF_RECORD_MISC_CPUMODE_UNKNOWN (Results 1 – 7 of 7) sorted by relevance

/linux/tools/perf/tests/
H A Dkmod-path.c57 M("/xxxx/xxxx/x-x.ko", PERF_RECORD_MISC_CPUMODE_UNKNOWN, true); in test__kmod_path__parse()
67 M("/xxxx/xxxx/x.ko.gz", PERF_RECORD_MISC_CPUMODE_UNKNOWN, true); in test__kmod_path__parse()
76 M("/xxxx/xxxx/x.gz", PERF_RECORD_MISC_CPUMODE_UNKNOWN, false); in test__kmod_path__parse()
85 M("x.gz", PERF_RECORD_MISC_CPUMODE_UNKNOWN, false); in test__kmod_path__parse()
94 M("x.ko.gz", PERF_RECORD_MISC_CPUMODE_UNKNOWN, true); in test__kmod_path__parse()
104 M("[test_module]", PERF_RECORD_MISC_CPUMODE_UNKNOWN, true); in test__kmod_path__parse()
113 M("[test.module]", PERF_RECORD_MISC_CPUMODE_UNKNOWN, true); in test__kmod_path__parse()
122 M("[vdso]", PERF_RECORD_MISC_CPUMODE_UNKNOWN, false); in test__kmod_path__parse()
130 M("[vdso32]", PERF_RECORD_MISC_CPUMODE_UNKNOWN, false); in test__kmod_path__parse()
138 M("[vdsox32]", PERF_RECORD_MISC_CPUMODE_UNKNOWN, false); in test__kmod_path__parse()
[all …]
/linux/include/uapi/linux/
H A Dperf_event.h763 #define PERF_RECORD_MISC_CPUMODE_UNKNOWN (0 << 0) macro
/linux/tools/include/uapi/linux/
H A Dperf_event.h763 #define PERF_RECORD_MISC_CPUMODE_UNKNOWN (0 << 0) macro
/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 Dbuild-id.c328 in_kernel = dso__kernel(dso) || is_kernel_module(name, PERF_RECORD_MISC_CPUMODE_UNKNOWN); in machine__write_buildid_table_cb()
H A Ds390-cpumsf.c511 .cpumode = PERF_RECORD_MISC_CPUMODE_UNKNOWN, in s390_cpumsf_make_event()
/linux/tools/perf/
H A Dbuiltin-inject.c1324 is_kernel_module(dso__long_name(dso), PERF_RECORD_MISC_CPUMODE_UNKNOWN); in dso__is_in_kernel_space()