trace: Add an option to show tgids in trace output
authorJamie Gennis <jgennis@google.com>
Wed, 21 Nov 2012 23:04:25 +0000 (15:04 -0800)
committerArve Hjønnevåg <arve@android.com>
Mon, 1 Jul 2013 21:16:22 +0000 (14:16 -0700)
commit0c5363f6a0a89952b0d0072ff4e4c3bd042add9a
tree35e65986ddd3266283588c44d16f26a50d1e5c72
parent6e6d8f546c36b161067efa5e0518f56be0200e77
trace: Add an option to show tgids in trace output

The tgids are tracked along side the saved_cmdlines tracking, and can be
included in trace output by enabling the 'print-tgid' trace option. This is
useful when doing post-processing of the trace data, as it allows events to be
grouped by tgid.

Change-Id: I52ed04c3a8ca7fddbb868b792ce5d21ceb76250e
Signed-off-by: Jamie Gennis <jgennis@google.com>
kernel/trace/trace.c
kernel/trace/trace.h
kernel/trace/trace_output.c