Home | History | Annotate | Download | only in hprof-conv

Lines Matching refs:stderr

32 # define DBUG(...) fprintf(stderr, __VA_ARGS__)
179 fprintf(stderr, "ERROR: realloc failed on size=%d\n", newSize);
214 fprintf(stderr, "ERROR: failed reading input\n");
242 fprintf(stderr, "ERROR: read %d of %d bytes\n", actual, count);
265 fprintf(stderr, "ERROR: write %d of %d bytes\n", actual, pBuf->curLen);
376 fprintf(stderr, "ERROR: invalid basicType %d\n", basicType);
562 fprintf(stderr, "ERROR: unexpected subtype 0x%02x at offset %d\n",
618 fprintf(stderr, "ERROR: HPROF file already in 1.0.2 format.\n");
620 fprintf(stderr, "ERROR: expecting HPROF file format 1.0.3\n");
743 fprintf(stderr, "Usage: hprof-conf [-z] infile outfile\n");
744 fprintf(stderr, "\n");
745 fprintf(stderr, " -z: exclude non-app heaps, such as Zygote\n");
746 fprintf(stderr, "\n");
747 fprintf(stderr, "Specify '-' for either or both files to use stdin/stdout.\n");
748 fprintf(stderr, "\n");
750 fprintf(stderr,