Home
last modified time | relevance | path

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

/tools/perf/tests/shell/
A Drecord_lbr.sh60 local threshold=$3
99 if [ $r -gt $threshold ]; then
100 echo "$test [Failed empty br stack ratio exceed $threshold%: $r%]"
/tools/perf/util/
A Dprint-events.h27 const char *threshold,
A Dstat-shadow.c501 double ratio, scale, threshold; in generic_metric() local
525 expr__parse(&threshold, pctx, metric_threshold) == 0 && in generic_metric()
526 !isnan(threshold)) { in generic_metric()
527 thresh = fpclassify(threshold) == FP_ZERO in generic_metric()
A Dcallchain.c1342 char *bf, int bfsize, float threshold) in count_float_printf() argument
1344 if (threshold != 0.0 && value < threshold) in count_float_printf()
/tools/perf/
A Dbuiltin-list.c205 const char *threshold, in default_print_metric() argument
278 if (threshold && print_state->detailed) { in default_print_metric()
280 wordwrap(fp, threshold, 8, pager_get_columns(), 0); in default_print_metric()
444 const char *threshold, const char *unit, in json_print_metric() argument
471 if (threshold) { in json_print_metric()
474 threshold); in json_print_metric()
A Dbuiltin-timechart.c1383 static int determine_display_tasks(struct timechart *tchart, u64 threshold) in determine_display_tasks() argument
1398 if (p->total_time >= threshold) in determine_display_tasks()
1409 if (c->total_time >= threshold) { in determine_display_tasks()
1424 static int determine_display_io_tasks(struct timechart *timechart, u64 threshold) in determine_display_io_tasks() argument
1441 if (c->total_bytes >= threshold) { in determine_display_io_tasks()
A Ddesign.txt9 trigger interrupts when a threshold number of events have passed - and can
/tools/testing/selftests/mm/
A Dmremap_test.c744 unsigned long long threshold; in remap_region() local
748 threshold = c.region_size; in remap_region()
750 threshold = MIN(threshold_mb * _1MB, c.region_size); in remap_region()
759 memcpy(src_addr, rand_addr, threshold); in remap_region()
819 num_chunks = get_sqrt(threshold); in remap_region()
821 size_t chunk_size = threshold / num_chunks; in remap_region()
844 for (t = num_chunks * (threshold / num_chunks); t < threshold; ++t) { in remap_region()
/tools/testing/selftests/bpf/progs/
A Dbpf_cubic.c458 __u32 threshold; in hystart_update() local
467 threshold = ca->delay_min + hystart_ack_delay(sk); in hystart_update()
475 threshold >>= 1; in hystart_update()
477 if ((__s32)(now - ca->round_start) > threshold) { in hystart_update()
/tools/tracing/rtla/src/
A Dosnoise.h20 long long threshold; member
A Dosnoise_top.c383 params->threshold = 1; in osnoise_top_parse_args()
474 params->threshold = get_llong_from_str(optarg); in osnoise_top_parse_args()
A Dosnoise_hist.c543 params->threshold = 1; in osnoise_hist_parse_args()
630 params->threshold = get_llong_from_str(optarg); in osnoise_hist_parse_args()
A Dosnoise.c1166 retval = osnoise_set_tracing_thresh(tool->context, params->threshold); in osnoise_apply_config()
/tools/arch/x86/intel_sdsi/
A Dintel_sdsi.c86 uint64_t threshold:3; member
289 printf(" Updates Threshold: %d\n", s->regs.prov_avail.threshold); in sdsi_read_reg()
605 s->regs.prov_avail.threshold); in sdsi_provision_akc()
635 s->regs.prov_avail.threshold); in sdsi_provision_cap()
/tools/tracing/latency/
A Dlatency-collector.c107 static const char *threshold = DFLT_THRESHOLD_US; variable
610 restore_file(TR_THRESH, &save_state.thresh, threshold); in restore_ftrace()
1442 write_file(TR_THRESH, save_state.thresh, threshold, ERR_CLEANUP); in enable_tracer()
1891 threshold = strdup(optarg); in scan_arguments()
2071 if (!strcmp(threshold, "0")) in show_params()
2074 printf("Threshold:\t\t\t\t\t\t%s\n", threshold); in show_params()
/tools/perf/Documentation/
A Dperf-stat.txt372 --metric-no-threshold::
374 compute whether a metric has exceeded its threshold expression. This
376 multiplexing. This option disables the adding of threshold expression
378 compute the threshold then the threshold is still computed and used to
428 When threshold information is available for a metric, the
429 color red is used to signify a metric has exceeded a threshold
431 no threshold information was available or the threshold
A Dperf-report.txt266 --call-graph=<print_type,threshold[,print_limit],order,sort_key[,branch],value>::
267 Display call chains using type, min percent threshold, print limit,
270 One exception is the print_limit which should be preceded by threshold.
280 threshold is a percentage value which specifies a minimum percent to be
285 to be given after threshold (but not necessarily consecutive).
458 (Default: 0). Note that this option also sets the percent limit (threshold)
459 of callchains. However the default value of callchain threshold is
A Dperf-ftrace.txt133 - thresh=<n> - Setup trace duration threshold in microseconds.
219 - thresh=<n> - Setup trace duration threshold in microseconds.
A Dperf-config.txt502 call-graph.threshold::
504 small callchains under a certain overhead (threshold) and this option
505 control the threshold. Default is 0.5 (%). The overhead is calculated
518 This one is mostly the same as call-graph.threshold but works for
A Dperf-amd-ibs.txt93 Supported load latency threshold values are 128 to 2048 (both inclusive).
A Dperf-record.txt633 - <size> - when reaching the size threshold, size is expected to
635 - <time> - when reaching the time threshold, size is expected to
638 Note: the precision of the size threshold hugely depends
853 Once a task's off-cpu time reaches this threshold (in milliseconds), it
A Dperf-intel-pt.txt458 a threshold - see cyc_thresh below.
/tools/testing/selftests/net/forwarding/
A Dtsn_lib.sh249 --sync-threshold 5000 \
/tools/arch/x86/kcpuid/
A Dcpuid.csv842 0x8000000a, 0, edx, 12, pfthreshold , Pause filter threshold
905 0x8000001c, 0, eax, 31, os_lwp_int , Interrupt on threshold overflow i…
928 0x8000001c, 0, edx, 31, hw_lwp_int , Interrupt on threshold overflow i…

Completed in 52 milliseconds