[PATCH V6 03/12] perf tools: add pid to struct thread

2013-07-16 Thread Adrian Hunter
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 --- tools/perf/util/machine.c | 16 +++- tools/perf/util/thread.c | 3 ++- tools/perf/util/thread.h | 3 ++- 3 files

[PATCH V6 03/12] perf tools: add pid to struct thread

2013-07-16 Thread Adrian Hunter
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.hun...@intel.com --- tools/perf/util/machine.c | 16 +++- tools/perf/util/thread.c | 3 ++-