| /tools/perf/tests/shell/ |
| A D | record_lbr.sh | 60 local threshold=$3 99 if [ $r -gt $threshold ]; then 100 echo "$test [Failed empty br stack ratio exceed $threshold%: $r%]"
|
| /tools/perf/util/ |
| A D | print-events.h | 27 const char *threshold,
|
| A D | stat-shadow.c | 501 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 D | callchain.c | 1342 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 D | builtin-list.c | 205 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 D | builtin-timechart.c | 1383 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 D | design.txt | 9 trigger interrupts when a threshold number of events have passed - and can
|
| /tools/testing/selftests/mm/ |
| A D | mremap_test.c | 744 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 D | bpf_cubic.c | 458 __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 D | osnoise.h | 20 long long threshold; member
|
| A D | osnoise_top.c | 383 params->threshold = 1; in osnoise_top_parse_args() 474 params->threshold = get_llong_from_str(optarg); in osnoise_top_parse_args()
|
| A D | osnoise_hist.c | 543 params->threshold = 1; in osnoise_hist_parse_args() 630 params->threshold = get_llong_from_str(optarg); in osnoise_hist_parse_args()
|
| A D | osnoise.c | 1166 retval = osnoise_set_tracing_thresh(tool->context, params->threshold); in osnoise_apply_config()
|
| /tools/arch/x86/intel_sdsi/ |
| A D | intel_sdsi.c | 86 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 D | latency-collector.c | 107 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 D | perf-stat.txt | 372 --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 D | perf-report.txt | 266 --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 D | perf-ftrace.txt | 133 - thresh=<n> - Setup trace duration threshold in microseconds. 219 - thresh=<n> - Setup trace duration threshold in microseconds.
|
| A D | perf-config.txt | 502 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 D | perf-amd-ibs.txt | 93 Supported load latency threshold values are 128 to 2048 (both inclusive).
|
| A D | perf-record.txt | 633 - <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 D | perf-intel-pt.txt | 458 a threshold - see cyc_thresh below.
|
| /tools/testing/selftests/net/forwarding/ |
| A D | tsn_lib.sh | 249 --sync-threshold 5000 \
|
| /tools/arch/x86/kcpuid/ |
| A D | cpuid.csv | 842 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…
|