Home
last modified time | relevance | path

Searched refs:perf_event_output (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/kernel/tools/perf/examples/bpf/
H A Daugmented_syscalls.c55 return perf_event_output(args, &__augmented_syscalls__, BPF_F_CURRENT_CPU, \
125 return perf_event_output(args, &__augmented_syscalls__, BPF_F_CURRENT_CPU, \
H A Detcsnoop.c49 return perf_event_output(args, &__augmented_syscalls__, BPF_F_CURRENT_CPU, \
H A Daugmented_raw_syscalls.c93 return perf_event_output(ctx, &__augmented_syscalls__, BPF_F_CURRENT_CPU, args, len); in augmented__output()
/OK3568_Linux_fs/kernel/tools/perf/include/bpf/
H A Dstdio.h15 perf_event_output(args, &__bpf_stdout__, BPF_F_CURRENT_CPU, \
H A Dbpf.h68 static int (*perf_event_output)(void *, struct bpf_map *, int, void *, unsigned long) = (void *)BPF… variable
/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/bpf/
H A Dmain.h170 u32 perf_event_output; member
H A Dmain.c258 bpf->helpers.perf_event_output = readl(&cap->func_addr); in nfp_bpf_parse_cap_func()
H A Dverifier.c239 if (!bpf->helpers.perf_event_output) { in nfp_bpf_check_helper_call()
H A Djit.c4594 val = nfp_prog->bpf->helpers.perf_event_output; in nfp_bpf_relo_for_vnic()
/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 Dbpf.h2295 FN(perf_event_output), \
/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 Dbpf.h2295 FN(perf_event_output), \
/OK3568_Linux_fs/kernel/arch/x86/events/intel/
H A Dds.c1764 perf_event_output(event, data, regs); in __intel_pmu_pebs_event()
1778 perf_event_output(event, data, regs); in __intel_pmu_pebs_event()
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbpf.h3772 FN(perf_event_output), \
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbpf.h3772 FN(perf_event_output), \
/OK3568_Linux_fs/kernel/include/linux/
H A Dperf_event.h1076 extern int perf_event_output(struct perf_event *event,
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dbpf_trace.c903 return perf_event_output(event, sd, regs); in __bpf_perf_event_output()
/OK3568_Linux_fs/kernel/kernel/events/
H A Dcore.c7300 perf_event_output(struct perf_event *event, in perf_event_output() function