Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/progs/
Dbpf_cubic.c457 __u32 threshold; in hystart_update() local
466 threshold = ca->delay_min + hystart_ack_delay(sk); in hystart_update()
474 threshold >>= 1; in hystart_update()
476 if ((__s32)(now - ca->round_start) > threshold) { in hystart_update()
/tools/perf/Documentation/
Dperf-report.txt221 --call-graph=<print_type,threshold[,print_limit],order,sort_key[,branch],value>::
222 Display call chains using type, min percent threshold, print limit,
225 One exception is the print_limit which should be preceded by threshold.
235 threshold is a percentage value which specifies a minimum percent to be
240 to be given after threshold (but not necessarily consecutive).
402 (Default: 0). Note that this option also sets the percent limit (threshold)
403 of callchains. However the default value of callchain threshold is
Dperf-ftrace.txt114 thresh=<n> - Setup trace duration threshold in microseconds.
Dperf-config.txt471 call-graph.threshold::
473 small callchains under a certain overhead (threshold) and this option
474 control the threshold. Default is 0.5 (%). The overhead is calculated
487 This one is mostly the same as call-graph.threshold but works for
Dperf-record.txt546 <size> - when reaching the size threshold, size is expected to
548 <time> - when reaching the time threshold, size is expected to
551 Note: the precision of the size threshold hugely depends
Dperf-intel-pt.txt405 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()