Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dperf_event.h661 #define PERF_RECORD_MISC_CPUMODE_UNKNOWN (0 << 0) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dperf_event.h632 #define PERF_RECORD_MISC_CPUMODE_UNKNOWN (0 << 0) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dperf_event.h632 #define PERF_RECORD_MISC_CPUMODE_UNKNOWN (0 << 0) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dperf_event.h661 #define PERF_RECORD_MISC_CPUMODE_UNKNOWN (0 << 0) macro
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dbuild-id.c360 PERF_RECORD_MISC_CPUMODE_UNKNOWN); in machine__write_buildid_table()
H A Ds390-cpumsf.c510 .cpumode = PERF_RECORD_MISC_CPUMODE_UNKNOWN, in s390_cpumsf_make_event()
H A Dmachine.c1667 PERF_RECORD_MISC_CPUMODE_UNKNOWN)) in machine__process_kernel_mmap_event()