]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
perf tools: Fix ppid for synthesized fork events
authorDavid Ahern <dsahern@gmail.com>
Mon, 30 Mar 2015 20:35:58 +0000 (14:35 -0600)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 31 Mar 2015 20:52:30 +0000 (17:52 -0300)
commitca6c41c59b964d362823e80442e9e32c31106b29
treedd65c1b83e3a5c1b7efe08cfbc28370ecd7337f3
parent5aa0b030e8d29d6719c144818814b519cfcb105c
perf tools: Fix ppid for synthesized fork events

363b785f38 added synthesized fork events and set a thread's parent id to
itself. Since we are already processing /proc/<pid>/status the ppid can
be determined properly. Make it so.

Signed-off-by: David Ahern <dsahern@gmail.com>
Acked-by: Don Zickus <dzickus@redhat.com>
Acked-by: Jiri Olsa <jolsa@kernel.org>
Cc: Joe Mario <jmario@redhat.com>
Link: http://lkml.kernel.org/r/1427747758-18510-2-git-send-email-dsahern@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/event.c