Home
last modified time | relevance | path

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

/Linux-v6.1/tools/bpf/bpftool/
Dprog.c1955 static __u64 profile_total_count; variable
2011 profile_total_count = 0; in profile_read_values()
2013 profile_total_count += counts[cpu]; in profile_read_values()
2046 jsonw_lluint_field(json_wtr, "run_cnt", profile_total_count); in profile_print_readings_json()
2060 printf("\n%18llu %-20s\n", profile_total_count, "run_cnt"); in profile_print_readings_plain()