summaryrefslogtreecommitdiffstats
path: root/src/hardware/lscpu.h
Commit message (Collapse)AuthorAgeFilesLines
* Support for using libopenlmicommon by external providersRadek Novacek2013-04-171-1/+0
| | | | | | | | | * add FindOpenLMI.cmake module * add pkgconfig for OpenLMI * add openlmi.c/h with exported functions * add symlink with major version to openlmicommon library Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=948948
* Hardware: added new providersPeter Schiffer2013-03-261-0/+1
| | | | | | Providers added: * LMI_ProcessorCapabilitiesProvider * LMI_ProcessorElementCapabilitiesProvider
* Created LMI_ProcessorProvider providing basic information about CPU. Main sourcePeter Schiffer2013-03-061-0/+55
of information is dmidecode program, with additional information from lscpu program and /proc/cpuinfo file. If no output from dmidecode program is available, fallback with only lscpu and /proc/cpuinfo is used.