OSDN Git Service

perf sched: Move thread::shortname to thread_runtime
authorChangbin Du <changbin.du@intel.com>
Tue, 6 Mar 2018 03:37:36 +0000 (11:37 +0800)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 7 Mar 2018 13:22:26 +0000 (10:22 -0300)
commit8640da9f4fea88c8fbb44ff63fde4000203cb7d1
tree31429a8e3ff5df89e82db079284e04497cd876f2
parent923a0fb332f8ee49b063df07129b2686f78ec9c3
perf sched: Move thread::shortname to thread_runtime

The thread::shortname only used by sched command, so move it to sched
private structure.

Signed-off-by: Changbin Du <changbin.du@intel.com>
Acked-by: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/1520307457-23668-2-git-send-email-changbin.du@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-sched.c
tools/perf/util/thread.h