Home
last modified time | relevance | path

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

/openbmc/linux/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, in handle__sched_switch()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dperfbuf_bench.c28 if (bpf_perf_event_output(ctx, &perfbuf, BPF_F_CURRENT_CPU, in bench_perfbuf()
H A Dtest_xdp_attach_fail.c45 bpf_perf_event_output(ctx, &xdp_errmsg_pb, BPF_F_CURRENT_CPU, &errmsg, in tp__xdp__bpf_xdp_link_attach_failed()
H A Dtest_perf_buffer.c36 bpf_perf_event_output(ctx, &perf_buf_map, BPF_F_CURRENT_CPU, in handle_sys_enter()
H A Dtest_xdp_bpf2bpf.c53 BPF_F_CURRENT_CPU, in BPF_PROG()
H A Dtest_tcpnotify_kern.c83 BPF_F_CURRENT_CPU, in bpf_testcb()
H A Dtest_unpriv_bpf_disabled.c71 bpf_perf_event_output(ctx, &perfbuf, BPF_F_CURRENT_CPU, &perfbuf_val, sizeof(perfbuf_val)); in sys_nanosleep_enter()
H A Dprofiler.inc.h605 bpf_perf_event_output(ctx, &events, BPF_F_CURRENT_CPU, sysctl_data, data_len); in BPF_KPROBE()
684 bpf_perf_event_output(ctx, &events, BPF_F_CURRENT_CPU, kill_data, data_len); in raw_tracepoint__sched_process_exit()
768 bpf_perf_event_output(ctx, &events, BPF_F_CURRENT_CPU, proc_exec_data, data_len); in raw_tracepoint__sched_process_exec()
833 bpf_perf_event_output(ctx, &events, BPF_F_CURRENT_CPU, filemod_data, data_len); in kprobe_ret__do_filp_open()
897 bpf_perf_event_output(ctx, &events, BPF_F_CURRENT_CPU, filemod_data, data_len); in BPF_KPROBE()
955 bpf_perf_event_output(ctx, &events, BPF_F_CURRENT_CPU, filemod_data, data_len); in BPF_KPROBE()
985 bpf_perf_event_output(ctx, &events, BPF_F_CURRENT_CPU, fork_data, data_len); in raw_tracepoint__sched_process_fork()
H A Dkfree_skb.c107 bpf_skb_output(skb, &perf_buf_map, (72ull << 32) | BPF_F_CURRENT_CPU, in BPF_PROG()
/openbmc/linux/tools/perf/util/bpf_skel/
H A Daugmented_raw_syscalls.bpf.c149 return bpf_perf_event_output(ctx, &__augmented_syscalls__, BPF_F_CURRENT_CPU, args, len); in augmented__output()
/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/
H A Dverifier.c249 BPF_F_CURRENT_CPU) { in nfp_bpf_check_helper_call()
/openbmc/linux/kernel/trace/
H A Dbpf_trace.c555 if (index == BPF_F_CURRENT_CPU) in get_map_perf_counter()
627 if (index == BPF_F_CURRENT_CPU) in __bpf_perf_event_output()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h5946 BPF_F_CURRENT_CPU = BPF_F_INDEX_MASK, enumerator
/openbmc/linux/include/uapi/linux/
H A Dbpf.h5946 BPF_F_CURRENT_CPU = BPF_F_INDEX_MASK, enumerator