Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4fa0d1aa authored by Namhyung Kim's avatar Namhyung Kim Committed by Arnaldo Carvalho de Melo
Browse files

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: default avatarNamhyung 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: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
parent 9b8087d7
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -2627,9 +2627,6 @@ static void timehist_print_summary(struct perf_sched *sched,

	memset(&totals, 0, sizeof(totals));

	if (comm_width < 30)
		comm_width = 30;

	if (sched->idle_hist) {
		printf("\nIdle-time summary\n");
		printf("%*s  parent  sched-out  ", comm_width, "comm");