Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pmcstudy/
H A Dpmcstudy.c2677 int cnt_pmc, alloced_pmcs, i; in build_command_for_exp() local
2682 alloced_pmcs = cnt_pmc = 0; in build_command_for_exp()
2687 cnt_pmc++; in build_command_for_exp()
2691 if (cnt_pmc == 0) { in build_command_for_exp()
2695 mal = cnt_pmc * sizeof(char *); in build_command_for_exp()