Searched refs:threshold (Results 1 – 7 of 7) sorted by relevance
/tools/perf/Documentation/ |
D | perf-report.txt | 220 --call-graph=<print_type,threshold[,print_limit],order,sort_key[,branch],value>:: 221 Display call chains using type, min percent threshold, print limit, 224 One exception is the print_limit which should be preceded by threshold. 234 threshold is a percentage value which specifies a minimum percent to be 239 to be given after threshold (but not necessarily consecutive). 390 (Default: 0). Note that this option also sets the percent limit (threshold) 391 of callchains. However the default value of callchain threshold is
|
D | perf-config.txt | 436 call-graph.threshold:: 438 small callchains under a certain overhead (threshold) and this option 439 control the threshold. Default is 0.5 (%). The overhead is calculated 452 This one is mostly the same as call-graph.threshold but works for
|
D | perf-record.txt | 525 <size> - when reaching the size threshold, size is expected to 527 <time> - when reaching the time threshold, size is expected to 530 Note: the precision of the size threshold hugely depends
|
D | intel-pt.txt | 370 a threshold - see cyc_thresh below.
|
/tools/perf/ |
D | builtin-timechart.c | 1375 static int determine_display_tasks(struct timechart *tchart, u64 threshold) in determine_display_tasks() argument 1390 if (p->total_time >= threshold) in determine_display_tasks() 1401 if (c->total_time >= threshold) { in determine_display_tasks() 1416 static int determine_display_io_tasks(struct timechart *timechart, u64 threshold) in determine_display_io_tasks() argument 1433 if (c->total_bytes >= threshold) { in determine_display_io_tasks()
|
D | design.txt | 9 trigger interrupts when a threshold number of events have passed - and can
|
/tools/perf/util/ |
D | callchain.c | 1312 char *bf, int bfsize, float threshold) in count_float_printf() argument 1316 if (threshold != 0.0 && value < threshold) in count_float_printf()
|