aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-05-16 09:37:19 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-05-16 09:37:19 +0100
commit2950bd57c142d3d60f0368fdc9a8d625a1c9f623 (patch)
treeb49064913ca480422ce80473360a0dcabe18b96d /tools/libxc/Makefile
parent652c2b91745604cf1645947e572875bf86ff7f94 (diff)
downloadxen-2950bd57c142d3d60f0368fdc9a8d625a1c9f623.tar.gz
xen-2950bd57c142d3d60f0368fdc9a8d625a1c9f623.tar.bz2
xen-2950bd57c142d3d60f0368fdc9a8d625a1c9f623.zip
Provide Px statistic data to user through libxc
Sampling and collecting dynamic Px statistic data, including Px state value, Px count, Px residency time, Px transition matrix, etc. Provide Px statistic data to user through libxc. Signed-off-by: Liu Jinsong <jinsong.liu@intel.com>
Diffstat (limited to 'tools/libxc/Makefile')
-rw-r--r--tools/libxc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/libxc/Makefile b/tools/libxc/Makefile
index 3fd926ad47..47bfb2c004 100644
--- a/tools/libxc/Makefile
+++ b/tools/libxc/Makefile
@@ -20,6 +20,7 @@ CTRL_SRCS-y += xc_private.c
CTRL_SRCS-y += xc_sedf.c
CTRL_SRCS-y += xc_csched.c
CTRL_SRCS-y += xc_tbuf.c
+CTRL_SRCS-y += xc_pm.c
ifneq ($(stubdom),y)
CTRL_SRCS-y += xc_resume.c
endif