linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] libtraceevent: Add __tep_vprint() for overrides
@ 2021-05-14 20:50 Steven Rostedt
  2021-05-14 20:50 ` [PATCH 1/3] libtraceevent: Add include of event-parse.h into event-utils.h Steven Rostedt
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Steven Rostedt @ 2021-05-14 20:50 UTC (permalink / raw)
  To: linux-trace-devel; +Cc: Steven Rostedt (VMware)

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

I found that I wanted to override tep_vprint() but still call the
default function from my override, and found that I could not do so.
That is the purpose of the "__" versions that were used before.

Also, do some clean ups that were discovered while creating this.

Steven Rostedt (VMware) (3):
  libtraceevent: Add include of event-parse.h into event-utils.h
  libtraceevent: Have the header protection be more name space safe
  libtraceevent: Add __tep_vprint() for overrides to use

 src/event-parse.h |  4 ++--
 src/event-utils.h | 12 ++++++++++--
 src/parse-utils.c | 23 +++++++++++++++++++++++
 3 files changed, 35 insertions(+), 4 deletions(-)

-- 
2.29.2


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

end of thread, other threads:[~2021-05-14 20:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-14 20:50 [PATCH 0/3] libtraceevent: Add __tep_vprint() for overrides Steven Rostedt
2021-05-14 20:50 ` [PATCH 1/3] libtraceevent: Add include of event-parse.h into event-utils.h Steven Rostedt
2021-05-14 20:50 ` [PATCH 2/3] libtraceevent: Have the header protection be more name space safe Steven Rostedt
2021-05-14 20:50 ` [PATCH 3/3] libtraceevent: Add __tep_vprint() for overrides to use Steven Rostedt

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).