Searched refs:bpf_func_stats_data_val (Results 1 – 2 of 2) sorted by relevance
449 bpf_stat_ctx->bpf_func_stats_data_val = in bpf_stats_enter() 451 if (bpf_stat_ctx->bpf_func_stats_data_val) in bpf_stats_enter() 452 bpf_stat_ctx->bpf_func_stats_data_val->num_executions++; in bpf_stats_enter() 457 if (bpf_stat_ctx->bpf_func_stats_data_val) in bpf_stats_exit() 458 bpf_stat_ctx->bpf_func_stats_data_val->time_elapsed_ns += in bpf_stats_exit() 466 if (bpf_stat_ctx->bpf_func_stats_data_val) { in bpf_stats_pre_submit_var_perf_event() 467 bpf_stat_ctx->bpf_func_stats_data_val->num_perf_events++; in bpf_stats_pre_submit_var_perf_event() 469 bpf_stat_ctx->bpf_func_stats_data_val->num_perf_events; in bpf_stats_pre_submit_var_perf_event()
164 struct bpf_func_stats_data* bpf_func_stats_data_val; member