Searched refs:BPF_F_CURRENT_CPU (Results 1 - 14 of 14) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dperfbuf_bench.c28 if (bpf_perf_event_output(ctx, &perfbuf, BPF_F_CURRENT_CPU,
H A Dtest_xdp_attach_fail.c45 bpf_perf_event_output(ctx, &xdp_errmsg_pb, BPF_F_CURRENT_CPU, &errmsg,
H A Dtest_perf_buffer.c36 bpf_perf_event_output(ctx, &perf_buf_map, BPF_F_CURRENT_CPU,
H A Dtest_unpriv_bpf_disabled.c71 bpf_perf_event_output(ctx, &perfbuf, BPF_F_CURRENT_CPU, &perfbuf_val, sizeof(perfbuf_val));
H A Dtest_xdp_bpf2bpf.c53 BPF_F_CURRENT_CPU,
H A Dtest_tcpnotify_kern.c83 BPF_F_CURRENT_CPU,
H A Dkfree_skb.c107 bpf_skb_output(skb, &perf_buf_map, (72ull << 32) | BPF_F_CURRENT_CPU,
H A Dprofiler.inc.h595 bpf_perf_event_output(ctx, &events, BPF_F_CURRENT_CPU, sysctl_data, data_len);
670 bpf_perf_event_output(ctx, &events, BPF_F_CURRENT_CPU, kill_data, data_len);
751 bpf_perf_event_output(ctx, &events, BPF_F_CURRENT_CPU, proc_exec_data, data_len);
814 bpf_perf_event_output(ctx, &events, BPF_F_CURRENT_CPU, filemod_data, data_len);
874 bpf_perf_event_output(ctx, &events, BPF_F_CURRENT_CPU, filemod_data, data_len);
928 bpf_perf_event_output(ctx, &events, BPF_F_CURRENT_CPU, filemod_data, data_len);
958 bpf_perf_event_output(ctx, &events, BPF_F_CURRENT_CPU, fork_data, data_len);
/linux-master/tools/bpf/runqslower/
H A Drunqslower.bpf.c8 #define BPF_F_CURRENT_CPU 0xffffffffULL macro
100 bpf_perf_event_output(ctx, &events, BPF_F_CURRENT_CPU,
/linux-master/tools/perf/util/bpf_skel/
H A Daugmented_raw_syscalls.bpf.c136 return bpf_perf_event_output(ctx, &__augmented_syscalls__, BPF_F_CURRENT_CPU, args, len);
/linux-master/drivers/net/ethernet/netronome/nfp/bpf/
H A Dverifier.c249 BPF_F_CURRENT_CPU) {
253 pr_vlog(env, "event_output: must use BPF_F_CURRENT_CPU, var_off: %s\n",
/linux-master/include/uapi/linux/
H A Dbpf.h2281 * **BPF_F_CURRENT_CPU** to indicate that the value for the
2357 * Alternatively, *flags* can be set to **BPF_F_CURRENT_CPU**
3007 * **BPF_F_CURRENT_CPU** to indicate that the value for the
4143 * Alternatively, *flags* can be set to **BPF_F_CURRENT_CPU**
4291 * Alternatively, *flags* can be set to **BPF_F_CURRENT_CPU**
6078 BPF_F_CURRENT_CPU = BPF_F_INDEX_MASK, enumerator in enum:__anon2639
/linux-master/tools/include/uapi/linux/
H A Dbpf.h2281 * **BPF_F_CURRENT_CPU** to indicate that the value for the
2357 * Alternatively, *flags* can be set to **BPF_F_CURRENT_CPU**
3007 * **BPF_F_CURRENT_CPU** to indicate that the value for the
4143 * Alternatively, *flags* can be set to **BPF_F_CURRENT_CPU**
4291 * Alternatively, *flags* can be set to **BPF_F_CURRENT_CPU**
6078 BPF_F_CURRENT_CPU = BPF_F_INDEX_MASK, enumerator in enum:__anon3180
/linux-master/kernel/trace/
H A Dbpf_trace.c559 if (index == BPF_F_CURRENT_CPU)
631 if (index == BPF_F_CURRENT_CPU)

Completed in 639 milliseconds