Home
last modified time | relevance | path

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

/linux/tools/bpf/bpftool/
A Dprog.c1877 static __u64 profile_total_count; variable
1933 profile_total_count = 0; in profile_read_values()
1935 profile_total_count += counts[cpu]; in profile_read_values()
1968 jsonw_lluint_field(json_wtr, "run_cnt", profile_total_count); in profile_print_readings_json()
1982 printf("\n%18llu %-20s\n", profile_total_count, "run_cnt"); in profile_print_readings_plain()

Completed in 5 milliseconds