On 22.05.2025 10:48, Roger Pau Monne wrote: > Add some basic infrastructure to be able to use lockprofile with per NUMA > node locks. This patch just introduces the required types, plus the > printing of the data for the newly introduced type. There's no user of > per NUMA node locks introduced here. > > Signed-off-by: Roger Pau Monné <roger....@citrix.com> > --- > tools/misc/xenlockprof.c | 5 +++++ > xen/common/spinlock.c | 1 + > xen/include/public/sysctl.h | 3 ++- > 3 files changed, 8 insertions(+), 1 deletion(-)
Just one nit: Nothing here is x86-specific, so the subject prefix may want adjusting. Jan