| /Linux-v6.1/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-v6.1/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-v6.1/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-v6.1/drivers/platform/x86/intel/ifs/ |
| D | Kconfig | 12 operation beyond baseline RAS capabilities. To compile this
|
| /Linux-v6.1/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-v6.1/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-v6.1/tools/perf/ |
| D | builtin-diff.c | 140 .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() 1264 OPT_BOOLEAN('b', "baseline-only", &show_baseline_only, 1265 "Show only items with match in baseline"), 1655 /* baseline is special */ in __hpp__entry_global() 1799 * Baseline or compute related columns: in ui_init() 1839 * will be sorted out by first try or baseline and comparing in ui_init()
|
| /Linux-v6.1/include/drm/ |
| D | drm_edid.h | 279 /* ELD Baseline Block for ELD_Ver == 2 */ 454 * drm_eld_calc_baseline_block_size - Calculate baseline block size in bytes 457 * This is a helper for determining the payload size of the baseline block, in 472 * drm_eld_size() bytes of header and baseline block.
|
| /Linux-v6.1/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-v6.1/drivers/usb/misc/sisusbvga/ |
| D | sisusb_con.c | 701 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()
|
| /Linux-v6.1/drivers/dax/ |
| D | Kconfig | 17 baseline memory pool. Mappings of a /dev/daxX.Y device impose
|
| /Linux-v6.1/tools/perf/pmu-events/arch/x86/tigerlake/ |
| D | other.json | 9 … "Counts Core cycles where the core was running with power-delivery for baseline license level 0. …
|
| /Linux-v6.1/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 entrophy
|
| /Linux-v6.1/mm/damon/ |
| D | core.c | 620 * @baseline: the time to check whether the interval has elapsed since 623 * See whether the given time interval has passed since the given baseline 624 * time. If so, it also updates the baseline to current time for next check. 628 static bool damon_check_reset_time_interval(struct timespec64 *baseline, in damon_check_reset_time_interval() argument 634 if ((timespec64_to_ns(&now) - timespec64_to_ns(baseline)) < in damon_check_reset_time_interval() 637 *baseline = now; in damon_check_reset_time_interval()
|
| /Linux-v6.1/Documentation/devicetree/bindings/mips/img/ |
| D | xilfpga.txt | 10 This binding document is provided as baseline guidance for the example
|
| /Linux-v6.1/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-v6.1/Documentation/devicetree/bindings/net/ |
| D | amd-xgbe.txt | 43 - amd,serdes-blwc: Baseline wandering correction enablement
|
| /Linux-v6.1/arch/arc/include/asm/ |
| D | cmpxchg.h | 116 * EX instructions is baseline and present in !LLSC too. But in this
|
| /Linux-v6.1/tools/perf/util/ |
| D | probe-finder.c | 1716 int baseline = 0, lineno = 0, ret = 0; in debuginfo__find_probe_point() local 1733 /* Find a corresponding function (name, baseline and baseaddr) */ in debuginfo__find_probe_point() 1739 dwarf_decl_line(&spdie, &baseline) != 0) { in debuginfo__find_probe_point() 1747 lineno = baseline; in debuginfo__find_probe_point() 1769 * of the inline function, baseline should in debuginfo__find_probe_point() 1774 dwarf_decl_line(&indie, &baseline) != 0) in debuginfo__find_probe_point() 1780 /* Verify the lineno and baseline are in a same file */ in debuginfo__find_probe_point() 1789 ppt->line = lineno - baseline; in debuginfo__find_probe_point()
|
| /Linux-v6.1/Documentation/maintainer/ |
| D | maintainer-entry-profile.rst | 79 - First -rc at which the development baseline branch, listed in the
|
| /Linux-v6.1/drivers/input/mouse/ |
| D | elan_i2c_core.c | 806 dev_err(dev, "Failed to enable calibration mode to get baseline: %d\n", in acquire_store() 816 dev_err(dev, "Failed to read max baseline form device: %d\n", in acquire_store() 824 dev_err(dev, "Failed to read min baseline form device: %d\n", in acquire_store() 835 dev_err(dev, "Failed to disable calibration mode after acquiring baseline: %d\n", in acquire_store() 905 .name = "baseline",
|
| /Linux-v6.1/drivers/net/ethernet/dec/tulip/ |
| D | pnic2.c | 294 * should we try again or default to baseline in pnic2_lnk_change() 297 * for now default to some baseline case in pnic2_lnk_change()
|
| /Linux-v6.1/tools/perf/pmu-events/arch/x86/skylakex/ |
| D | other.json | 8 …ption": "Core cycles where the core was running with power-delivery for baseline license level 0. …
|