From: Kay Sievers Date: Mon, 23 Sep 2013 22:23:35 +0000 (-0500) Subject: support acpi firmware performance data (FPDT) X-Git-Tag: v208~61 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=c51d84dc09476d9c06b8aac726220bf3c7d62e8d;hp=c51d84dc09476d9c06b8aac726220bf3c7d62e8d support acpi firmware performance data (FPDT) Prefer firmware-provided performance data over loader-exported ones; if ACPI data is available, always use it, otherwise try to read the loader data. The firmware-provided variables start at the time the first EFI image is executed and end when the operating system exits the boot services; the (loader) time calculated in systemd-analyze increases. ---