Home
last modified time | relevance | path

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

/tools/perf/tests/shell/
Drecord_lbr.sh59 local threshold=$3
98 if [ $r -gt $threshold ]; then
99 echo "$test [Failed empty br stack ratio exceed $threshold%: $r%]"
/tools/testing/selftests/mm/
Dmremap_test.c391 unsigned long long threshold; in remap_region() local
395 threshold = c.region_size; in remap_region()
397 threshold = MIN(threshold_mb * _1MB, c.region_size); in remap_region()
406 memcpy(src_addr, rand_addr, threshold); in remap_region()
466 num_chunks = get_sqrt(threshold); in remap_region()
468 size_t chunk_size = threshold / num_chunks; in remap_region()
491 for (t = num_chunks * (threshold / num_chunks); t < threshold; ++t) { in remap_region()
/tools/perf/util/
Dprint-events.h27 const char *threshold,
Dstat-shadow.c484 double ratio, scale, threshold; in generic_metric() local
508 expr__parse(&threshold, pctx, metric_threshold) == 0 && in generic_metric()
509 !isnan(threshold)) { in generic_metric()
510 color = fpclassify(threshold) == FP_ZERO in generic_metric()
Dcallchain.c1346 char *bf, int bfsize, float threshold) in count_float_printf() argument
1348 if (threshold != 0.0 && value < threshold) in count_float_printf()
/tools/perf/
Dbuiltin-list.c199 const char *threshold, in default_print_metric() argument
271 if (threshold && print_state->detailed) { in default_print_metric()
273 wordwrap(fp, threshold, 8, pager_get_columns(), 0); in default_print_metric()
436 const char *threshold, const char *unit) in json_print_metric() argument
462 if (threshold) { in json_print_metric()
465 threshold); in json_print_metric()
Dbuiltin-timechart.c1384 static int determine_display_tasks(struct timechart *tchart, u64 threshold) in determine_display_tasks() argument
1399 if (p->total_time >= threshold) in determine_display_tasks()
1410 if (c->total_time >= threshold) { in determine_display_tasks()
1425 static int determine_display_io_tasks(struct timechart *timechart, u64 threshold) in determine_display_io_tasks() argument
1442 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/testing/selftests/bpf/progs/
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/
Dosnoise_top.c34 long long threshold; member
417 params->threshold = 1; in osnoise_top_parse_args()
508 params->threshold = get_llong_from_str(optarg); in osnoise_top_parse_args()
596 if (params->threshold) { in osnoise_top_apply_config()
597 retval = osnoise_set_tracing_thresh(tool->context, params->threshold); in osnoise_top_apply_config()
Dosnoise_hist.c27 long long threshold; member
573 params->threshold = 1; in osnoise_hist_parse_args()
660 params->threshold = get_llong_from_str(optarg); in osnoise_hist_parse_args()
774 if (params->threshold) { in osnoise_hist_apply_config()
775 retval = osnoise_set_tracing_thresh(tool->context, params->threshold); in osnoise_hist_apply_config()
/tools/arch/x86/intel_sdsi/
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/testing/selftests/net/forwarding/
Dtsn_lib.sh241 --sync-threshold 5000 \
/tools/tracing/latency/
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/
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
Dperf-report.txt247 --call-graph=<print_type,threshold[,print_limit],order,sort_key[,branch],value>::
248 Display call chains using type, min percent threshold, print limit,
251 One exception is the print_limit which should be preceded by threshold.
261 threshold is a percentage value which specifies a minimum percent to be
266 to be given after threshold (but not necessarily consecutive).
431 (Default: 0). Note that this option also sets the percent limit (threshold)
432 of callchains. However the default value of callchain threshold is
Dperf-config.txt489 call-graph.threshold::
491 small callchains under a certain overhead (threshold) and this option
492 control the threshold. Default is 0.5 (%). The overhead is calculated
505 This one is mostly the same as call-graph.threshold but works for
Dperf-ftrace.txt129 - thresh=<n> - Setup trace duration threshold in microseconds.
Dperf-record.txt618 - <size> - when reaching the size threshold, size is expected to
620 - <time> - when reaching the time threshold, size is expected to
623 Note: the precision of the size threshold hugely depends
Dperf-intel-pt.txt434 a threshold - see cyc_thresh below.
/tools/arch/x86/kcpuid/
Dcpuid.csv839 0x8000000a, 0, edx, 12, pfthreshold , Pause filter threshold
902 0x8000001c, 0, eax, 31, os_lwp_int , Interrupt on threshold overflow i…
925 0x8000001c, 0, edx, 31, hw_lwp_int , Interrupt on threshold overflow i…