Home
last modified time | relevance | path

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

12

/linux-6.12.1/tools/perf/bench/
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.12.1/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 …]
Dperf-config.txt606 The default is 0, which means sorting by baseline.
/linux-6.12.1/drivers/usb/serial/
Dpl2303.c613 unsigned int baseline, mantissa, exponent; in pl2303_encode_baud_rate_divisor() local
622 baseline = 12000000 * 32; in pl2303_encode_baud_rate_divisor()
623 mantissa = baseline / baud; in pl2303_encode_baud_rate_divisor()
644 baud = (baseline / mantissa) >> (exponent << 1); in pl2303_encode_baud_rate_divisor()
652 unsigned int baseline, mantissa, exponent; in pl2303_encode_baud_rate_divisor_alt() local
661 baseline = 12000000 * 32; in pl2303_encode_baud_rate_divisor_alt()
662 mantissa = baseline / baud; in pl2303_encode_baud_rate_divisor_alt()
683 baud = (baseline / mantissa) >> exponent; in pl2303_encode_baud_rate_divisor_alt()
/linux-6.12.1/drivers/media/platform/imagination/
DKconfig12 which supports JPEG and MJPEG baseline encoding of YUV422 and YUV420
/linux-6.12.1/drivers/platform/x86/intel/ifs/
DKconfig8 operation beyond baseline RAS capabilities. To compile this
/linux-6.12.1/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 entropy
/linux-6.12.1/Documentation/filesystems/iomap/
Dporting.rst51 baseline of which tests pass and which ones fail.
77 You *do* have a regression test baseline for fstests, right?
/linux-6.12.1/Documentation/devicetree/bindings/mips/img/
Dxilfpga.txt10 This binding document is provided as baseline guidance for the example
/linux-6.12.1/sound/soc/sh/rcar/
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.12.1/drivers/dax/
DKconfig16 baseline memory pool. Mappings of a /dev/daxX.Y device impose
/linux-6.12.1/tools/perf/util/
Dprobe-finder.c1567 int baseline = 0, lineno = 0, ret = 0; in debuginfo__find_probe_point() local
1590 dwarf_decl_line(&spdie, &baseline) != 0) { in debuginfo__find_probe_point()
1598 lineno = baseline; in debuginfo__find_probe_point()
1625 dwarf_decl_line(&indie, &baseline) != 0) in debuginfo__find_probe_point()
1640 ppt->line = lineno - baseline; in debuginfo__find_probe_point()
/linux-6.12.1/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.12.1/Documentation/maintainer/
Dmaintainer-entry-profile.rst79 - First -rc at which the development baseline branch, listed in the
/linux-6.12.1/Documentation/scsi/
Dufs.rst65 protocol agnostic, however SCSI has been selected as a baseline
/linux-6.12.1/Documentation/gpu/rfc/
Di915_scheduler.rst19 * Enable CI on supported platforms for a baseline
/linux-6.12.1/Documentation/scheduler/
Dsched-stats.rst32 of these will need to start with a baseline observation and then calculate
/linux-6.12.1/Documentation/userspace-api/
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.12.1/Documentation/arch/arm64/
Darm-acpi.rst102 -- its baseline. ACPI firmware must continue to work, even though it may
104 for that baseline version of ACPI. There may be a need for additional drivers,
/linux-6.12.1/Documentation/mm/
Dmultigen_lru.rst142 this end, the feedback loop uses the first tier as the baseline, for
/linux-6.12.1/Documentation/admin-guide/pm/
Dintel-speed-select.rst569 performance, execute some workload and measure performance and get a baseline
581 Measure baseline performance for comparison
/linux-6.12.1/lib/zstd/decompress/
Dzstd_decompress_block.c619 U32 const baseline = baseValue[symbol]; in ZSTD_buildSeqTable() local
621 ZSTD_buildSeqTable_rle(DTableSpace, baseline, nbBits); in ZSTD_buildSeqTable()
/linux-6.12.1/drivers/input/mouse/
Dcyapa.c1222 static DEVICE_ATTR(baseline, S_IRUGO, cyapa_show_baseline, NULL);
/linux-6.12.1/tools/testing/selftests/net/netfilter/
Dnft_concat_range.sh1470 info " baseline (drop from netdev hook): ${pps}pps"

12