Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/tools/perf/util/
H A Dbpf_counter.h128 .flags = BPF_F_TEST_RUN_ON_CPU, in bperf_trigger_reading()
H A Dbpf_lock_contention.c280 .flags = BPF_F_TEST_RUN_ON_CPU, in lock_contention_read()
/openbmc/linux/net/bpf/
H A Dtest_run.c742 if ((kattr->test.flags & BPF_F_TEST_RUN_ON_CPU) == 0 && cpu != 0) in bpf_prog_test_run_raw_tp()
756 if ((kattr->test.flags & BPF_F_TEST_RUN_ON_CPU) == 0 || in bpf_prog_test_run_raw_tp()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h1326 #define BPF_F_TEST_RUN_ON_CPU (1U << 0) macro
/openbmc/linux/include/uapi/linux/
H A Dbpf.h1326 #define BPF_F_TEST_RUN_ON_CPU (1U << 0) macro