Ciao Dario,There is a bug in one of the patches from the last patch-set I sent. This bug was reported by Tzvetomir. My guess is that you are hitting the same issue. If this is the case you must also have an error message saying "Unable to find FreeSans font".
You can manually do the fix suggested by Tzvetomir (see his reply to [PATCH 15/24] kernel-shark: Update KsDualMarker and KsGLWidget) or just get a corrected (rebased) version of the code from
https://github.com/yordan-karadzhov/kernel-shark-v2.beta Please let me know if this fixes your issue. Thank you very much for testing and reporting! Best Yordan On 9.02.21 г. 12:48 ч., Dario Faggioli wrote:
Heya, me again! :-) So, I'm not playing with trace-cmd only, I'm also giving a try to kernelshark-v2. I can build it fine, and it even starts, but the plots area looks almost all black. The events and the tasks occurring on the "last CPU" (i.e., on CPU7 if I have 8 CPUs) are more or less fine, it seems (although still hard to work with, given the background). Actually, it's the last plot that "works". In fact, if I add a task plot, I do see what that one is supposed to show, but the events of CPU7 disappear. Others are there, because the marker moves if I click on the entries in the trace area... but they're kind of behind the black cover. A screenshot can be found here: http://xenbits.xen.org/people/dariof/kernelshark-v2-black.png Am I the only one? Can it be related to my configuration or build environment? I'm happy to help with more info or try some debugging, if you think it could be useful. Thanks and Regards