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