Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/bpf/progs/
Dprofiler.inc.h453 bpf_stat_ctx->bpf_func_stats_data_val = in bpf_stats_enter()
455 if (bpf_stat_ctx->bpf_func_stats_data_val) in bpf_stats_enter()
456 bpf_stat_ctx->bpf_func_stats_data_val->num_executions++; in bpf_stats_enter()
461 if (bpf_stat_ctx->bpf_func_stats_data_val) in bpf_stats_exit()
462 bpf_stat_ctx->bpf_func_stats_data_val->time_elapsed_ns += in bpf_stats_exit()
470 if (bpf_stat_ctx->bpf_func_stats_data_val) { in bpf_stats_pre_submit_var_perf_event()
471 bpf_stat_ctx->bpf_func_stats_data_val->num_perf_events++; in bpf_stats_pre_submit_var_perf_event()
473 bpf_stat_ctx->bpf_func_stats_data_val->num_perf_events; in bpf_stats_pre_submit_var_perf_event()
Dprofiler.h164 struct bpf_func_stats_data* bpf_func_stats_data_val; member