Re: [PATCH 15/15] perf tools: fix ppid in thread__fork()

2013-06-25 Thread David Ahern
On 6/25/13 10:00 AM, David Ahern wrote: On 6/24/13 7:16 AM, Adrian Hunter wrote: ppid should be assigned to the parents pid. Note 'thread__fork()'s only caller 'machine__process_fork_event()' ensures that the parents pid is set. Signed-off-by: Adrian Hunter --- tools/perf/util/thread.c | 2

Re: [PATCH 15/15] perf tools: fix ppid in thread__fork()

2013-06-25 Thread David Ahern
On 6/24/13 7:16 AM, Adrian Hunter wrote: ppid should be assigned to the parents pid. Note 'thread__fork()'s only caller 'machine__process_fork_event()' ensures that the parents pid is set. Signed-off-by: Adrian Hunter --- tools/perf/util/thread.c | 2 +- 1 file changed, 1 insertion(+), 1 de

[PATCH 15/15] perf tools: fix ppid in thread__fork()

2013-06-24 Thread Adrian Hunter
ppid should be assigned to the parents pid. Note 'thread__fork()'s only caller 'machine__process_fork_event()' ensures that the parents pid is set. Signed-off-by: Adrian Hunter --- tools/perf/util/thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/perf/util/threa