Home
last modified time | relevance | path

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

/linux-5.19.10/tools/bpf/runqslower/
Drunqslower.bpf.c8 #define BPF_F_CURRENT_CPU 0xffffffffULL macro
100 bpf_perf_event_output(ctx, &events, BPF_F_CURRENT_CPU, in handle__sched_switch()
/linux-5.19.10/tools/perf/examples/bpf/
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, \
Detcsnoop.c49 return perf_event_output(args, &__augmented_syscalls__, BPF_F_CURRENT_CPU, \
Daugmented_raw_syscalls.c93 return perf_event_output(ctx, &__augmented_syscalls__, BPF_F_CURRENT_CPU, args, len); in augmented__output()
/linux-5.19.10/tools/perf/include/bpf/
Dstdio.h15 perf_event_output(args, &__bpf_stdout__, BPF_F_CURRENT_CPU, \
/linux-5.19.10/tools/testing/selftests/bpf/progs/
Dperfbuf_bench.c29 if (bpf_perf_event_output(ctx, &perfbuf, BPF_F_CURRENT_CPU, in bench_perfbuf()
Dtest_perf_buffer.c36 bpf_perf_event_output(ctx, &perf_buf_map, BPF_F_CURRENT_CPU, in handle_sys_enter()
Dtest_xdp_bpf2bpf.c55 BPF_F_CURRENT_CPU, in BPF_PROG()
Dprofiler.inc.h597 bpf_perf_event_output(ctx, &events, BPF_F_CURRENT_CPU, sysctl_data, data_len); in BPF_KPROBE()
673 bpf_perf_event_output(ctx, &events, BPF_F_CURRENT_CPU, kill_data, data_len); in raw_tracepoint__sched_process_exit()
756 bpf_perf_event_output(ctx, &events, BPF_F_CURRENT_CPU, proc_exec_data, data_len); in raw_tracepoint__sched_process_exec()
821 bpf_perf_event_output(ctx, &events, BPF_F_CURRENT_CPU, filemod_data, data_len); in kprobe_ret__do_filp_open()
885 bpf_perf_event_output(ctx, &events, BPF_F_CURRENT_CPU, filemod_data, data_len); in BPF_KPROBE()
942 bpf_perf_event_output(ctx, &events, BPF_F_CURRENT_CPU, filemod_data, data_len); in BPF_KPROBE()
972 bpf_perf_event_output(ctx, &events, BPF_F_CURRENT_CPU, fork_data, data_len); in raw_tracepoint__sched_process_fork()
Dtest_tcpnotify_kern.c83 BPF_F_CURRENT_CPU, in bpf_testcb()
Dtest_unpriv_bpf_disabled.c71 bpf_perf_event_output(ctx, &perfbuf, BPF_F_CURRENT_CPU, &perfbuf_val, sizeof(perfbuf_val)); in sys_nanosleep_enter()
Dkfree_skb.c107 bpf_skb_output(skb, &perf_buf_map, (72ull << 32) | BPF_F_CURRENT_CPU, in BPF_PROG()
/linux-5.19.10/samples/bpf/
Dxdp_sample_pkts_kern.c38 u64 flags = BPF_F_CURRENT_CPU; in xdp_sample_prog()
/linux-5.19.10/drivers/net/ethernet/netronome/nfp/bpf/
Dverifier.c249 BPF_F_CURRENT_CPU) { in nfp_bpf_check_helper_call()
/linux-5.19.10/tools/include/uapi/linux/
Dbpf.h5528 BPF_F_CURRENT_CPU = BPF_F_INDEX_MASK, enumerator
/linux-5.19.10/include/uapi/linux/
Dbpf.h5528 BPF_F_CURRENT_CPU = BPF_F_INDEX_MASK, enumerator
/linux-5.19.10/kernel/trace/
Dbpf_trace.c558 if (index == BPF_F_CURRENT_CPU) in get_map_perf_counter()
630 if (index == BPF_F_CURRENT_CPU) in __bpf_perf_event_output()