Re: [PATCH 01/17] libtracefs: Added new API tracefs_sql()

From: Steven Rostedt
Date: Sun Aug 01 2021 - 18:11:01 EST


On Sun, 1 Aug 2021 08:32:15 +0200
"Ahmed S. Darwish" <a.darwish@xxxxxxxxxxxxx> wrote:

> On Fri, Jul 30, 2021, Steven Rostedt wrote:
> >
> > Currently it only supports simple SQL of the type:
> >
> > SELECT start.common_pid AS pid, end.common_timestamp.usecs AS usecs
> > FROM sched_waking AS start on sched_switch AS end
> ^
> JOIN
> > ON start.pid = end.next_pid
> >

Oops, thanks!

-- Steve