Searched refs:max_to_collect (Results 1 – 1 of 1) sorted by relevance
2149 extern int max_to_collect;2150 int max_to_collect = MAX_COUNTER_SLOTS; variable2290 if (line_at >= max_to_collect) { in process_file()2844 max_to_collect = strtol(optarg, NULL, 0); in main()2845 if (max_to_collect > MAX_COUNTER_SLOTS) { in main()2847 max_to_collect = MAX_COUNTER_SLOTS; in main()2883 if (run_all && max_to_collect > 10) { in main()2884 max_to_collect = 3; in main()2929 if (max_to_collect > 1) { in main()