pcm-tools: new package
authorCarlos Santos <casantos@datacom.com.br>
Fri, 7 Dec 2018 01:20:23 +0000 (23:20 -0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 8 Dec 2018 09:44:05 +0000 (10:44 +0100)
commit60eb2cec80e5258a0c43090f539749606744e182
treec7701b5fb66d47d137a1a095a3734efff698545e
parent8361c53eac06a8a96fd029e31ca7119e218e1e3e
pcm-tools: new package

Processor Counter Monitor (PCM) is an application programming interface
(API) and a set of tools based on the API to monitor performance and
energy metrics of Intel(R) Core(TM), Xeon(R), Atom(TM) and Xeon Phi(TM)
processors.

This package contains a patch on the pmu-query.py script to look for the
pcm-core program at the default path. It's not nice to have a Buildroot
specific patch but let's use one while we look for a solution that is
acceptable upstream.

Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
[Peter: Needs C++, force X86_MSR on in linux]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
linux/linux.mk
package/Config.in
package/pcm-tools/0001-Look-for-pcm-core-at-the-default-path.patch [new file with mode: 0644]
package/pcm-tools/Config.in [new file with mode: 0644]
package/pcm-tools/pcm-tools.hash [new file with mode: 0644]
package/pcm-tools/pcm-tools.mk [new file with mode: 0644]