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"
86 #include <sys/stat.h>
345 pr_err("failed to write stat event\n");
451 pr_err("failed to write stat round event\n");
528 struct stat st;
540 if (!stat(path, &st))
1174 "stat events on existing process id"),
1176 "stat events on existing thread id"),
1179 "stat events on existing bpf program id"),
2212 "perf stat record [<options>]",
2242 pr_err("Cannot use -r option with perf stat record.\n");
2373 "perf stat report [<options>]",
2384 .stat = perf_event__process_stat_event,
2412 struct stat st;
2478 "perf stat [<options>] [<command>]",
2800 * stat sessions.
2808 * task, but being ignored by perf stat itself:
2825 fprintf(output, "[ perf stat: executing run #%d ... ]\n",
2854 * in header.c at the moment 'perf stat record' gets introduced, which
2855 * is not really needed once we start adding the stat specific PERF_RECORD_
2871 pr_err("failed to write stat round event\n");