linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] libtracefs: Fixes for sqlhist
@ 2022-06-06 19:29 Steven Rostedt
  2022-06-06 19:29 ` [PATCH 1/6] libtracefs: Fix make sqlhist when built again Steven Rostedt
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Steven Rostedt @ 2022-06-06 19:29 UTC (permalink / raw)
  To: linux-trace-devel; +Cc: Harald Seiler, Steven Rostedt (Google)

From: "Steven Rostedt (Google)" <rostedt@goodmis.org>

At Kernel Recipes, I demonstrated sqlhist and how to use it. Along the way,
I discovered several bugs. This series addresses those bugs that were found.

Steven Rostedt (Google) (6):
  libtracefs: Fix make sqlhist when built again
  libtracefs: Add libtracefs.a to dependency of sqlhist
  libtracefs: Differentiate FROM and JOIN events if they are the same
    event
  libtracefs: Use unique names for sql field variables
  libtracefs: Differentiate WHERE clause when FROM and TO events are the
    same
  libtracefs sqlhist: Report errors executing the commands

 Documentation/libtracefs-sql.txt |  18 ++++--
 include/tracefs-local.h          |   4 ++
 samples/Makefile                 |   4 +-
 src/sqlhist-parse.h              |   3 +-
 src/tracefs-hist.c               | 105 ++++++++++++++++++++++++++++---
 src/tracefs-sqlhist.c            |  44 +++++++++----
 6 files changed, 150 insertions(+), 28 deletions(-)

-- 
2.35.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-06-07 10:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-06 19:29 [PATCH 0/6] libtracefs: Fixes for sqlhist Steven Rostedt
2022-06-06 19:29 ` [PATCH 1/6] libtracefs: Fix make sqlhist when built again Steven Rostedt
2022-06-06 19:29 ` [PATCH 2/6] libtracefs: Add libtracefs.a to dependency of sqlhist Steven Rostedt
2022-06-06 19:29 ` [PATCH 3/6] libtracefs: Differentiate FROM and JOIN events if they are the same event Steven Rostedt
2022-06-06 19:29 ` [PATCH 4/6] libtracefs: Use unique names for sql field variables Steven Rostedt
2022-06-06 19:29 ` [PATCH 5/6] libtracefs: Differentiate WHERE clause when FROM and TO events are the same Steven Rostedt
2022-06-06 19:29 ` [PATCH 6/6] libtracefs sqlhist: Report errors executing the commands Steven Rostedt
2022-06-07 10:01 ` [PATCH 0/6] libtracefs: Fixes for sqlhist Harald Seiler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).