| /linux/tools/perf/Documentation/ |
| H A D | perf-diff.txt | 11 'perf diff' [baseline file] [data file1] [[data file2] ... ] 45 of the Baseline/Delta column. See --percentage for more info. 51 of the Baseline/Delta column. See --percentage for more info. 57 of the Baseline/Delta column. See --percentage for more info. 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 [all …]
|
| /linux/tools/perf/bench/ |
| H A D | uprobe.c | 114 static u64 baseline, previous; in bench_uprobe_format__default_fprintf() 115 s64 diff_to_baseline = diff - baseline, in bench_uprobe_format__default_fprintf() 121 if (baseline) { in bench_uprobe_format__default_fprintf() 122 printed += fprintf(fp, " %s%'" PRId64 " to baseline", diff_to_baseline > 0 ? "+" : "", diff_to_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() 131 printed += fprintf(fp, " %'.3f %ss/op to baseline", (double)diff_to_baseline / (double)loops, unit); 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() 110 static u64 baseline, previous; bench_uprobe_format__default_fprintf() local
|
| /linux/include/drm/ |
| H A D | drm_eld.h | 24 /* ELD Baseline Block for ELD_Ver == 2 */ 113 * drm_eld_calc_baseline_block_size - Calculate baseline block size in bytes 116 * This is a helper for determining the payload size of the baseline block, in 131 * drm_eld_size() bytes of header and baseline block.
|
| /linux/Documentation/filesystems/iomap/ |
| H A D | porting.rst | 51 baseline of which tests pass and which ones fail. 77 You *do* have a regression test baseline for fstests, right?
|
| /linux/drivers/usb/serial/ |
| H A D | pl2303.c | 638 unsigned int baseline, mantissa, exponent; in pl2303_encode_baud_rate_divisor() local 647 baseline = 12000000 * 32; in pl2303_encode_baud_rate_divisor() 648 mantissa = baseline / baud; in pl2303_encode_baud_rate_divisor() 669 baud = (baseline / mantissa) >> (exponent << 1); in pl2303_encode_baud_rate_divisor() 677 unsigned int baseline, mantissa, exponent; in pl2303_encode_baud_rate_divisor_alt() local 686 baseline = 12000000 * 32; in pl2303_encode_baud_rate_divisor_alt() 687 mantissa = baseline / baud; in pl2303_encode_baud_rate_divisor_alt() 708 baud = (baseline / mantissa) >> exponent; in pl2303_encode_baud_rate_divisor_alt()
|
| /linux/drivers/media/platform/verisilicon/ |
| H A D | rockchip_vpu2_hw_jpeg_enc.c | 9 * The VPU JPEG encoder produces JPEG baseline sequential format. 11 * the baseline specification. Therefore, it requires
|
| /linux/drivers/platform/x86/intel/ifs/ |
| H A D | Kconfig | 8 operation beyond baseline RAS capabilities. To compile this
|
| /linux/drivers/media/platform/imagination/ |
| H A D | Kconfig | 12 which supports JPEG and MJPEG baseline encoding of YUV422 and YUV420
|
| /linux/tools/perf/ |
| H A D | builtin-diff.c | 141 .name = "Baseline", 458 * tree since normally only the baseline hists will call in diff__process_sample_event() 833 * The delta can be computed without the baseline, but in hist_entry__cmp_compute_idx() 957 !d->idx ? "(Baseline)" : ""); in data__fprintf() 1253 OPT_BOOLEAN('b', "baseline-only", &show_baseline_only, 1254 "Show only items with match in baseline"), 1644 /* baseline is special */ in __hpp__entry_global() 1788 * Baseline or compute related columns: in ui_init() 1828 * will be sorted out by first try or baseline and comparing in ui_init()
|
| H A D | builtin-bench.c | 110 { "baseline", "Baseline libc usleep(1000) call", bench_uprobe_baseline, },
|
| /linux/Documentation/devicetree/bindings/media/ |
| H A D | renesas,jpu.yaml | 14 and decoding function conforming to the JPEG baseline process, so that the
|
| H A D | img,e5010-jpeg-enc.yaml | 15 inputs to JPEG and M-JPEG. It supports baseline JPEG Encoding up to
|
| /linux/tools/perf/pmu-events/arch/x86/tigerlake/ |
| H A D | other.json | 7 … "Counts Core cycles where the core was running with power-delivery for baseline license level 0. …
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | dev-touch.rst | 31 a no-touch reference (or "baseline") measurement:
|
| H A D | ext-ctrls-jpeg.rst | 11 progressive baseline DCT compression process with Huffman entropy
|
| /linux/tools/perf/pmu-events/arch/x86/icelakex/ |
| H A D | other.json | 7 … "Counts Core cycles where the core was running with power-delivery for baseline license level 0. …
|
| /linux/tools/perf/pmu-events/arch/x86/icelake/ |
| H A D | other.json | 7 … "Counts Core cycles where the core was running with power-delivery for baseline license level 0. …
|
| /linux/tools/perf/pmu-events/arch/x86/rocketlake/ |
| H A D | other.json | 7 … "Counts Core cycles where the core was running with power-delivery for baseline license level 0. …
|
| /linux/tools/perf/pmu-events/arch/x86/skylakex/ |
| H A D | other.json | 7 …ption": "Core cycles where the core was running with power-delivery for baseline license level 0. …
|
| /linux/drivers/dax/ |
| H A D | Kconfig | 16 baseline memory pool. Mappings of a /dev/daxX.Y device impose
|
| /linux/Documentation/PCI/ |
| H 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/Documentation/devicetree/bindings/mips/img/ |
| H A D | xilfpga.txt | 10 This binding document is provided as baseline guidance for the example
|
| /linux/tools/perf/util/ |
| H A D | probe-finder.c | 1597 int baseline = 0, lineno = 0, ret = 0; in debuginfo__find_probe_point() local 1614 /* Find a corresponding function (name, baseline and baseaddr) */ in debuginfo__find_probe_point() 1633 dwarf_decl_line(&spdie, &baseline) != 0) { in debuginfo__find_probe_point() 1641 lineno = baseline; in debuginfo__find_probe_point() 1663 * of the inline function, baseline should in debuginfo__find_probe_point() 1668 dwarf_decl_line(&indie, &baseline) != 0) in debuginfo__find_probe_point() 1674 /* Verify the lineno and baseline are in a same file */ in debuginfo__find_probe_point() 1683 ppt->line = lineno - baseline; in debuginfo__find_probe_point()
|
| /linux/Documentation/devicetree/bindings/net/ |
| H A D | amd-xgbe.txt | 43 - amd,serdes-blwc: Baseline wandering correction enablement
|
| /linux/arch/arc/include/asm/ |
| H A D | cmpxchg.h | 118 * EX instructions is baseline and present in !LLSC too. But in this
|