Home
last modified time | relevance | path

Searched refs:raw_tracepoint__sched_process_exec (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_profiler.c44 if (sanity_run(profiler1_skel->progs.raw_tracepoint__sched_process_exec)) in test_test_profiler()
55 if (sanity_run(profiler2_skel->progs.raw_tracepoint__sched_process_exec)) in test_test_profiler()
66 if (sanity_run(profiler3_skel->progs.raw_tracepoint__sched_process_exec)) in test_test_profiler()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h694 int raw_tracepoint__sched_process_exec(struct bpf_raw_tracepoint_args* ctx) in raw_tracepoint__sched_process_exec() function