Home
last modified time | relevance | path

Searched refs:threshold (Results 1 – 7 of 7) sorted by relevance

/tools/perf/Documentation/
Dperf-report.txt220 --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
Dperf-config.txt436 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
Dperf-record.txt525 <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
Dintel-pt.txt370 a threshold - see cyc_thresh below.
/tools/perf/
Dbuiltin-timechart.c1375 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()
Ddesign.txt9 trigger interrupts when a threshold number of events have passed - and can
/tools/perf/util/
Dcallchain.c1312 char *bf, int bfsize, float threshold) in count_float_printf() argument
1316 if (threshold != 0.0 && value < threshold) in count_float_printf()