Searched refs:bpf_stats_enter (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h446 static INLINE void bpf_stats_enter(struct bpf_func_stats_ctx* bpf_stat_ctx, function
555 bpf_stats_enter(&stats_ctx, profiler_bpf_proc_sys_write);
606 bpf_stats_enter(&stats_ctx, profiler_bpf_sys_enter_kill);
619 bpf_stats_enter(&stats_ctx, profiler_bpf_sched_process_exit);
683 bpf_stats_enter(&stats_ctx, profiler_bpf_sched_process_exec);
761 bpf_stats_enter(&stats_ctx, profiler_bpf_do_filp_open_ret);
827 bpf_stats_enter(&stats_ctx, profiler_bpf_vfs_link);
885 bpf_stats_enter(&stats_ctx, profiler_bpf_vfs_symlink);
938 bpf_stats_enter(&stats_ctx, profiler_bpf_sched_process_fork);

Completed in 100 milliseconds