Re: [V3 1/2] sched: add trace events for task and rq usage tracking

2013-07-03 Thread Lei Wen
Hi Peter, Do you have some further suggestion for this patch? :) Thanks, Lei On Tue, Jul 2, 2013 at 8:15 PM, Lei Wen wrote: > Since we could track task in the entity level now, we may want to > investigate tasks' running status by recording the trace info, so that > could make some tuning if

Re: [V3 1/2] sched: add trace events for task and rq usage tracking

2013-07-03 Thread Lei Wen
Hi Peter, Do you have some further suggestion for this patch? :) Thanks, Lei On Tue, Jul 2, 2013 at 8:15 PM, Lei Wen lei...@marvell.com wrote: Since we could track task in the entity level now, we may want to investigate tasks' running status by recording the trace info, so that could make

[V3 1/2] sched: add trace events for task and rq usage tracking

2013-07-02 Thread Lei Wen
Since we could track task in the entity level now, we may want to investigate tasks' running status by recording the trace info, so that could make some tuning if needed. Signed-off-by: Lei Wen Cc: Alex Shi Cc: Peter Zijlstra Cc: Kamalesh Babulal --- include/trace/events/sched.h | 76

[V3 1/2] sched: add trace events for task and rq usage tracking

2013-07-02 Thread Lei Wen
Since we could track task in the entity level now, we may want to investigate tasks' running status by recording the trace info, so that could make some tuning if needed. Signed-off-by: Lei Wen lei...@marvell.com Cc: Alex Shi alex@intel.com Cc: Peter Zijlstra pet...@infradead.org Cc: Kamalesh