Re: [PATCH 1/2] rtla/timerlat: Make timerlat_top_cpu->*_count unsigned long long

From: Tomas Glozar
Date: Mon Oct 14 2024 - 04:58:34 EST


pá 11. 10. 2024 v 19:23 odesílatel Steven Rostedt <rostedt@xxxxxxxxxxx> napsal:
>
> Thanks, I'm applying these, but could you or someone else create a test
> directory in rtla and even rv that tests this code. I just examine it and
> run some basic operations, but I have no idea if it is really working or not.
>
> Having a utest directory or something would be really beneficial. That way,
> I can at least run that test before I push it up to my tree.
>

Yeah, we definitely need that, ideally to test expected behavior for
each common set of command line options. That would prevent unexpected
changes, like the recent defaulting to userspace threads requiring -k
to be used together with -U, otherwise, -U has no effect (because -u
is added by default). I'll look into that.

Tomas