Home
last modified time | relevance | path

Searched full:baseline (Results 1 – 25 of 217) sorted by relevance

123456789

/kernel/linux/linux-5.10/tools/perf/Documentation/
Dperf-diff.txt11 'perf diff' [baseline file] [data file1] [[data file2] ... ]
45 of the Baseline/Delta column. See --percentage for more info.
51 of the Baseline/Delta column. See --percentage for more info.
57 of the Baseline/Delta column. See --percentage for more info.
88 --baseline-only::
89 Show only items with match in baseline.
113 Specify compute sorting column number. 0 means sorting by baseline
115 (data from the first file other base baseline). Values more than 1
191 The comparison is governed by the baseline file. The baseline perf.data
193 the command line are searched for the baseline sample pair. If the pair
[all …]
/kernel/linux/linux-6.6/tools/perf/Documentation/
Dperf-diff.txt11 'perf diff' [baseline file] [data file1] [[data file2] ... ]
45 of the Baseline/Delta column. See --percentage for more info.
51 of the Baseline/Delta column. See --percentage for more info.
57 of the Baseline/Delta column. See --percentage for more info.
88 --baseline-only::
89 Show only items with match in baseline.
113 Specify compute sorting column number. 0 means sorting by baseline
115 (data from the first file other base baseline). Values more than 1
191 The comparison is governed by the baseline file. The baseline perf.data
193 the command line are searched for the baseline sample pair. If the pair
[all …]
/kernel/linux/linux-6.6/tools/perf/bench/
Duprobe.c109 static u64 baseline, previous; in bench_uprobe_format__default_fprintf() local
110 s64 diff_to_baseline = diff - baseline, in bench_uprobe_format__default_fprintf()
116 if (baseline) { in bench_uprobe_format__default_fprintf()
117 …printed += fprintf(fp, " %s%'" PRId64 " to baseline", diff_to_baseline > 0 ? "+" : "", diff_to_bas… in bench_uprobe_format__default_fprintf()
119 if (previous != baseline) in bench_uprobe_format__default_fprintf()
125 if (baseline) { in bench_uprobe_format__default_fprintf()
126 …printed += fprintf(fp, " %'.3f %ss/op to baseline", (double)diff_to_baseline / (double)loops, unit… in bench_uprobe_format__default_fprintf()
128 if (previous != baseline) in bench_uprobe_format__default_fprintf()
131 baseline = diff; in bench_uprobe_format__default_fprintf()
/kernel/linux/linux-5.10/drivers/input/rmi4/
Drmi_f54.c46 * from baseline for each pixel.
49 * from baseline for each pixel.
55 * @F54_TRUE_BASELINE: True Baseline Report. The baseline capacitance for each
84 [F54_TRUE_BASELINE] = "True Baseline",
/kernel/linux/linux-6.6/drivers/platform/x86/intel/ifs/
DKconfig8 operation beyond baseline RAS capabilities. To compile this
/kernel/linux/linux-5.10/drivers/staging/media/hantro/
Drk3399_vpu_hw_jpeg_enc.c9 * The VPU JPEG encoder produces JPEG baseline sequential format.
11 * the baseline specification. Therefore, it requires
/kernel/linux/linux-5.10/include/drm/
Ddrm_edid.h243 /* ELD Baseline Block for ELD_Ver == 2 */
430 * drm_eld_calc_baseline_block_size - Calculate baseline block size in bytes
433 * This is a helper for determining the payload size of the baseline block, in
448 * drm_eld_size() bytes of header and baseline block.
/kernel/linux/linux-6.6/drivers/input/rmi4/
Drmi_f54.c48 * from baseline for each pixel.
51 * from baseline for each pixel.
57 * @F54_TRUE_BASELINE: True Baseline Report. The baseline capacitance for each
90 [F54_TRUE_BASELINE] = "True Baseline",
/kernel/linux/linux-6.6/drivers/usb/serial/
Dpl2303.c615 unsigned int baseline, mantissa, exponent; in pl2303_encode_baud_rate_divisor() local
624 baseline = 12000000 * 32; in pl2303_encode_baud_rate_divisor()
625 mantissa = baseline / baud; in pl2303_encode_baud_rate_divisor()
646 baud = (baseline / mantissa) >> (exponent << 1); in pl2303_encode_baud_rate_divisor()
654 unsigned int baseline, mantissa, exponent; in pl2303_encode_baud_rate_divisor_alt() local
663 baseline = 12000000 * 32; in pl2303_encode_baud_rate_divisor_alt()
664 mantissa = baseline / baud; in pl2303_encode_baud_rate_divisor_alt()
685 baud = (baseline / mantissa) >> exponent; in pl2303_encode_baud_rate_divisor_alt()
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/
Drockchip_vpu2_hw_jpeg_enc.c9 * The VPU JPEG encoder produces JPEG baseline sequential format.
11 * the baseline specification. Therefore, it requires
/kernel/linux/linux-6.6/net/smc/
Dsmc_rx.h25 int (*fcrit)(struct smc_connection *conn, size_t baseline));
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/
Drenesas,jpu.txt4 and decoding function conforming to the JPEG baseline process, so that the JPU
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
Dv4l2-jpeg.c174 * Baseline DCT only supports 8-bit precision. in jpeg_parse_frame_header()
311 /* Lq = 2 + n * 65 (for baseline DCT), n >= 1 */ in jpeg_parse_quantization_tables()
384 /* only two Huffman tables for baseline DCT */ in jpeg_parse_huffman_tables()
482 /* baseline DCT, extended sequential DCT */ in v4l2_jpeg_parse_header()
/kernel/linux/linux-6.6/drivers/media/v4l2-core/
Dv4l2-jpeg.c175 * Baseline DCT only supports 8-bit precision. in jpeg_parse_frame_header()
312 /* Lq = 2 + n * 65 (for baseline DCT), n >= 1 */ in jpeg_parse_quantization_tables()
385 /* only two Huffman tables for baseline DCT */ in jpeg_parse_huffman_tables()
516 /* baseline DCT, extended sequential DCT */ in v4l2_jpeg_parse_header()
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/tigerlake/
Dother.json6 … "Counts Core cycles where the core was running with power-delivery for baseline license level 0. …
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/media/
Drenesas,jpu.yaml14 and decoding function conforming to the JPEG baseline process, so that the
Dnxp,imx8-jpeg.yaml14 ISO/IEC 10918-1 JPEG standard compliant decoder/encoder, for Baseline
/kernel/linux/linux-6.6/tools/perf/
Dbuiltin-diff.c140 .name = "Baseline",
457 * tree since normally only the baseline hists will call in diff__process_sample_event()
846 * The delta can be computed without the baseline, but in hist_entry__cmp_compute_idx()
970 !d->idx ? "(Baseline)" : ""); in data__fprintf()
1266 OPT_BOOLEAN('b', "baseline-only", &show_baseline_only,
1267 "Show only items with match in baseline"),
1657 /* baseline is special */ in __hpp__entry_global()
1801 * Baseline or compute related columns: in ui_init()
1841 * will be sorted out by first try or baseline and comparing in ui_init()
/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-diff.c140 .name = "Baseline",
455 * tree since normally only the baseline hists will call in diff__process_sample_event()
844 * The delta can be computed without the baseline, but in hist_entry__cmp_compute_idx()
968 !d->idx ? "(Baseline)" : ""); in data__fprintf()
1263 OPT_BOOLEAN('b', "baseline-only", &show_baseline_only,
1264 "Show only items with match in baseline"),
1654 /* baseline is special */ in __hpp__entry_global()
1798 * Baseline or compute realted columns: in ui_init()
1838 * will be sorted out by first try or baseline and comparing in ui_init()
/kernel/linux/linux-6.6/include/drm/
Ddrm_edid.h283 /* ELD Baseline Block for ELD_Ver == 2 */
451 * drm_eld_calc_baseline_block_size - Calculate baseline block size in bytes
454 * This is a helper for determining the payload size of the baseline block, in
469 * drm_eld_size() bytes of header and baseline block.
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Ddev-touch.rst31 a no-touch reference (or "baseline") measurement:
/kernel/linux/linux-6.6/Documentation/userspace-api/media/v4l/
Ddev-touch.rst31 a no-touch reference (or "baseline") measurement:
/kernel/linux/linux-5.10/drivers/usb/misc/sisusbvga/
Dsisusb_con.c701 int from, to, baseline; in sisusbcon_cursor() local
728 baseline = c->vc_font.height - (c->vc_font.height < 10 ? 1 : 2); in sisusbcon_cursor()
735 to = baseline; in sisusbcon_cursor()
738 to = baseline; in sisusbcon_cursor()
741 to = baseline; in sisusbcon_cursor()
747 case CUR_UNDERLINE: from = baseline - 1; in sisusbcon_cursor()
748 to = baseline; in sisusbcon_cursor()
/kernel/linux/linux-5.10/drivers/dax/
DKconfig21 baseline memory pool. Mappings of a /dev/daxX.Y device impose
/kernel/linux/linux-6.6/drivers/dax/
DKconfig16 baseline memory pool. Mappings of a /dev/daxX.Y device impose

123456789