Re: [PATCH] ftrace: add tgid information in task switch event.

2013-08-23 Thread Jiejing Zhang
On 08/21/2013 11:23 PM, Peter Zijlstra wrote: On Wed, Aug 21, 2013 at 11:09:44AM -0400, Steven Rostedt wrote: From: Jiejing Zhang ftrace only report pid in task switch event, which is actually thread ID in user space view, the comm of the thread will be like "Thread-1", "Co

[PATCH] ftrace: add tgid information in task switch event.

2013-08-21 Thread Jiejing Zhang
From: Jiejing Zhang ftrace only report pid in task switch event, which is actually thread ID in user space view, the comm of the thread will be like "Thread-1", "Compiler", etc in android system, it's useful if we can add tgid information in ftrace event to find ou