public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCHv2 0/3] tracing - adding common method for reading/parsing user input
@ 2009-09-05  1:12 jolsa
  2009-09-05  1:12 ` [PATCHv2 1/3] tracing - buf iterator definition, parsing function jolsa
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: jolsa @ 2009-09-05  1:12 UTC (permalink / raw)
  To: mingo, rostedt; +Cc: linux-kernel

As 3 different places for 4 user input files were using the same way
of reading and parsing user's input, I made one common routine to be
used. 

The mentioned files are:
	set_graph_function
	set_event
	set_ftrace_filter
	set_ftrace_notrace

wbr,
jirka

Signed-off-by: Jiri Olsa <jolsa@redhat.com>

---
 kernel/trace/ftrace.c       |  152 ++++++++++++-------------------------------
 kernel/trace/trace.c        |   83 +++++++++++++++++++++++
 kernel/trace/trace.h        |   48 ++++++++++++++
 kernel/trace/trace_events.c |   58 ++++-------------
 4 files changed, 186 insertions(+), 155 deletions(-)

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

end of thread, other threads:[~2009-09-10 20:43 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-05  1:12 [PATCHv2 0/3] tracing - adding common method for reading/parsing user input jolsa
2009-09-05  1:12 ` [PATCHv2 1/3] tracing - buf iterator definition, parsing function jolsa
2009-09-08 13:47   ` Steven Rostedt
2009-09-10 20:29   ` Steven Rostedt
2009-09-05  1:13 ` [PATCHv2 2/3] tracing - buf iterator support for set_event jolsa
2009-09-10 20:35   ` Steven Rostedt
2009-09-05  1:13 ` [PATCHv2 3/3] tracing - buf iterator support for set_graph_function set_ftrace_filter set_ftrace_notrace jolsa
2009-09-10 20:43   ` Steven Rostedt
2009-09-05  2:41 ` [PATCHv2 0/3] tracing - adding common method for reading/parsing user input Daniel Walker
2009-09-05  6:40   ` Jiri Olsa
2009-09-05 13:02     ` Steven Rostedt
2009-09-08 14:01 ` Steven Rostedt
2009-09-08 14:37   ` Jiri Olsa
2009-09-08 14:44     ` Steven Rostedt
2009-09-08 14:46       ` Jiri Olsa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox