selftests/resctrl: Add basic resctrl file system operations and data
authorSai Praneeth Prakhya <sai.praneeth.prakhya@intel.com>
Thu, 16 Jan 2020 21:32:35 +0000 (13:32 -0800)
committerShuah Khan <skhan@linuxfoundation.org>
Tue, 11 Feb 2020 01:37:45 +0000 (18:37 -0700)
commit591a6e8588fc1dbdc04355e8ad7b0be43d221c9c
treebf25a3758c80b35ab2f947fadba5aca4f43f2c95
parent034c7678dd2c05fb08e6fa3b0ac527ead8f1b11b
selftests/resctrl: Add basic resctrl file system operations and data

The basic resctrl file system operations and data are added for future
usage by resctrl selftest tool.

Signed-off-by: Sai Praneeth Prakhya <sai.praneeth.prakhya@intel.com>
Co-developed-by: Babu Moger <babu.moger@amd.com>
Signed-off-by: Babu Moger <babu.moger@amd.com>
Co-developed-by: Fenghua Yu <fenghua.yu@intel.com>
Signed-off-by: Fenghua Yu <fenghua.yu@intel.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/resctrl/Makefile [new file with mode: 0644]
tools/testing/selftests/resctrl/resctrl.h [new file with mode: 0644]
tools/testing/selftests/resctrl/resctrlfs.c [new file with mode: 0644]