Searched hist:"12306276 fabcb746a14979e96f43a13c724dec49" (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/kernel/trace/ |
H A D | trace_seq.c | 12306276fabcb746a14979e96f43a13c724dec49 Fri Jun 20 12:38:54 CDT 2014 Steven Rostedt (Red Hat) <rostedt@goodmis.org> tracing: Move the trace_seq_* functions into its own trace_seq.c file
The trace_seq_*() functions are a nice utility that allows users to manipulate buffers with printf() like formats. It has its own trace_seq.h header in include/linux and should be in its own file. Being tied with trace_output.c is rather awkward.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
|
H A D | trace_output.h | diff 12306276fabcb746a14979e96f43a13c724dec49 Fri Jun 20 12:38:54 CDT 2014 Steven Rostedt (Red Hat) <rostedt@goodmis.org> tracing: Move the trace_seq_* functions into its own trace_seq.c file
The trace_seq_*() functions are a nice utility that allows users to manipulate buffers with printf() like formats. It has its own trace_seq.h header in include/linux and should be in its own file. Being tied with trace_output.c is rather awkward.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
|
H A D | Makefile | diff 12306276fabcb746a14979e96f43a13c724dec49 Fri Jun 20 12:38:54 CDT 2014 Steven Rostedt (Red Hat) <rostedt@goodmis.org> tracing: Move the trace_seq_* functions into its own trace_seq.c file
The trace_seq_*() functions are a nice utility that allows users to manipulate buffers with printf() like formats. It has its own trace_seq.h header in include/linux and should be in its own file. Being tied with trace_output.c is rather awkward.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
|
H A D | trace_output.c | diff 12306276fabcb746a14979e96f43a13c724dec49 Fri Jun 20 12:38:54 CDT 2014 Steven Rostedt (Red Hat) <rostedt@goodmis.org> tracing: Move the trace_seq_* functions into its own trace_seq.c file
The trace_seq_*() functions are a nice utility that allows users to manipulate buffers with printf() like formats. It has its own trace_seq.h header in include/linux and should be in its own file. Being tied with trace_output.c is rather awkward.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
|
H A D | trace.c | diff 12306276fabcb746a14979e96f43a13c724dec49 Fri Jun 20 12:38:54 CDT 2014 Steven Rostedt (Red Hat) <rostedt@goodmis.org> tracing: Move the trace_seq_* functions into its own trace_seq.c file
The trace_seq_*() functions are a nice utility that allows users to manipulate buffers with printf() like formats. It has its own trace_seq.h header in include/linux and should be in its own file. Being tied with trace_output.c is rather awkward.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
|
/openbmc/linux/include/linux/ |
H A D | trace_seq.h | diff 12306276fabcb746a14979e96f43a13c724dec49 Fri Jun 20 12:38:54 CDT 2014 Steven Rostedt (Red Hat) <rostedt@goodmis.org> tracing: Move the trace_seq_* functions into its own trace_seq.c file
The trace_seq_*() functions are a nice utility that allows users to manipulate buffers with printf() like formats. It has its own trace_seq.h header in include/linux and should be in its own file. Being tied with trace_output.c is rather awkward.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
|