Home
last modified time | relevance | path

Searched refs:PERF_RECORD_MISC_USER (Results 1 – 25 of 45) sorted by relevance

12

/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dkmod-path.c59 M("/xxxx/xxxx/x-x.ko", PERF_RECORD_MISC_USER, false); in test__kmod_path__parse()
69 M("/xxxx/xxxx/x.ko.gz", PERF_RECORD_MISC_USER, false); in test__kmod_path__parse()
78 M("/xxxx/xxxx/x.gz", PERF_RECORD_MISC_USER, false); in test__kmod_path__parse()
87 M("x.gz", PERF_RECORD_MISC_USER, false); in test__kmod_path__parse()
96 M("x.ko.gz", PERF_RECORD_MISC_USER, false); in test__kmod_path__parse()
106 M("[test_module]", PERF_RECORD_MISC_USER, false); in test__kmod_path__parse()
115 M("[test.module]", PERF_RECORD_MISC_USER, false); in test__kmod_path__parse()
124 M("[vdso]", PERF_RECORD_MISC_USER, false); in test__kmod_path__parse()
132 M("[vdso32]", PERF_RECORD_MISC_USER, false); in test__kmod_path__parse()
140 M("[vdsox32]", PERF_RECORD_MISC_USER, false); in test__kmod_path__parse()
[all …]
H A Dmmap-thread-lookup.c194 thread__find_map(thread, PERF_RECORD_MISC_USER, in mmap_events()
H A Dhists_common.c109 .cpumode = PERF_RECORD_MISC_USER, in setup_fake_machine()
H A Dhists_filter.c76 sample.cpumode = PERF_RECORD_MISC_USER; in add_hist_entries()
H A Dhists_link.c81 sample.cpumode = PERF_RECORD_MISC_USER; in add_hist_entries()
H A Dhists_cumulate.c99 sample.cpumode = PERF_RECORD_MISC_USER; in add_hist_entries()
H A Dhists_output.c65 sample.cpumode = PERF_RECORD_MISC_USER; in add_hist_entries()
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dperf_event.c100 flags = user_mode(regs) ? PERF_RECORD_MISC_USER in perf_misc_flags_sf()
118 return user_mode(regs) ? PERF_RECORD_MISC_USER in perf_misc_flags()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dunwind-libdw.c52 thread__find_symbol(ui->thread, PERF_RECORD_MISC_USER, ip, al); in __report_module()
138 if (!thread__find_map(ui->thread, PERF_RECORD_MISC_USER, addr, &al)) { in access_dso_mem()
H A Djitdump.c468 event->mmap2.header.misc = PERF_RECORD_MISC_USER; in jit_repipe_code_load()
497 sample.cpumode = PERF_RECORD_MISC_USER; in jit_repipe_code_load()
560 event->mmap2.header.misc = PERF_RECORD_MISC_USER; in jit_repipe_code_move()
589 sample.cpumode = PERF_RECORD_MISC_USER; in jit_repipe_code_move()
H A Dthread.c412 PERF_RECORD_MISC_USER, in thread__find_cpumode_addr_location()
439 u8 cpumode = PERF_RECORD_MISC_USER; in thread__memcpy()
H A Dunwind-libunwind-local.c370 return thread__find_map(ui->thread, PERF_RECORD_MISC_USER, ip, &al); in find_map()
578 e.ms.sym = thread__find_symbol(thread, PERF_RECORD_MISC_USER, ip, &al); in entry()
H A Devent.c555 } else if (cpumode == PERF_RECORD_MISC_USER && perf_host) { in thread__find_map()
571 if ((cpumode == PERF_RECORD_MISC_USER || in thread__find_map()
H A Dmachine.c2116 *cpumode = PERF_RECORD_MISC_USER; in add_callchain_ip()
2255 u8 cpumode = PERF_RECORD_MISC_USER; in lbr_callchain_add_kernel_ip()
2315 u8 cpumode = PERF_RECORD_MISC_USER; in lbr_callchain_add_lbr_ip()
2666 u8 cpumode = PERF_RECORD_MISC_USER; in thread__resolve_callchain_sample()
3074 case PERF_RECORD_MISC_USER: in machine__addr_cpumode()
3076 PERF_RECORD_MISC_USER; in machine__addr_cpumode()
H A Ds390-cpumsf.c518 sample.cpumode = basic->P ? PERF_RECORD_MISC_USER in s390_cpumsf_make_event()
528 sample.cpumode = basic->P ? PERF_RECORD_MISC_USER in s390_cpumsf_make_event()
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dperf_callchain.c136 misc |= PERF_RECORD_MISC_USER; in perf_misc_flags()
/OK3568_Linux_fs/kernel/tools/perf/bench/
H A Dinject-buildid.c184 event.header.misc = PERF_RECORD_MISC_USER; in synthesize_mmap()
229 event.header.misc = PERF_RECORD_MISC_USER; in synthesize_sample()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dperf_callchain.c186 misc |= PERF_RECORD_MISC_USER; in perf_misc_flags()
/OK3568_Linux_fs/kernel/tools/perf/arch/powerpc/util/
H A Dskip-callchain-idx.c255 thread__find_symbol(thread, PERF_RECORD_MISC_USER, ip, &al); in arch_skip_callchain_idx()
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dperf_event.h663 #define PERF_RECORD_MISC_USER (2 << 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.h634 #define PERF_RECORD_MISC_USER (2 << 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.h634 #define PERF_RECORD_MISC_USER (2 << 0) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dperf_event.h663 #define PERF_RECORD_MISC_USER (2 << 0) macro
/OK3568_Linux_fs/kernel/arch/powerpc/perf/
H A Dcore-book3s.c244 return PERF_RECORD_MISC_USER; in perf_flags_from_msr()
267 return PERF_RECORD_MISC_USER; in perf_get_misc_flags()
272 return PERF_RECORD_MISC_USER; in perf_get_misc_flags()
2234 return user_mode(regs) ? PERF_RECORD_MISC_USER : in perf_misc_flags()
H A Dimc-pmu.c1303 header->misc |= PERF_RECORD_MISC_USER; in trace_imc_prepare_sample()
1313 header->misc |= PERF_RECORD_MISC_USER; in trace_imc_prepare_sample()

12