/linux-6.8/tools/perf/Documentation/ |
D | perf-diff.txt | 11 '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 …]
|
/linux-6.8/tools/perf/bench/ |
D | uprobe.c | 110 static u64 baseline, previous; in bench_uprobe_format__default_fprintf() local 111 s64 diff_to_baseline = diff - baseline, in bench_uprobe_format__default_fprintf() 117 if (baseline) { in bench_uprobe_format__default_fprintf() 118 …printed += fprintf(fp, " %s%'" PRId64 " to baseline", diff_to_baseline > 0 ? "+" : "", diff_to_bas… in bench_uprobe_format__default_fprintf() 120 if (previous != baseline) in bench_uprobe_format__default_fprintf() 126 if (baseline) { in bench_uprobe_format__default_fprintf() 127 …printed += fprintf(fp, " %'.3f %ss/op to baseline", (double)diff_to_baseline / (double)loops, unit… in bench_uprobe_format__default_fprintf() 129 if (previous != baseline) in bench_uprobe_format__default_fprintf() 132 baseline = diff; in bench_uprobe_format__default_fprintf()
|
/linux-6.8/include/drm/ |
D | drm_eld.h | 24 /* ELD Baseline Block for ELD_Ver == 2 */ 113 * drm_eld_calc_baseline_block_size - Calculate baseline block size in bytes 116 * This is a helper for determining the payload size of the baseline block, in 131 * drm_eld_size() bytes of header and baseline block.
|
/linux-6.8/drivers/input/rmi4/ |
D | rmi_f54.c | 48 * 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",
|
/linux-6.8/drivers/usb/serial/ |
D | pl2303.c | 612 unsigned int baseline, mantissa, exponent; in pl2303_encode_baud_rate_divisor() local 621 baseline = 12000000 * 32; in pl2303_encode_baud_rate_divisor() 622 mantissa = baseline / baud; in pl2303_encode_baud_rate_divisor() 643 baud = (baseline / mantissa) >> (exponent << 1); in pl2303_encode_baud_rate_divisor() 651 unsigned int baseline, mantissa, exponent; in pl2303_encode_baud_rate_divisor_alt() local 660 baseline = 12000000 * 32; in pl2303_encode_baud_rate_divisor_alt() 661 mantissa = baseline / baud; in pl2303_encode_baud_rate_divisor_alt() 682 baud = (baseline / mantissa) >> exponent; in pl2303_encode_baud_rate_divisor_alt()
|
/linux-6.8/drivers/platform/x86/intel/ifs/ |
D | Kconfig | 8 operation beyond baseline RAS capabilities. To compile this
|
/linux-6.8/drivers/media/platform/verisilicon/ |
D | rockchip_vpu2_hw_jpeg_enc.c | 9 * The VPU JPEG encoder produces JPEG baseline sequential format. 11 * the baseline specification. Therefore, it requires
|
/linux-6.8/drivers/media/v4l2-core/ |
D | v4l2-jpeg.c | 175 * 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()
|
/linux-6.8/tools/perf/ |
D | builtin-diff.c | 140 .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()
|
D | builtin-bench.c | 109 { "baseline", "Baseline libc usleep(1000) call", bench_uprobe_baseline, },
|
/linux-6.8/tools/perf/pmu-events/arch/x86/tigerlake/ |
D | other.json | 6 … "Counts Core cycles where the core was running with power-delivery for baseline license level 0. …
|
/linux-6.8/Documentation/devicetree/bindings/media/ |
D | renesas,jpu.yaml | 14 and decoding function conforming to the JPEG baseline process, so that the
|
D | nxp,imx8-jpeg.yaml | 14 ISO/IEC 10918-1 JPEG standard compliant decoder/encoder, for Baseline
|
/linux-6.8/Documentation/userspace-api/media/v4l/ |
D | dev-touch.rst | 31 a no-touch reference (or "baseline") measurement:
|
D | ext-ctrls-jpeg.rst | 11 progressive baseline DCT compression process with Huffman entropy
|
/linux-6.8/drivers/dax/ |
D | Kconfig | 16 baseline memory pool. Mappings of a /dev/daxX.Y device impose
|
/linux-6.8/Documentation/devicetree/bindings/mips/img/ |
D | xilfpga.txt | 10 This binding document is provided as baseline guidance for the example
|
/linux-6.8/Documentation/PCI/ |
D | pcieaer-howto.rst | 30 defines two error reporting paradigms: the baseline capability and 31 the Advanced Error Reporting capability. The baseline capability is
|
/linux-6.8/drivers/gpu/drm/ci/ |
D | igt_runner.sh | 49 IGT_FAILS="--baseline /install/xfails/$DRIVER_NAME-$GPU_VERSION-fails.txt"
|
/linux-6.8/tools/perf/util/ |
D | probe-finder.c | 1569 int baseline = 0, lineno = 0, ret = 0; in debuginfo__find_probe_point() local 1586 /* Find a corresponding function (name, baseline and baseaddr) */ in debuginfo__find_probe_point() 1592 dwarf_decl_line(&spdie, &baseline) != 0) { in debuginfo__find_probe_point() 1600 lineno = baseline; in debuginfo__find_probe_point() 1622 * of the inline function, baseline should in debuginfo__find_probe_point() 1627 dwarf_decl_line(&indie, &baseline) != 0) in debuginfo__find_probe_point() 1633 /* Verify the lineno and baseline are in a same file */ in debuginfo__find_probe_point() 1642 ppt->line = lineno - baseline; in debuginfo__find_probe_point()
|
/linux-6.8/tools/perf/pmu-events/arch/x86/skylakex/ |
D | other.json | 6 …ption": "Core cycles where the core was running with power-delivery for baseline license level 0. …
|
/linux-6.8/arch/arc/include/asm/ |
D | cmpxchg.h | 116 * EX instructions is baseline and present in !LLSC too. But in this
|
/linux-6.8/Documentation/devicetree/bindings/net/ |
D | amd-xgbe.txt | 43 - amd,serdes-blwc: Baseline wandering correction enablement
|
/linux-6.8/drivers/input/mouse/ |
D | elan_i2c_core.c | 805 dev_err(dev, "Failed to enable calibration mode to get baseline: %d\n", in acquire_store() 815 dev_err(dev, "Failed to read max baseline form device: %d\n", in acquire_store() 823 dev_err(dev, "Failed to read min baseline form device: %d\n", in acquire_store() 834 dev_err(dev, "Failed to disable calibration mode after acquiring baseline: %d\n", in acquire_store() 904 .name = "baseline",
|
/linux-6.8/Documentation/maintainer/ |
D | maintainer-entry-profile.rst | 79 - First -rc at which the development baseline branch, listed in the
|