Lines Matching refs:counters
34 - [Display counters in systrace](#display-counters-in-systrace)
452 several hardware counters, counting events like how many cpu cycles have happened, how many
455 The Linux kernel wraps these hardware counters into hardware perf events. In addition, the Linux
464 2. The kernel enables counters while the profiled processes are running.
465 3. After profiling, simpleperf reads counters from the kernel, and reports a counter summary.
470 3. The kernel enables counters while the profiled processes are running.
568 hardware counters available in the PMU, the kernel shares hardware counters between events, so each
659 When monitoring perf counters, we can also use --interval to decide the print interval.
670 #### Display counters in systrace
672 Simpleperf can also work with systrace to dump counters in the collected trace. Below is an example
681 # Open the collected new.html in browser and perf counters will be shown up.