tracing: Change event_command func() to parse()
authorTom Zanussi <zanussi@kernel.org>
Mon, 10 Jan 2022 14:04:11 +0000 (08:04 -0600)
committerSteven Rostedt <rostedt@goodmis.org>
Mon, 10 Jan 2022 16:09:10 +0000 (11:09 -0500)
commit9ec5a7d16899ed9062cc4c3dd3a13e1771411ab3
tree3fd87d20823a32a66c3c0360fda8a367e1146963
parent2768c1e7f9d7b82f9e129efe3677c783bc77b8f9
tracing: Change event_command func() to parse()

The name of the func() callback on event_command is too generic and is
easily confused with other callbacks with that name, so change it to
something that reflects its actual purpose.

In this case, the main purpose of the callback is to parse an event
command, so call it parse() instead.

Link: https://lkml.kernel.org/r/7784e321840752ed88aac0b349c0c685fc9247b1.1641823001.git.zanussi@kernel.org
Signed-off-by: Tom Zanussi <zanussi@kernel.org>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/trace.h
kernel/trace/trace_eprobe.c
kernel/trace/trace_events_hist.c
kernel/trace/trace_events_trigger.c