Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dprofiler.inc.h458 bpf_stat_ctx->bpf_func_stats_data_val = in bpf_stats_enter()
460 if (bpf_stat_ctx->bpf_func_stats_data_val) in bpf_stats_enter()
461 bpf_stat_ctx->bpf_func_stats_data_val->num_executions++; in bpf_stats_enter()
466 if (bpf_stat_ctx->bpf_func_stats_data_val) in bpf_stats_exit()
467 bpf_stat_ctx->bpf_func_stats_data_val->time_elapsed_ns += in bpf_stats_exit()
475 if (bpf_stat_ctx->bpf_func_stats_data_val) { in bpf_stats_pre_submit_var_perf_event()
476 bpf_stat_ctx->bpf_func_stats_data_val->num_perf_events++; in bpf_stats_pre_submit_var_perf_event()
478 bpf_stat_ctx->bpf_func_stats_data_val->num_perf_events; in bpf_stats_pre_submit_var_perf_event()
A Dprofiler.h164 struct bpf_func_stats_data* bpf_func_stats_data_val; member

Completed in 6 milliseconds