Lines Matching refs:how

8 several hardware counters, counting events like how many cpu cycles have happened, how many
9 instructions have executed, or how many cache misses have happened.
17 The stat command gives a summary of how many events have happened in the profiled processes in a
18 time period. Here’s how it works:
23 The record command records samples of the profiled processes in a time period. Here’s how it works:
93 we can select which events to use, which processes/threads to monitor, how long to monitor and the
231 ### Decide how long to stat
233 When monitoring existing threads, we can use --duration to decide how long to monitor. When
249 If you want to write a script to control how long to monitor, you can send one of SIGINT, SIGTERM,
305 option is used, stat cmd outputs an event count for each core. It can be used to see how events
364 what frequency to dump samples, how long to monitor, and where to store samples.
442 ### Decide how long to record
444 The way to decide how long to monitor in record command is similar to that in the stat command.
458 If you want to write a script to control how long to monitor, you can send one of SIGINT, SIGTERM,
493 A call graph shows how a function calls other functions, and a reversed call graph shows how
532 1) on-cpu samples generated for cpu-clock event. The period value in each sample means how many
536 by simpleperf. So the period value in each sample means how many nanoseconds are spent off cpu
544 to control how to report the samples:
590 By passing options, we can decide how to filter out uninteresting samples, how to group samples
669 The report command uses --sort to decide how to group sample entries.