From: "Steven Rostedt (Google)" <rostedt@xxxxxxxxxxx> 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