Searched refs:profile_exclude_files (Results 1 – 2 of 2) sorted by relevance
610 static vec<regex_t> profile_exclude_files; variable648 parse_profile_filter (flag_profile_exclude_files, &profile_exclude_files, in parse_profile_file_filtering()658 profile_exclude_files.release (); in release_profile_file_filtering()668 for (unsigned i = 0; i < profile_exclude_files.length (); i++) in include_source_file_for_profile()669 if (regexec (&profile_exclude_files[i], in include_source_file_for_profile()
601 static vec<regex_t> profile_exclude_files; variable639 parse_profile_filter (flag_profile_exclude_files, &profile_exclude_files, in parse_profile_file_filtering()649 profile_exclude_files.release (); in release_profile_file_filtering()659 for (unsigned i = 0; i < profile_exclude_files.length (); i++) in include_source_file_for_profile()660 if (regexec (&profile_exclude_files[i], in include_source_file_for_profile()