Home
last modified time | relevance | path

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

/Linux-v6.6/tools/bpf/bpftool/
Dprog.c2049 static __u64 profile_total_count; variable
2105 profile_total_count = 0; in profile_read_values()
2107 profile_total_count += counts[cpu]; in profile_read_values()
2140 jsonw_lluint_field(json_wtr, "run_cnt", profile_total_count); in profile_print_readings_json()
2154 printf("\n%18llu %-20s\n", profile_total_count, "run_cnt"); in profile_print_readings_plain()