Home
last modified time | relevance | path

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

12

/linux-6.15/tools/perf/bench/
H A Duprobe.c114 static u64 baseline, previous; in bench_uprobe_format__default_fprintf() local
115 s64 diff_to_baseline = diff - baseline, in bench_uprobe_format__default_fprintf()
121 if (baseline) { in bench_uprobe_format__default_fprintf()
124 if (previous != baseline) in bench_uprobe_format__default_fprintf()
130 if (baseline) { in bench_uprobe_format__default_fprintf()
133 if (previous != baseline) in bench_uprobe_format__default_fprintf()
136 baseline = diff; in bench_uprobe_format__default_fprintf()
/linux-6.15/tools/perf/Documentation/
H A Dperf-diff.txt11 'perf diff' [baseline file] [data file1] [[data file2] ... ]
88 --baseline-only::
89 Show only items with match in baseline.
191 The comparison is governed by the baseline file. The baseline perf.data
197 baseline entry, are displayed with empty space within baseline column
207 b - baseline sample percentage
211 baseline/A compute/B compute/C samples
222 baseline/B compute/A compute/C samples
233 baseline/C compute/B compute/A samples
251 - A/B being matching hist entry from data/baseline file specified
[all …]
/linux-6.15/net/smc/
H A Dsmc_rx.h25 int (*fcrit)(struct smc_connection *conn, size_t baseline));
H A Dsmc_rx.c257 int (*fcrit)(struct smc_connection *conn, size_t baseline)) in smc_rx_wait() argument
351 int (*func)(struct smc_connection *conn, size_t baseline); in smc_rx_recvmsg()
/linux-6.15/drivers/usb/serial/
H A Dpl2303.c636 unsigned int baseline, mantissa, exponent; in pl2303_encode_baud_rate_divisor() local
645 baseline = 12000000 * 32; in pl2303_encode_baud_rate_divisor()
646 mantissa = baseline / baud; in pl2303_encode_baud_rate_divisor()
667 baud = (baseline / mantissa) >> (exponent << 1); in pl2303_encode_baud_rate_divisor()
675 unsigned int baseline, mantissa, exponent; in pl2303_encode_baud_rate_divisor_alt() local
684 baseline = 12000000 * 32; in pl2303_encode_baud_rate_divisor_alt()
685 mantissa = baseline / baud; in pl2303_encode_baud_rate_divisor_alt()
706 baud = (baseline / mantissa) >> exponent; in pl2303_encode_baud_rate_divisor_alt()
/linux-6.15/drivers/platform/x86/intel/ifs/
H A DKconfig8 operation beyond baseline RAS capabilities. To compile this
/linux-6.15/drivers/media/platform/imagination/
H A DKconfig12 which supports JPEG and MJPEG baseline encoding of YUV422 and YUV420
/linux-6.15/Documentation/devicetree/bindings/media/
H A Drenesas,jpu.yaml14 and decoding function conforming to the JPEG baseline process, so that the
H A Dimg,e5010-jpeg-enc.yaml15 inputs to JPEG and M-JPEG. It supports baseline JPEG Encoding up to
/linux-6.15/Documentation/userspace-api/media/v4l/
H A Ddev-touch.rst31 a no-touch reference (or "baseline") measurement:
H A Dext-ctrls-jpeg.rst11 progressive baseline DCT compression process with Huffman entropy
/linux-6.15/Documentation/devicetree/bindings/mips/img/
H A Dxilfpga.txt10 This binding document is provided as baseline guidance for the example
/linux-6.15/Documentation/filesystems/iomap/
H A Dporting.rst51 baseline of which tests pass and which ones fail.
77 You *do* have a regression test baseline for fstests, right?
/linux-6.15/sound/soc/renesas/rcar/
H A Dcore.c864 struct snd_interval *baseline, struct snd_interval *iv, in rsnd_soc_hw_rule() argument
881 baseline->min, list[i], NULL); in rsnd_soc_hw_rule()
888 baseline->max, list[i], NULL); in rsnd_soc_hw_rule()
901 baseline->min, unit, baseline->max, unit); in rsnd_soc_hw_rule()
/linux-6.15/drivers/dax/
H A DKconfig16 baseline memory pool. Mappings of a /dev/daxX.Y device impose
/linux-6.15/tools/perf/util/
H A Dprobe-finder.c1596 int baseline = 0, lineno = 0, ret = 0; in debuginfo__find_probe_point() local
1632 dwarf_decl_line(&spdie, &baseline) != 0) { in debuginfo__find_probe_point()
1640 lineno = baseline; in debuginfo__find_probe_point()
1667 dwarf_decl_line(&indie, &baseline) != 0) in debuginfo__find_probe_point()
1682 ppt->line = lineno - baseline; in debuginfo__find_probe_point()
/linux-6.15/Documentation/PCI/
H A Dpcieaer-howto.rst30 defines two error reporting paradigms: the baseline capability and
31 the Advanced Error Reporting capability. The baseline capability is
/linux-6.15/Documentation/devicetree/bindings/pinctrl/
H A Dnvidia,tegra124-pinmux.yaml16 baseline, and only documents the differences between the two bindings.
/linux-6.15/Documentation/maintainer/
H A Dmaintainer-entry-profile.rst79 - First -rc at which the development baseline branch, listed in the
/linux-6.15/Documentation/gpu/rfc/
H A Dgpusvm.rst67 Overview of baseline design
H A Di915_scheduler.rst19 * Enable CI on supported platforms for a baseline
/linux-6.15/Documentation/scsi/
H A Dufs.rst65 protocol agnostic, however SCSI has been selected as a baseline
/linux-6.15/Documentation/scheduler/
H A Dsched-stats.rst47 of these will need to start with a baseline observation and then calculate
/linux-6.15/Documentation/userspace-api/
H A Ddma-buf-alloc-exchange.rst124 This is considered the baseline interchange format, and most convenient for CPU
376 ``DRM_FORMAT_MOD_LINEAR`` for their allocation, as this is the universal baseline
/linux-6.15/Documentation/mm/
H A Dmultigen_lru.rst142 this end, the feedback loop uses the first tier as the baseline, for

12