Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/Documentation/
Dperf-diff.txt11 'perf diff' [baseline file] [data file1] [[data file2] ... ]
88 --baseline-only::
89 Show only items with match in baseline.
107 Specify compute sorting column number. 0 means sorting by baseline
109 (data from the first file other base baseline). Values more than 1
123 The comparison is governed by the baseline file. The baseline perf.data
125 the command line are searched for the baseline sample pair. If the pair
128 All samples from non-baseline perf.data files, that do not match any
129 baseline entry, are displayed with empty space within baseline column
139 b - baseline sample percentage
[all …]
Dperf-config.txt509 The default is 0, which means sorting by baseline.
/Linux-v4.19/drivers/usb/misc/sisusbvga/
Dsisusb_con.c715 int from, to, baseline; in sisusbcon_cursor() local
742 baseline = c->vc_font.height - (c->vc_font.height < 10 ? 1 : 2); in sisusbcon_cursor()
749 to = baseline; in sisusbcon_cursor()
752 to = baseline; in sisusbcon_cursor()
755 to = baseline; in sisusbcon_cursor()
761 case CUR_UNDERLINE: from = baseline - 1; in sisusbcon_cursor()
762 to = baseline; in sisusbcon_cursor()
/Linux-v4.19/drivers/dax/
DKconfig20 baseline memory pool. Mappings of a /dev/daxX.Y device impose
/Linux-v4.19/Documentation/devicetree/bindings/media/
Drenesas,jpu.txt4 and decoding function conforming to the JPEG baseline process, so that the JPU
/Linux-v4.19/drivers/usb/serial/
Dpl2303.c429 unsigned int baseline, mantissa, exponent; in pl2303_encode_baud_rate_divisor() local
438 baseline = 12000000 * 32; in pl2303_encode_baud_rate_divisor()
439 mantissa = baseline / baud; in pl2303_encode_baud_rate_divisor()
460 baud = (baseline / mantissa) >> (exponent << 1); in pl2303_encode_baud_rate_divisor()
/Linux-v4.19/Documentation/media/uapi/v4l/
Ddev-touch.rst31 a no-touch reference (or "baseline") measurement:
Dextended-controls.rst1900 level is done via a delta value against a baseline loop filter
3282 progressive baseline DCT compression process with Huffman entrophy
Dsubdev-formats.rst7512 For instance, for a JPEG baseline process and an 8-bit bus width the
/Linux-v4.19/Documentation/devicetree/bindings/mips/img/
Dxilfpga.txt10 This binding document is provided as baseline guidance for the example
/Linux-v4.19/tools/perf/util/
Dprobe-finder.c1548 int baseline = 0, lineno = 0, ret = 0; in debuginfo__find_probe_point() local
1571 dwarf_decl_line(&spdie, &baseline) != 0) { in debuginfo__find_probe_point()
1579 lineno = baseline; in debuginfo__find_probe_point()
1606 dwarf_decl_line(&indie, &baseline) != 0) in debuginfo__find_probe_point()
1621 ppt->line = lineno - baseline; in debuginfo__find_probe_point()
/Linux-v4.19/sound/soc/sh/rcar/
Dcore.c760 struct snd_interval *baseline, struct snd_interval *iv) in rsnd_soc_hw_rule() argument
776 baseline->min, list[i], NULL); in rsnd_soc_hw_rule()
783 baseline->max, list[i], NULL); in rsnd_soc_hw_rule()
/Linux-v4.19/Documentation/devicetree/bindings/pinctrl/
Dnvidia,tegra30-pinmux.txt5 that binding as a baseline, and only documents the differences between the
Dnvidia,tegra114-pinmux.txt6 a baseline, and only documents the differences between the two bindings.
Dnvidia,tegra124-pinmux.txt6 a baseline, and only documents the differences between the two bindings.
/Linux-v4.19/Documentation/scsi/
Dufs.txt54 protocol agnostic, however SCSI has been selected as a baseline
/Linux-v4.19/Documentation/PCI/
Dpcieaer-howto.txt22 defines two error reporting paradigms: the baseline capability and
23 the Advanced Error Reporting capability. The baseline capability is
/Linux-v4.19/Documentation/scheduler/
Dsched-stats.txt23 of these will need to start with a baseline observation and then calculate
/Linux-v4.19/Documentation/riscv/
Dpmu.txt48 basic support to a baseline QEMU model.
/Linux-v4.19/Documentation/arm64/
Darm-acpi.txt99 -- it's baseline. ACPI firmware must continue to work, even though it may
101 for that baseline version of ACPI. There may be a need for additional drivers,
/Linux-v4.19/drivers/input/mouse/
Dcyapa.c1223 static DEVICE_ATTR(baseline, S_IRUGO, cyapa_show_baseline, NULL);