Searched refs:baseline (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-diff.txt | 11 'perf diff' [baseline file] [data file1] [[data file2] ... ] 84 --baseline-only:: 85 Show only items with match in baseline. 114 The comparison is governed by the baseline file. The baseline perf.data 116 the command line are searched for the baseline sample pair. If the pair 119 All samples from non-baseline perf.data files, that do not match any 120 baseline entry, are displayed with empty space within baseline column 130 b - baseline sample percentage 134 baseline/A compute/B compute/C samples 145 baseline/B compute/A compute/C samples [all …]
|
/linux-4.4.14/drivers/usb/misc/sisusbvga/ |
D | sisusb_con.c | 792 int from, to, baseline; in sisusbcon_cursor() local 819 baseline = c->vc_font.height - (c->vc_font.height < 10 ? 1 : 2); in sisusbcon_cursor() 826 to = baseline; in sisusbcon_cursor() 829 to = baseline; in sisusbcon_cursor() 832 to = baseline; in sisusbcon_cursor() 838 case CUR_UNDERLINE: from = baseline - 1; in sisusbcon_cursor() 839 to = baseline; in sisusbcon_cursor()
|
/linux-4.4.14/Documentation/devicetree/bindings/media/ |
D | renesas,jpu.txt | 4 and decoding function conforming to the JPEG baseline process, so that the JPU
|
/linux-4.4.14/drivers/usb/serial/ |
D | pl2303.c | 365 unsigned int baseline, mantissa, exponent; in pl2303_encode_baud_rate_divisor() local 374 baseline = 12000000 * 32; in pl2303_encode_baud_rate_divisor() 375 mantissa = baseline / baud; in pl2303_encode_baud_rate_divisor() 396 baud = (baseline / mantissa) >> (exponent << 1); in pl2303_encode_baud_rate_divisor()
|
/linux-4.4.14/Documentation/devicetree/bindings/mips/img/ |
D | xilfpga.txt | 10 This binding document is provided as baseline guidance for the example
|
/linux-4.4.14/tools/perf/util/ |
D | probe-finder.c | 1462 int baseline = 0, lineno = 0, ret = 0; in debuginfo__find_probe_point() local 1489 dwarf_decl_line(&spdie, &baseline) != 0) { in debuginfo__find_probe_point() 1497 lineno = baseline; in debuginfo__find_probe_point() 1524 dwarf_decl_line(&indie, &baseline) != 0) in debuginfo__find_probe_point() 1539 ppt->line = lineno - baseline; in debuginfo__find_probe_point()
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | nvidia,tegra114-pinmux.txt | 6 a baseline, and only documents the differences between the two bindings.
|
D | nvidia,tegra30-pinmux.txt | 5 that binding as a baseline, and only documents the differences between the
|
D | nvidia,tegra124-pinmux.txt | 6 a baseline, and only documents the differences between the two bindings.
|
/linux-4.4.14/Documentation/scsi/ |
D | ufs.txt | 54 protocol agnostic, however SCSI has been selected as a baseline
|
/linux-4.4.14/Documentation/PCI/ |
D | pcieaer-howto.txt | 22 defines two error reporting paradigms: the baseline capability and 23 the Advanced Error Reporting capability. The baseline capability is
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-stats.txt | 23 of these will need to start with a baseline observation and then calculate
|
/linux-4.4.14/Documentation/arm64/ |
D | arm-acpi.txt | 99 -- it's baseline. ACPI firmware must continue to work, even though it may 101 for that baseline version of ACPI. There may be a need for additional drivers,
|
/linux-4.4.14/drivers/input/mouse/ |
D | cyapa.c | 1221 static DEVICE_ATTR(baseline, S_IRUGO, cyapa_show_baseline, NULL);
|