HomeSort by relevance Sort by last modified time
    Searched refs:tool_files (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/helgrind/tests/
filter_helgrind 10 my @tool_files = ( "hg_intercepts.c", "vg_replace_malloc.c" );
14 my ($line, $tool_files, $cmdlin_files) = @_;
25 # If LINE matches any of the file names in TOOL_FILES remove the line
28 foreach $string (@$tool_files) {
55 $line = massage_backtrace_line($line, \@tool_files, \@ARGV);
filter_xml 13 # TOOL_FILES or in the list of files given on the command line
26 my @tool_files = ( "hg_intercepts.c", "vg_replace_malloc.c" );
127 if (file_matches($file, \@tool_files) ||
134 if (file_matches($file, \@tool_files)) {
  /external/valgrind/main/memcheck/tests/
filter_memcheck 10 my @tool_files = ( "mc_replace_strmem.c", "vg_replace_malloc.c" );
14 my ($line, $tool_files, $cmdlin_files) = @_;
25 # If LINE matches any of the file names in TOOL_FILES remove the line
28 foreach $string (@$tool_files) {
55 $line = massage_backtrace_line($line, \@tool_files, \@ARGV);

Completed in 44 milliseconds