Searched refs:bpf_stats_enter (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | profiler.inc.h | 447 static INLINE void bpf_stats_enter(struct bpf_func_stats_ctx* bpf_stat_ctx, in bpf_stats_enter() function 556 bpf_stats_enter(&stats_ctx, profiler_bpf_proc_sys_write); in BPF_KPROBE() 608 bpf_stats_enter(&stats_ctx, profiler_bpf_sys_enter_kill); in tracepoint__syscalls__sys_enter_kill() 621 bpf_stats_enter(&stats_ctx, profiler_bpf_sched_process_exit); in raw_tracepoint__sched_process_exit() 686 bpf_stats_enter(&stats_ctx, profiler_bpf_sched_process_exec); in raw_tracepoint__sched_process_exec() 766 bpf_stats_enter(&stats_ctx, profiler_bpf_do_filp_open_ret); in kprobe_ret__do_filp_open() 833 bpf_stats_enter(&stats_ctx, profiler_bpf_vfs_link); in BPF_KPROBE() 895 bpf_stats_enter(&stats_ctx, profiler_bpf_vfs_symlink); in BPF_KPROBE() 951 bpf_stats_enter(&stats_ctx, profiler_bpf_sched_process_fork); in raw_tracepoint__sched_process_fork()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | profiler.inc.h | 451 static INLINE void bpf_stats_enter(struct bpf_func_stats_ctx* bpf_stat_ctx, in bpf_stats_enter() function 561 bpf_stats_enter(&stats_ctx, profiler_bpf_proc_sys_write); in BPF_KPROBE() 616 bpf_stats_enter(&stats_ctx, profiler_bpf_sys_enter_kill); in tracepoint__syscalls__sys_enter_kill() 629 bpf_stats_enter(&stats_ctx, profiler_bpf_sched_process_exit); in raw_tracepoint__sched_process_exit() 697 bpf_stats_enter(&stats_ctx, profiler_bpf_sched_process_exec); in raw_tracepoint__sched_process_exec() 778 bpf_stats_enter(&stats_ctx, profiler_bpf_do_filp_open_ret); in kprobe_ret__do_filp_open() 846 bpf_stats_enter(&stats_ctx, profiler_bpf_vfs_link); in BPF_KPROBE() 908 bpf_stats_enter(&stats_ctx, profiler_bpf_vfs_symlink); in BPF_KPROBE() 965 bpf_stats_enter(&stats_ctx, profiler_bpf_sched_process_fork); in raw_tracepoint__sched_process_fork()
|
Completed in 4 milliseconds