Home
last modified time | relevance | path

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

12

/linux-6.1.9/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.
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
196 All samples from non-baseline perf.data files, that do not match any
197 baseline entry, are displayed with empty space within baseline column
207 b - baseline sample percentage
[all …]
/linux-6.1.9/drivers/usb/serial/
Dpl2303.c612 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.1.9/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()
/linux-6.1.9/drivers/platform/x86/intel/ifs/
DKconfig12 operation beyond baseline RAS capabilities. To compile this
/linux-6.1.9/Documentation/devicetree/bindings/media/
Drenesas,jpu.yaml14 and decoding function conforming to the JPEG baseline process, so that the
/linux-6.1.9/Documentation/userspace-api/media/v4l/
Ddev-touch.rst31 a no-touch reference (or "baseline") measurement:
Dext-ctrls-jpeg.rst11 progressive baseline DCT compression process with Huffman entrophy
/linux-6.1.9/Documentation/devicetree/bindings/mips/img/
Dxilfpga.txt10 This binding document is provided as baseline guidance for the example
/linux-6.1.9/drivers/dax/
DKconfig17 baseline memory pool. Mappings of a /dev/daxX.Y device impose
/linux-6.1.9/mm/damon/
Dcore.c628 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-6.1.9/tools/perf/util/
Dprobe-finder.c1716 int baseline = 0, lineno = 0, ret = 0; in debuginfo__find_probe_point() local
1739 dwarf_decl_line(&spdie, &baseline) != 0) { in debuginfo__find_probe_point()
1747 lineno = baseline; in debuginfo__find_probe_point()
1774 dwarf_decl_line(&indie, &baseline) != 0) in debuginfo__find_probe_point()
1789 ppt->line = lineno - baseline; in debuginfo__find_probe_point()
/linux-6.1.9/Documentation/maintainer/
Dmaintainer-entry-profile.rst79 - First -rc at which the development baseline branch, listed in the
/linux-6.1.9/Documentation/devicetree/bindings/pinctrl/
Dnvidia,tegra114-pinmux.txt6 a baseline, and only documents the differences between the two bindings.
Dnvidia,tegra30-pinmux.txt5 that binding as a baseline, and only documents the differences between the
Dnvidia,tegra124-pinmux.txt6 a baseline, and only documents the differences between the two bindings.
/linux-6.1.9/Documentation/PCI/
Dpcieaer-howto.rst30 defines two error reporting paradigms: the baseline capability and
31 the Advanced Error Reporting capability. The baseline capability is
/linux-6.1.9/sound/soc/sh/rcar/
Dcore.c872 struct snd_interval *baseline, struct snd_interval *iv) in rsnd_soc_hw_rule() argument
888 baseline->min, list[i], NULL); in rsnd_soc_hw_rule()
895 baseline->max, list[i], NULL); in rsnd_soc_hw_rule()
/linux-6.1.9/Documentation/gpu/rfc/
Di915_scheduler.rst19 * Enable CI on supported platforms for a baseline
/linux-6.1.9/Documentation/scsi/
Dufs.rst65 protocol agnostic, however SCSI has been selected as a baseline
/linux-6.1.9/Documentation/mm/
Dmultigen_lru.rst141 this end, the feedback loop uses the first tier as the baseline, for
/linux-6.1.9/Documentation/scheduler/
Dsched-stats.rst27 of these will need to start with a baseline observation and then calculate
/linux-6.1.9/lib/zstd/decompress/
Dzstd_decompress_block.c543 U32 const baseline = baseValue[symbol]; in ZSTD_buildSeqTable() local
545 ZSTD_buildSeqTable_rle(DTableSpace, baseline, nbBits); in ZSTD_buildSeqTable()
/linux-6.1.9/Documentation/arm64/
Darm-acpi.rst101 -- it's baseline. ACPI firmware must continue to work, even though it may
103 for that baseline version of ACPI. There may be a need for additional drivers,
/linux-6.1.9/tools/testing/selftests/netfilter/
Dnft_concat_range.sh1486 info " baseline (drop from netdev hook): ${pps}pps"
/linux-6.1.9/drivers/input/mouse/
Dcyapa.c1222 static DEVICE_ATTR(baseline, S_IRUGO, cyapa_show_baseline, NULL);

12