/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/input/rmi4/ |
H A D | rmi_f54.c | 48 * from baseline for each pixel. 51 * from baseline for each pixel. 57 * @F54_TRUE_BASELINE: True Baseline Report. The baseline capacitance for each 90 [F54_TRUE_BASELINE] = "True Baseline",
|
/linux/drivers/usb/serial/ |
H A D | pl2303.c | 613 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/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/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/tools/perf/ |
H A D | builtin-diff.c | 140 .name = "Baseline", 457 * tree since normally only the baseline hists will call in diff__process_sample_event() 832 * The delta can be computed without the baseline, but in hist_entry__cmp_compute_idx() 956 !d->idx ? "(Baseline)" : ""); in data__fprintf() 1252 OPT_BOOLEAN('b', "baseline-only", &show_baseline_only, 1253 "Show only items with match in baseline"), 1643 /* baseline is special */ in __hpp__entry_global() 1787 * Baseline or compute related columns: in ui_init() 1827 * will be sorted out by first try or baseline and comparing in ui_init()
|
H A D | builtin-bench.c | 109 { "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
|
H A D | nxp,imx8-jpeg.yaml | 14 ISO/IEC 10918-1 JPEG standard compliant decoder/encoder, for Baseline
|
/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/drivers/dax/ |
H A D | Kconfig | 16 baseline memory pool. Mappings of a /dev/daxX.Y device impose
|
/linux/Documentation/devicetree/bindings/mips/img/ |
H A D | xilfpga.txt | 10 This binding document is provided as baseline guidance for the example
|
/linux/drivers/gpu/drm/ci/ |
H A D | igt_runner.sh | 39 IGT_FAILS="--baseline /install/xfails/$DRIVER_NAME-$GPU_VERSION-fails.txt"
|
/linux/drivers/media/v4l2-core/ |
H A D | v4l2-jpeg.c | 291 * Baseline DCT only supports 8-bit precision. in jpeg_parse_frame_header() 428 /* Lq = 2 + n * 65 (for baseline DCT), n >= 1 */ in jpeg_parse_quantization_tables() 501 /* only two Huffman tables for baseline DCT */ in jpeg_parse_huffman_tables() 632 /* baseline DCT, extended sequential DCT */ in v4l2_jpeg_parse_header()
|
/linux/tools/perf/util/ |
H A D | probe-finder.c | 1567 int baseline = 0, lineno = 0, ret = 0; in debuginfo__find_probe_point() local 1584 /* Find a corresponding function (name, baseline and baseaddr) */ in debuginfo__find_probe_point() 1590 dwarf_decl_line(&spdie, &baseline) != 0) { in debuginfo__find_probe_point() 1598 lineno = baseline; in debuginfo__find_probe_point() 1620 * of the inline function, baseline should in debuginfo__find_probe_point() 1625 dwarf_decl_line(&indie, &baseline) != 0) in debuginfo__find_probe_point() 1631 /* Verify the lineno and baseline are in a same file */ in debuginfo__find_probe_point() 1640 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
|
/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. …
|