]> git.baikalelectronics.ru Git - kernel.git/commit
perf tools: Add pid to struct thread
authorAdrian Hunter <adrian.hunter@intel.com>
Mon, 26 Aug 2013 13:00:19 +0000 (16:00 +0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 27 Aug 2013 14:05:53 +0000 (11:05 -0300)
commitab75c64629322cf7272634cd49615ea917c18939
treefde3a103b824d4c60fb8102063495aa176b11e8c
parent25b478d80f6ab3e0f8f801a423a2bcd4f8d45b97
perf tools: Add pid to struct thread

Record pid on struct thread.  The member is named 'pid_' to avoid
confusion with the 'tid' member which was previously named 'pid'.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Acked-by: David Ahern <dsahern@gmail.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Namhyung Kim <namhyung@gmail.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/r/1377522030-27870-3-git-send-email-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/machine.c
tools/perf/util/thread.c
tools/perf/util/thread.h