Re: [PATCH] tools/rtla: Explicitly list libtraceevent dependency

From: Steven Rostedt
Date: Tue Jan 10 2023 - 09:54:58 EST


On Tue, 10 Jan 2023 09:51:37 -0500
Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:

> There's many interfaces that require the libtraceevent header files to work
> with libtracefs. Anything that uses libtracefs must also use libtraceevent,
> as libtracefs is really just an extension of libtraceevent.

Although, I will say, since I hate the libtraceevent interface so much, I
may like to hide it via a fully functional libtracefs interface that hides
it :-) In which case, this would be correct!

-- Steve