Home
last modified time | relevance | path

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

/linux-6.15/tools/bpf/bpftool/
H A Dprog.c2068 static __u64 profile_total_count; variable
2124 profile_total_count = 0; in profile_read_values()
2126 profile_total_count += counts[cpu]; in profile_read_values()
2159 jsonw_lluint_field(json_wtr, "run_cnt", profile_total_count); in profile_print_readings_json()
2173 printf("\n%18llu %-20s\n", profile_total_count, "run_cnt"); in profile_print_readings_plain()