diff options
| -rw-r--r-- | tools/perf/builtin-sched.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-sched.c b/tools/perf/builtin-sched.c index 020f9c9cef7b..c65f16cbae62 100644 --- a/tools/perf/builtin-sched.c +++ b/tools/perf/builtin-sched.c | |||
| @@ -1775,7 +1775,7 @@ static u64 perf_evsel__get_time(struct perf_evsel *evsel, u32 cpu) | |||
| 1775 | return r->last_time[cpu]; | 1775 | return r->last_time[cpu]; |
| 1776 | } | 1776 | } |
| 1777 | 1777 | ||
| 1778 | static int comm_width = 20; | 1778 | static int comm_width = 30; |
| 1779 | 1779 | ||
| 1780 | static char *timehist_get_commstr(struct thread *thread) | 1780 | static char *timehist_get_commstr(struct thread *thread) |
| 1781 | { | 1781 | { |
