> > I'm trying to continuously capture certain kernel events, convert them > > to a different format and then write them to a file. > > You might also want to have a look at LTTng and LTTng-modules depending on your > final use case. [1][2] >From a cursory look, it might be an overkill for what I want to achieve. I will keep this in mind in case I need to do something more complex. Thank you for the pointers. -Lin On Wed, May 5, 2021 at 9:47 AM Jonathan Rajotte-Julien <jonathan.rajotte-julien@xxxxxxxxxxxx> wrote: > > Hi, > > > I'm trying to continuously capture certain kernel events, convert them > > to a different format and then write them to a file. > > You might also want to have a look at LTTng and LTTng-modules depending on your > final use case. [1][2] > > LTTng produce CTF traces [3] that can then be read/converted/manipulated with Babeltrace [4]. > > [1] https://lttng.org/ > [2] https://lttng.org/docs/v2.12/#doc-tracing-the-linux-kernel > [3] https://diamon.org/ctf/ > [4] https://babeltrace.org/ > > Cheers > > -- > Jonathan Rajotte-Julien > EfficiOS