Lines Matching refs:perf
9 // Stores output generated by the "perf stat" command.
11 // See https://perf.wiki.kernel.org/index.php/Tutorial#Counting_with_perf_stat
16 // All lines printed by "perf stat".
19 // The command line used to run "perf stat".
22 // Represents one line of "perf stat" output.
25 // Time since the start of the "perf stat" command, in milliseconds.
27 // When running "perf stat" and printing the counters at the end, this is
30 // Alternatively, "perf stat" can print its stats at regular intervals until
31 // the end of the run. For example, if "perf stat" runs for one second and
33 // a total of five times. According to "perf stat" usage instructions, the
38 // nominal counter value reported by "perf stat", depending on the event.
46 // "perf stat" will preserve the event name exactly as it is passed in via