Home
last modified time | relevance | path

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

/openbmc/linux/tools/bpf/bpftool/
H A Dprog.c2070 int selected_cnt = 0; in profile_parse_metrics() local
2079 selected_cnt++; in profile_parse_metrics()
2090 if (selected_cnt > MAX_NUM_PROFILE_METRICS) { in profile_parse_metrics()
2092 selected_cnt, MAX_NUM_PROFILE_METRICS); in profile_parse_metrics()
2095 return selected_cnt; in profile_parse_metrics()