Searched refs:perf_event_output (Results 1 – 17 of 17) sorted by relevance
/linux/tools/perf/examples/bpf/ |
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, \
|
A D | etcsnoop.c | 49 return perf_event_output(args, &__augmented_syscalls__, BPF_F_CURRENT_CPU, \
|
A D | augmented_raw_syscalls.c | 93 return perf_event_output(ctx, &__augmented_syscalls__, BPF_F_CURRENT_CPU, args, len); in augmented__output()
|
/linux/tools/perf/include/bpf/ |
A D | stdio.h | 15 perf_event_output(args, &__bpf_stdout__, BPF_F_CURRENT_CPU, \
|
A D | bpf.h | 68 static int (*perf_event_output)(void *, struct bpf_map *, int, void *, unsigned long) = (void *)BPF… variable
|
/linux/drivers/net/ethernet/netronome/nfp/bpf/ |
A D | main.h | 170 u32 perf_event_output; member
|
A D | main.c | 258 bpf->helpers.perf_event_output = readl(&cap->func_addr); in nfp_bpf_parse_cap_func()
|
A D | verifier.c | 239 if (!bpf->helpers.perf_event_output) { in nfp_bpf_check_helper_call()
|
A D | jit.c | 4600 val = nfp_prog->bpf->helpers.perf_event_output; in nfp_bpf_relo_for_vnic()
|
/linux/arch/x86/events/intel/ |
A D | ds.c | 1893 perf_event_output(event, data, regs); in __intel_pmu_pebs_event() 1907 perf_event_output(event, data, regs); in __intel_pmu_pebs_event()
|
/linux/include/linux/ |
A D | perf_event.h | 1081 extern int perf_event_output(struct perf_event *event,
|
/linux/tools/include/uapi/linux/ |
A D | bpf.h | 4968 FN(perf_event_output), \
|
/linux/include/uapi/linux/ |
A D | bpf.h | 4968 FN(perf_event_output), \
|
/linux/kernel/trace/ |
A D | bpf_trace.c | 641 return perf_event_output(event, sd, regs); in __bpf_perf_event_output()
|
/linux/kernel/events/ |
A D | core.c | 7519 perf_event_output(struct perf_event *event, in perf_event_output() function
|
/linux/ |
A D | System.map | 6160 ffff800010183300 T perf_event_output
|
A D | .tmp_System.map | 6160 ffff800010183300 T perf_event_output
|
Completed in 443 milliseconds