Lines Matching refs:stat
3 * builtin-stat.c
5 * Builtin stat command: Give a precise performance counters summary
10 $ perf stat ./hackbench 10
54 #include "util/stat.h"
83 #include <sys/stat.h>
98 /* Default events used for perf stat -T */
365 pr_err("failed to write stat event\n");
481 pr_err("failed to write stat round event\n");
555 struct stat st;
567 if (!stat(path, &st))
1085 "stat events on existing process id"),
1087 "stat events on existing thread id"),
1798 "perf stat record [<options>]",
1828 pr_err("Cannot use -r option with perf stat record.\n");
1955 "perf stat report [<options>]",
1966 .stat = perf_event__process_stat_event,
1989 struct stat st;
2054 "perf stat [<options>] [<command>]",
2319 * stat sessions.
2327 * task, but being ignored by perf stat itself:
2342 fprintf(output, "[ perf stat: executing run #%d ... ]\n",
2368 * in header.c at the moment 'perf stat record' gets introduced, which
2369 * is not really needed once we start adding the stat specific PERF_RECORD_
2384 pr_err("failed to write stat round event\n");