Searched refs:max_to_collect (Results 1 - 1 of 1) sorted by last modified time

/freebsd-current/usr.sbin/pmcstudy/
H A Dpmcstudy.c2149 extern int max_to_collect;
2150 int max_to_collect = MAX_COUNTER_SLOTS; variable
2290 if (line_at >= max_to_collect) {
2844 max_to_collect = strtol(optarg, NULL, 0);
2845 if (max_to_collect > MAX_COUNTER_SLOTS) {
2847 max_to_collect = MAX_COUNTER_SLOTS;
2862 printf("Use %s [ -i inputfile -v -m max_to_collect -e expr -E -h -? -H]\n",
2883 if (run_all && max_to_collect > 10) {
2884 max_to_collect = 3;
2929 if (max_to_collect >
[all...]

Completed in 91 milliseconds