Home
last modified time | relevance | path

Searched refs:bpf_get_smp_processor_id (Results 1 – 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/samples/bpf/
Dtracex6_kern.c30 u32 key = bpf_get_smp_processor_id(); in bpf_prog1()
51 u32 key = bpf_get_smp_processor_id(); in bpf_prog2()
Dlathist_kern.c31 int cpu = bpf_get_smp_processor_id(); in bpf_prog1()
78 cpu = bpf_get_smp_processor_id(); in bpf_prog2()
Dtrace_event_kern.c45 u32 cpu = bpf_get_smp_processor_id(); in bpf_prog1()
Dsockex3_kern.c107 u32 key = bpf_get_smp_processor_id(); in this_cpu_globals()
Dmap_perf_test_kern.c210 int cpu = bpf_get_smp_processor_id(); in SYSCALL()
/kernel/linux/linux-5.10/tools/bpf/bpftool/skeleton/
Dprofiler.bpf.c43 u32 key = bpf_get_smp_processor_id(); in BPF_PROG()
97 u32 cpu = bpf_get_smp_processor_id(); in BPF_PROG()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
Dtest_ksyms_btf_write_check.c16 cpu = bpf_get_smp_processor_id(); in handler()
Dtest_raw_tp_test_run.c17 on_cpu = bpf_get_smp_processor_id(); in BPF_PROG()
Dtest_perf_buffer.c18 int cpu = bpf_get_smp_processor_id(); in handle_sys_enter()
Dtest_d_path_check_rdonly_mem.c17 cpu = bpf_get_smp_processor_id(); in BPF_PROG()
Dtest_ksyms_btf_null_check.c18 cpu = bpf_get_smp_processor_id(); in handler()
Dtest_d_path_check_types.c21 cpu = bpf_get_smp_processor_id(); in BPF_PROG()
Dtest_ksyms_btf.c32 cpu = bpf_get_smp_processor_id(); in handler()
Dpyperf.h221 int cur_cpu = bpf_get_smp_processor_id(); in __on_event()
Dprofiler.inc.h476 meta->cpu_id = bpf_get_smp_processor_id(); in bpf_stats_pre_submit_var_perf_event()
/kernel/linux/linux-5.10/kernel/bpf/
Dhelpers.c125 BPF_CALL_0(bpf_get_smp_processor_id) in BPF_CALL_0() argument
131 .func = bpf_get_smp_processor_id,