Home
last modified time | relevance | path

Searched refs:selected_cnt (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Dprog.c1731 int selected_cnt = 0; in profile_parse_metrics() local
1740 selected_cnt++; in profile_parse_metrics()
1751 if (selected_cnt > MAX_NUM_PROFILE_METRICS) { in profile_parse_metrics()
1753 selected_cnt, MAX_NUM_PROFILE_METRICS); in profile_parse_metrics()
1756 return selected_cnt; in profile_parse_metrics()
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Dprog.c2056 int selected_cnt = 0; in profile_parse_metrics() local
2065 selected_cnt++; in profile_parse_metrics()
2076 if (selected_cnt > MAX_NUM_PROFILE_METRICS) { in profile_parse_metrics()
2078 selected_cnt, MAX_NUM_PROFILE_METRICS); in profile_parse_metrics()
2081 return selected_cnt; in profile_parse_metrics()

Completed in 5 milliseconds