perf-record: Check correct pid when forking
authorBorislav Petkov <bp@alien8.de>
Mon, 31 May 2010 21:18:18 +0000 (23:18 +0200)
committerFrederic Weisbecker <fweisbec@gmail.com>
Mon, 31 May 2010 22:57:14 +0000 (00:57 +0200)
commit2fb750e825b5347de0390315f4284f13709a9856
tree83ee23e2e1de5460c399e7f527a27acf412022f5
parentdd833d713ccc79e00176eb1b3a6c65638c44e27b
perf-record: Check correct pid when forking

When forking the child to be traced, we should check the correct
return value from fork() and not a local variable which is otherwise
unused.

Signed-off-by: Borislav Petkov <bp@alien8.de>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Tom Zanussi <tzanussi@gmail.com>
Cc: Stephane Eranian <eranian@google.com>
LKML-Reference: <20100531211818.GA30175@liondog.tnic>
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
tools/perf/builtin-record.c