Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/scripts/perl/
Drw-by-pid.pl104 my $errcount = $reads{$pid}{errors}{$error} || 0;
105 push @errcounts, [$pid, $comm, $error, $errcount];
144 my $errcount = $writes{$pid}{errors}{$error} || 0;
145 push @errcounts, [$pid, $comm, $error, $errcount];
/external/vboot_reference/futility/
Dcmd_vbutil_kernel.c237 int errcount = 0; in do_vbutil_kernel() local
621 errcount |= in do_vbutil_kernel()
627 errcount |= (1 != fwrite(kblob_data, in do_vbutil_kernel()
631 if (errcount) { in do_vbutil_kernel()
/external/libxml2/
DtestOOM.c41 int errcount = 0; variable
232 errcount++; in error_func()
286 …(stdout, "error handler was called but parse completed successfully (last error #%d)\n", errcount); in check_load_file_memory_func()