| /Linux-v6.6/tools/perf/bench/ |
| D | uprobe.c | 109 static u64 baseline, previous; in bench_uprobe_format__default_fprintf() local 110 s64 diff_to_baseline = diff - baseline, in bench_uprobe_format__default_fprintf() 116 if (baseline) { in bench_uprobe_format__default_fprintf() 119 if (previous != baseline) in bench_uprobe_format__default_fprintf() 125 if (baseline) { in bench_uprobe_format__default_fprintf() 128 if (previous != baseline) in bench_uprobe_format__default_fprintf() 131 baseline = diff; in bench_uprobe_format__default_fprintf()
|
| /Linux-v6.6/tools/perf/Documentation/ |
| D | perf-diff.txt | 11 '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 …]
|
| D | perf-config.txt | 605 The default is 0, which means sorting by baseline.
|
| /Linux-v6.6/drivers/usb/serial/ |
| D | pl2303.c | 612 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-v6.6/drivers/platform/x86/intel/ifs/ |
| D | Kconfig | 8 operation beyond baseline RAS capabilities. To compile this
|
| /Linux-v6.6/Documentation/userspace-api/media/v4l/ |
| D | dev-touch.rst | 31 a no-touch reference (or "baseline") measurement:
|
| D | ext-ctrls-jpeg.rst | 11 progressive baseline DCT compression process with Huffman entropy
|
| D | ext-ctrls-codec.rst | 2109 level is done via a delta value against a baseline loop filter
|
| D | subdev-formats.rst | 8154 For instance, for a JPEG baseline process and an 8-bit bus width the
|
| /Linux-v6.6/Documentation/devicetree/bindings/mips/img/ |
| D | xilfpga.txt | 10 This binding document is provided as baseline guidance for the example
|
| /Linux-v6.6/sound/soc/sh/rcar/ |
| D | core.c | 880 struct snd_interval *baseline, struct snd_interval *iv, in rsnd_soc_hw_rule() argument 897 baseline->min, list[i], NULL); in rsnd_soc_hw_rule() 904 baseline->max, list[i], NULL); in rsnd_soc_hw_rule() 917 baseline->min, unit, baseline->max, unit); in rsnd_soc_hw_rule()
|
| /Linux-v6.6/drivers/dax/ |
| D | Kconfig | 16 baseline memory pool. Mappings of a /dev/daxX.Y device impose
|
| /Linux-v6.6/tools/perf/util/ |
| D | probe-finder.c | 1725 int baseline = 0, lineno = 0, ret = 0; in debuginfo__find_probe_point() local 1748 dwarf_decl_line(&spdie, &baseline) != 0) { in debuginfo__find_probe_point() 1756 lineno = baseline; in debuginfo__find_probe_point() 1783 dwarf_decl_line(&indie, &baseline) != 0) in debuginfo__find_probe_point() 1798 ppt->line = lineno - baseline; in debuginfo__find_probe_point()
|
| /Linux-v6.6/Documentation/PCI/ |
| 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-v6.6/mm/damon/ |
| D | core.c | 741 static bool damon_check_reset_time_interval(struct timespec64 *baseline, in damon_check_reset_time_interval() argument 747 if ((timespec64_to_ns(&now) - timespec64_to_ns(baseline)) < in damon_check_reset_time_interval() 750 *baseline = now; in damon_check_reset_time_interval()
|
| /Linux-v6.6/Documentation/maintainer/ |
| D | maintainer-entry-profile.rst | 79 - First -rc at which the development baseline branch, listed in the
|
| /Linux-v6.6/Documentation/scsi/ |
| D | ufs.rst | 65 protocol agnostic, however SCSI has been selected as a baseline
|
| /Linux-v6.6/Documentation/gpu/rfc/ |
| D | i915_scheduler.rst | 19 * Enable CI on supported platforms for a baseline
|
| /Linux-v6.6/Documentation/scheduler/ |
| D | sched-stats.rst | 27 of these will need to start with a baseline observation and then calculate
|
| /Linux-v6.6/Documentation/mm/ |
| D | multigen_lru.rst | 142 this end, the feedback loop uses the first tier as the baseline, for
|
| /Linux-v6.6/Documentation/arch/arm64/ |
| D | arm-acpi.rst | 102 -- 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-v6.6/tools/testing/selftests/netfilter/ |
| D | nft_concat_range.sh | 1486 info " baseline (drop from netdev hook): ${pps}pps"
|
| /Linux-v6.6/drivers/input/mouse/ |
| D | cyapa.c | 1222 static DEVICE_ATTR(baseline, S_IRUGO, cyapa_show_baseline, NULL);
|
| /Linux-v6.6/Documentation/admin-guide/pm/ |
| D | intel-speed-select.rst | 569 performance, execute some workload and measure performance and get a baseline 581 Measure baseline performance for comparison
|
| /Linux-v6.6/lib/zstd/decompress/ |
| D | zstd_decompress_block.c | 619 U32 const baseline = baseValue[symbol]; in ZSTD_buildSeqTable() local 621 ZSTD_buildSeqTable_rle(DTableSpace, baseline, nbBits); in ZSTD_buildSeqTable()
|