[PATCH 0/2] [GIT PULL] tracing: Fixes to synthetic events

From: Steven Rostedt
Date: Tue Oct 30 2018 - 09:15:17 EST



Linus,

This is not my 4.20 pull request (that will be coming shortly). This
is just some last minute fixes that Masami sent me that I finally got
around to test.

Masami had a couple more fixes to the synthetic events. One was a proper
error return value, and the other is for the self tests.

Please pull the latest trace-v4.19-rc8-3 tree, which can be found at:


git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
trace-v4.19-rc8-3

Tag SHA1: 11638fdbcb30c761886e38a7efb561d6ca11272a
Head SHA1: 0d0352d8b3d6d7ca9a710b40e194cbbaeb841c88


Masami Hiramatsu (2):
tracing: Return -ENOENT if there is no target synthetic event
selftests/ftrace: Fix synthetic event test to delete event correctly

----
kernel/trace/trace_events_hist.c | 4 +++-
.../inter-event/trigger-synthetic-event-createremove.tc | 12 ++++++------
2 files changed, 9 insertions(+), 7 deletions(-)