Home
last modified time | relevance | path

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

/tools/perf/tests/
Dkmod-path.c61 M("/xxxx/xxxx/x-x.ko", PERF_RECORD_MISC_CPUMODE_UNKNOWN, true); in test__kmod_path__parse()
71 M("/xxxx/xxxx/x.ko.gz", PERF_RECORD_MISC_CPUMODE_UNKNOWN, true); in test__kmod_path__parse()
80 M("/xxxx/xxxx/x.gz", PERF_RECORD_MISC_CPUMODE_UNKNOWN, false); in test__kmod_path__parse()
89 M("x.gz", PERF_RECORD_MISC_CPUMODE_UNKNOWN, false); in test__kmod_path__parse()
98 M("x.ko.gz", PERF_RECORD_MISC_CPUMODE_UNKNOWN, true); in test__kmod_path__parse()
108 M("[test_module]", PERF_RECORD_MISC_CPUMODE_UNKNOWN, true); in test__kmod_path__parse()
117 M("[test.module]", PERF_RECORD_MISC_CPUMODE_UNKNOWN, true); in test__kmod_path__parse()
126 M("[vdso]", PERF_RECORD_MISC_CPUMODE_UNKNOWN, false); in test__kmod_path__parse()
135 M("[vsyscall]", PERF_RECORD_MISC_CPUMODE_UNKNOWN, false); in test__kmod_path__parse()
144 M("[kernel.kallsyms]", PERF_RECORD_MISC_CPUMODE_UNKNOWN, false); in test__kmod_path__parse()
/tools/include/uapi/linux/
Dperf_event.h603 #define PERF_RECORD_MISC_CPUMODE_UNKNOWN (0 << 0) macro
/tools/perf/util/
Dbuild-id.c352 PERF_RECORD_MISC_CPUMODE_UNKNOWN); in machine__write_buildid_table()
Dmachine.c1418 PERF_RECORD_MISC_CPUMODE_UNKNOWN)) in machine__process_kernel_mmap_event()