perf tools: Use machine->pid for tgid if machine is guest.
authorDongsheng Yang <yangds.fnst@cn.fujitsu.com>
Fri, 20 Dec 2013 20:52:59 +0000 (15:52 -0500)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 23 Dec 2013 19:49:50 +0000 (16:49 -0300)
commitf5db57c4c47f3985dfc677152e25636a3401fa13
tree81da5bd51b3a6c7fb72fae902a049d8565c4c15c
parent73547aacdcd45cdf8b53245ded9593d7c587501a
perf tools: Use machine->pid for tgid if machine is guest.

When we synthesize an comm event, if machine is guest, we should
use the pid of machine as the event->comm.pid, rather than tgid
of thread.

Signed-off-by: Dongsheng Yang <yangds.fnst@cn.fujitsu.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung.kim@lge.com>
Link: http://lkml.kernel.org/r/22455abe107c618a361e7b667ad0f098f7c9b4a3.1387572416.git.yangds.fnst@cn.fujitsu.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/event.c