Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1674436
| From | Joel Fernandes <joelaf@google.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v4 0/3] tracing: Add support for recording tgid of tasks |
| Date | 2017-06-26 07:40 +0200 |
| Message-ID | <tWuUG-6FZ-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi Steven, Following your comments in [1], I reworked the patches. I agree its much cleaner now. Please check them out and thanks. Android systrace viewer heavily depends on the tgid to group tasks. tgid is also useful for analyzing traces and generating analysis results for groups of tasks. Also Michael Sartain said he also has a need for it and helped test the series (I have added him to CC). [1] https://lkml.org/lkml/2017/6/13/754 Joel Fernandes (3): tracing: Add support for recording tgid of tasks tracing: Add support for display of tgid in trace output tracing/ftrace: Add support to record and display tgid include/linux/trace_events.h | 13 +++- kernel/trace/trace.c | 142 +++++++++++++++++++++++++++++++------- kernel/trace/trace.h | 9 +++ kernel/trace/trace_events.c | 42 ++++++++++- kernel/trace/trace_functions.c | 26 +++++++ kernel/trace/trace_output.c | 9 +++ kernel/trace/trace_sched_switch.c | 75 ++++++++++++++++---- 7 files changed, 276 insertions(+), 40 deletions(-) Cc: Steven Rostedt <rostedt@goodmis.org> Cc: Ingo Molnar <mingo@redhat.com> Cc: kernel-team@android.com Cc: Michael Sartain <mikesart@gmail.com> -- 2.13.1.611.g7e3b11ae1-goog
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v4 0/3] tracing: Add support for recording tgid of tasks Joel Fernandes <joelaf@google.com> - 2017-06-26 07:40 +0200
[PATCH v4 3/3] tracing/ftrace: Add support to record and display tgid Joel Fernandes <joelaf@google.com> - 2017-06-26 07:40 +0200
Re: [PATCH v4 3/3] tracing/ftrace: Add support to record and display tgid Joel Fernandes <joelaf@google.com> - 2017-06-27 05:20 +0200
[PATCH v4 1/3] tracing: Add support for recording tgid of tasks Joel Fernandes <joelaf@google.com> - 2017-06-26 07:40 +0200
Re: [PATCH v4 1/3] tracing: Add support for recording tgid of tasks Steven Rostedt <rostedt@goodmis.org> - 2017-06-26 19:00 +0200
Re: [PATCH v4 1/3] tracing: Add support for recording tgid of tasks Steven Rostedt <rostedt@goodmis.org> - 2017-06-26 21:10 +0200
Re: [PATCH v4 1/3] tracing: Add support for recording tgid of tasks Joel Fernandes <joelaf@google.com> - 2017-06-26 21:10 +0200
Re: [PATCH v4 1/3] tracing: Add support for recording tgid of tasks Joel Fernandes <joelaf@google.com> - 2017-06-26 21:20 +0200
Re: [PATCH v4 1/3] tracing: Add support for recording tgid of tasks Steven Rostedt <rostedt@goodmis.org> - 2017-06-26 21:30 +0200
Re: [PATCH v4 1/3] tracing: Add support for recording tgid of tasks Joel Fernandes <joelaf@google.com> - 2017-06-26 21:20 +0200
Re: [PATCH v4 1/3] tracing: Add support for recording tgid of tasks Steven Rostedt <rostedt@goodmis.org> - 2017-06-26 21:20 +0200
[PATCH v4 2/3] tracing: Add support for display of tgid in trace output Joel Fernandes <joelaf@google.com> - 2017-06-26 07:40 +0200
csiph-web