Home | History | Annotate | Download | only in latencytop

Lines Matching full:stderr

82                 fprintf(stderr, "Option -d expects an argument.\n");
90 fprintf(stderr, "Option -n expects an argument.\n");
102 fprintf(stderr, "Option -p expects an argument.\n");
110 fprintf(stderr, "Option -t expects an argument.\n");
116 fprintf(stderr, "Invalid argument \"%s\".\n", argv[i]);
122 fprintf(stderr, "If you provide a thread ID with -t, you must provide a process ID with -p.\n");
181 fprintf(stderr, "Could not open global latency stats file: %s\n", strerror(errno));
190 fprintf(stderr, "Could not open global latency stats file: %s\n", strerror(errno));
211 fprintf(stderr, "Could not open task dir for process %d.\n", pid);
212 fprintf(stderr, "Perhaps the process has terminated?\n");
242 fprintf(stderr, "Could not open %s: %s\n", filename, strerror(errno));
243 fprintf(stderr, "Perhaps the process or thread has terminated?\n");
256 fprintf(stderr, "Could not open %s: %s\n", filename, strerror(errno));
257 fprintf(stderr, "Perhaps the process or thread has terminated?\n");
280 fprintf(stderr, "Could not allocate latency entry: %s\n", strerror(errno));
312 fprintf(stderr, "Could not open %s: %s\n", SYSCTL_FILE, strerror(errno));
334 fprintf(stderr, "Could not read latency file version: %s\n", strerror(errno));
339 fprintf(stderr, "Expected version: %s\n", EXPECTED_VERSION);
340 fprintf(stderr, "But got version: %s", line);
383 fprintf(stderr, "Error allocating array: %s\n", strerror(errno));
420 fprintf(stderr, "Usage: %s [ -d delay ] [ -n iterations ] [ -p pid [ -t tid ] ] [ -h ]\n"