Home
last modified time | relevance | path

Searched refs:BPF_F_CURRENT_CPU (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/tools/perf/include/bpf/
Dstdio.h18 perf_event_output(args, &__bpf_stdout__, BPF_F_CURRENT_CPU, \
/Linux-v4.19/tools/perf/examples/bpf/
Daugmented_syscalls.c50 perf_event_output(args, &__augmented_syscalls__, BPF_F_CURRENT_CPU, in syscall_enter()
/Linux-v4.19/samples/bpf/
Dxdp_sample_pkts_kern.c47 u64 flags = BPF_F_CURRENT_CPU; in xdp_sample_prog()
/Linux-v4.19/kernel/trace/
Dbpf_trace.c304 if (index == BPF_F_CURRENT_CPU) in get_map_perf_counter()
378 if (index == BPF_F_CURRENT_CPU) in __bpf_perf_event_output()
/Linux-v4.19/tools/include/uapi/linux/
Dbpf.h2281 #define BPF_F_CURRENT_CPU BPF_F_INDEX_MASK macro
/Linux-v4.19/include/uapi/linux/
Dbpf.h2281 #define BPF_F_CURRENT_CPU BPF_F_INDEX_MASK macro
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/bpf/
Dverifier.c235 BPF_F_CURRENT_CPU) { in nfp_bpf_check_call()