]> git.baikalelectronics.ru Git - kernel.git/commit
perf sched timehist: Remove hardcoded 'comm_width' check at print_summary
authorNamhyung Kim <namhyung@kernel.org>
Thu, 22 Dec 2016 06:03:48 +0000 (15:03 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 22 Dec 2016 19:35:46 +0000 (16:35 -0300)
commit07c93bd3300e197072f2612339704ae4dbec0876
tree40adb98b11f83b6e6cbc4064d101d58f561ef4d5
parent322eec1f56fc9cdd01da031d5b935d914c1d7ce3
perf sched timehist: Remove hardcoded 'comm_width' check at print_summary

Now that the default 'comm_width' value is 30, no need to check that at
print_summary,

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/20161222060350.17655-1-namhyung@kernel.org
[ Split from a larger patch ]
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-sched.c