Home
last modified time | relevance | path

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

/openbmc/linux/tools/bpf/bpftool/
H A Dprog.c2069 unsigned int metric_cnt; in profile_parse_metrics() local
2073 metric_cnt = ARRAY_SIZE(metrics); in profile_parse_metrics()
2076 for (i = 0; i < metric_cnt; i++) { in profile_parse_metrics()
2084 if (i == metric_cnt) { in profile_parse_metrics()