/linux/tools/perf/Documentation/ |
A D | perf-diff.txt | 11 '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/drivers/usb/serial/ |
A D | pl2303.c | 601 unsigned int baseline, mantissa, exponent; in pl2303_encode_baud_rate_divisor() local 610 baseline = 12000000 * 32; in pl2303_encode_baud_rate_divisor() 611 mantissa = baseline / baud; in pl2303_encode_baud_rate_divisor() 632 baud = (baseline / mantissa) >> (exponent << 1); in pl2303_encode_baud_rate_divisor() 640 unsigned int baseline, mantissa, exponent; in pl2303_encode_baud_rate_divisor_alt() local 649 baseline = 12000000 * 32; in pl2303_encode_baud_rate_divisor_alt() 650 mantissa = baseline / baud; in pl2303_encode_baud_rate_divisor_alt() 671 baud = (baseline / mantissa) >> exponent; in pl2303_encode_baud_rate_divisor_alt()
|
/linux/drivers/usb/misc/sisusbvga/ |
A 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/Documentation/devicetree/bindings/media/ |
A D | renesas,jpu.txt | 4 and decoding function conforming to the JPEG baseline process, so that the JPU
|
/linux/Documentation/userspace-api/media/v4l/ |
A D | dev-touch.rst | 31 a no-touch reference (or "baseline") measurement:
|
A D | ext-ctrls-jpeg.rst | 11 progressive baseline DCT compression process with Huffman entrophy
|
/linux/Documentation/devicetree/bindings/mips/img/ |
A D | xilfpga.txt | 10 This binding document is provided as baseline guidance for the example
|
/linux/mm/damon/ |
A D | core.c | 505 static bool damon_check_reset_time_interval(struct timespec64 *baseline, in damon_check_reset_time_interval() argument 511 if ((timespec64_to_ns(&now) - timespec64_to_ns(baseline)) < in damon_check_reset_time_interval() 514 *baseline = now; in damon_check_reset_time_interval()
|
/linux/drivers/dax/ |
A D | Kconfig | 21 baseline memory pool. Mappings of a /dev/daxX.Y device impose
|
/linux/tools/perf/util/ |
A D | probe-finder.c | 1716 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/Documentation/maintainer/ |
A D | maintainer-entry-profile.rst | 79 - First -rc at which the development baseline branch, listed in the
|
/linux/Documentation/devicetree/bindings/pinctrl/ |
A D | nvidia,tegra114-pinmux.txt | 6 a baseline, and only documents the differences between the two bindings.
|
A D | nvidia,tegra30-pinmux.txt | 5 that binding as a baseline, and only documents the differences between the
|
A D | nvidia,tegra124-pinmux.txt | 6 a baseline, and only documents the differences between the two bindings.
|
/linux/Documentation/PCI/ |
A 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/sound/soc/sh/rcar/ |
A D | core.c | 872 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/Documentation/scsi/ |
A D | ufs.rst | 63 protocol agnostic, however SCSI has been selected as a baseline
|
/linux/Documentation/gpu/rfc/ |
A D | i915_scheduler.rst | 19 * Enable CI on supported platforms for a baseline
|
/linux/Documentation/scheduler/ |
A D | sched-stats.rst | 27 of these will need to start with a baseline observation and then calculate
|
/linux/lib/zstd/decompress/ |
A D | zstd_decompress_block.c | 543 U32 const baseline = baseValue[symbol]; in ZSTD_buildSeqTable() local 545 ZSTD_buildSeqTable_rle(DTableSpace, baseline, nbBits); in ZSTD_buildSeqTable()
|
/linux/Documentation/riscv/ |
A D | pmu.rst | 50 basic support to a baseline QEMU model.
|
/linux/tools/testing/selftests/netfilter/ |
A D | nft_concat_range.sh | 1428 info " baseline (drop from netdev hook): ${pps}pps"
|
/linux/Documentation/arm64/ |
A D | arm-acpi.rst | 101 -- 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/Documentation/admin-guide/pm/ |
A D | intel-speed-select.rst | 547 performance, execute some workload and measure performance and get a baseline 559 Measure baseline performance for comparison
|
/linux/drivers/input/mouse/ |
A D | cyapa.c | 1222 static DEVICE_ATTR(baseline, S_IRUGO, cyapa_show_baseline, NULL);
|