Home
last modified time | relevance | path

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

/openbmc/linux/tools/bpf/bpftool/
H A Dprog.c2052 static __u64 profile_total_count; variable
2108 profile_total_count = 0; in profile_read_values()
2110 profile_total_count += counts[cpu]; in profile_read_values()
2143 jsonw_lluint_field(json_wtr, "run_cnt", profile_total_count); in profile_print_readings_json()
2157 printf("\n%18llu %-20s\n", profile_total_count, "run_cnt"); in profile_print_readings_plain()