Home
last modified time | relevance | path

Searched refs:BPF_F_TEST_RUN_ON_CPU (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Draw_tp_test_run.c19 .flags = BPF_F_TEST_RUN_ON_CPU, in test_raw_tp_test_run()
/linux-6.15/tools/perf/util/
H A Dbpf_counter.h128 .flags = BPF_F_TEST_RUN_ON_CPU, in bperf_trigger_reading()
H A Dbpf_lock_contention.c331 .flags = BPF_F_TEST_RUN_ON_CPU, in mark_end_timestamp()
642 .flags = BPF_F_TEST_RUN_ON_CPU, in lock_contention_read()
/linux-6.15/net/bpf/
H A Dtest_run.c770 if ((kattr->test.flags & BPF_F_TEST_RUN_ON_CPU) == 0 && cpu != 0) in bpf_prog_test_run_raw_tp()
784 if ((kattr->test.flags & BPF_F_TEST_RUN_ON_CPU) == 0 || in bpf_prog_test_run_raw_tp()
/linux-6.15/tools/include/uapi/linux/
H A Dbpf.h1433 #define BPF_F_TEST_RUN_ON_CPU (1U << 0) macro
/linux-6.15/include/uapi/linux/
H A Dbpf.h1433 #define BPF_F_TEST_RUN_ON_CPU (1U << 0) macro