Lines Matching refs:record
135 bool record;
148 #define STAT_RECORD perf_stat.record
975 /* Do not print anything if we record to the pipe. */
1283 "don't print any output, messages or warnings (useful with record)"),
2212 "perf stat record [<options>]",
2242 pr_err("Cannot use -r option with perf stat record.\n");
2256 perf_stat.record = true;
2485 const char * const stat_subcommands[] = { "record", "report" };
2512 if (argc && strlen(argv[0]) > 2 && strstarts("record", argv[0])) {
2523 * For record command the -o is already taken care of.
2848 * We synthesize the kernel mmap record just so that older tools
2854 * in header.c at the moment 'perf stat record' gets introduced, which
2865 pr_warning("Couldn't synthesize the kernel mmap record, harmless, "