Searched refs:perf_event_output (Results 1 – 17 of 17) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/perf/examples/bpf/ |
| H A D | augmented_syscalls.c | 55 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 D | etcsnoop.c | 49 return perf_event_output(args, &__augmented_syscalls__, BPF_F_CURRENT_CPU, \
|
| H A D | augmented_raw_syscalls.c | 93 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 D | stdio.h | 15 perf_event_output(args, &__bpf_stdout__, BPF_F_CURRENT_CPU, \
|
| H A D | bpf.h | 68 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 D | main.h | 170 u32 perf_event_output; member
|
| H A D | main.c | 258 bpf->helpers.perf_event_output = readl(&cap->func_addr); in nfp_bpf_parse_cap_func()
|
| H A D | verifier.c | 239 if (!bpf->helpers.perf_event_output) { in nfp_bpf_check_helper_call()
|
| H A D | jit.c | 4594 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 D | bpf.h | 2295 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 D | bpf.h | 2295 FN(perf_event_output), \
|
| /OK3568_Linux_fs/kernel/arch/x86/events/intel/ |
| H A D | ds.c | 1764 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 D | bpf.h | 3772 FN(perf_event_output), \
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | bpf.h | 3772 FN(perf_event_output), \
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | perf_event.h | 1076 extern int perf_event_output(struct perf_event *event,
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | bpf_trace.c | 903 return perf_event_output(event, sd, regs); in __bpf_perf_event_output()
|
| /OK3568_Linux_fs/kernel/kernel/events/ |
| H A D | core.c | 7300 perf_event_output(struct perf_event *event, in perf_event_output() function
|