mbox series

[rteval,v2,0/3] Make rteval usable on arm, arm64 and i386

Message ID 20210224021603.446274-1-punit1.agrawal@toshiba.co.jp
Headers show
Series Make rteval usable on arm, arm64 and i386 | expand

Message

Punit Agrawal Feb. 24, 2021, 2:16 a.m. UTC
Hi,

This is an updated version of the series to improve support of rteval
on arm, arm64 and i386. Previous version can be found at [0].

Changes -
* The biggest change in this version is to improve the logic to
  construct CPU description on arm and arm64 architectures. The
  changes also incorporate feedback from John on the previous version.

* Include the patch to systopology.py required on systems that do not
  have numa domains. The patch was previously posted separately at [1].

Feedback welcome.

Thanks,
Punit


[0] https://lore.kernel.org/linux-rt-users/20210126021241.112944-1-punit1.agrawal@toshiba.co.jp/
[1] https://lore.kernel.org/linux-rt-users/20210127083412.118047-1-punit1.agrawal@toshiba.co.jp/

Punit Agrawal (3):
  rteval: cyclictest.py: Update logic to get core description
  rteval: cyclictest.py: Make build targets architecture independent
  rteval: systopology.py: Add support for systems that don't have Numa

 rteval/misc.py                           | 24 ++++++++++++++-
 rteval/modules/loads/kcompile.py         |  2 +-
 rteval/modules/measurement/cyclictest.py |  8 +++--
 rteval/systopology.py                    | 38 ++++++++++++++++++++----
 4 files changed, 61 insertions(+), 11 deletions(-)