[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1573788882.git.yu.c.chen@intel.com>
Date: Fri, 15 Nov 2019 13:23:40 +0800
From: Chen Yu <yu.c.chen@...el.com>
To: x86@...nel.org
Cc: Borislav Petkov <bp@...en8.de>, "H. Peter Anvin" <hpa@...or.com>,
Ingo Molnar <mingo@...hat.com>,
Thomas Gleixner <tglx@...utronix.de>,
Peter Zijlstra <peterz@...radead.org>,
Will Deacon <will@...nel.org>,
Fenghua Yu <fenghua.yu@...el.com>,
Reinette Chatre <reinette.chatre@...el.com>,
Tony Luck <tony.luck@...el.com>,
Andrew Morton <akpm@...ux-foundation.org>,
Alexey Dobriyan <adobriyan@...il.com>,
Michal Hocko <mhocko@...e.com>,
Kees Cook <keescook@...omium.org>,
Christian Brauner <christian@...uner.io>,
Shakeel Butt <shakeelb@...gle.com>,
Casey Schaufler <casey@...aufler-ca.com>,
Konstantin Khlebnikov <khlebnikov@...dex-team.ru>,
Kent Overstreet <kent.overstreet@...il.com>,
Linus Torvalds <torvalds@...ux-foundation.org>,
linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org,
Chen Yu <yu.c.chen@...el.com>
Subject: [PATCH 0/2][v2] Add task resctrl information in procfs
Expose the resctrl information in /proc/{pid}/resctrl
so that the user space tool is able to locate the resctrl
directory path in O(1) rather than O(n) - n is the number
of tasks in the system.
Chen Yu (2):
resctrl: Add CPU_RESCTRL
x86/resctrl: Add task resctrl information display
arch/Kconfig | 4 +++
arch/x86/Kconfig | 1 +
arch/x86/kernel/cpu/resctrl/rdtgroup.c | 47 ++++++++++++++++++++++++++
fs/proc/base.c | 7 ++++
include/linux/resctrl.h | 16 +++++++++
5 files changed, 75 insertions(+)
create mode 100644 include/linux/resctrl.h
--
2.17.1
Powered by blists - more mailing lists