[PATCH RFC V2 04/10] petf tools: introduce a new function to set namespaces id

2017-09-10 Thread kan . liang
From: Kan Liang Finish the namespaces id setting job in thread.c. Signed-off-by: Kan Liang --- tools/perf/util/hist.c | 7 ++- tools/perf/util/thread.c | 10 ++ tools/perf/util/thread.h | 2 ++ 3 files changed, 14 insertions(+), 5

[PATCH RFC V2 04/10] petf tools: introduce a new function to set namespaces id

2017-09-10 Thread kan . liang
From: Kan Liang Finish the namespaces id setting job in thread.c. Signed-off-by: Kan Liang --- tools/perf/util/hist.c | 7 ++- tools/perf/util/thread.c | 10 ++ tools/perf/util/thread.h | 2 ++ 3 files changed, 14 insertions(+), 5 deletions(-) diff --git