|
@@ -371,7 +371,7 @@ static int lstats_show_proc(struct seq_file *m, void *v)
|
|
task->latency_record[i].time,
|
|
task->latency_record[i].time,
|
|
task->latency_record[i].max);
|
|
task->latency_record[i].max);
|
|
for (q = 0; q < LT_BACKTRACEDEPTH; q++) {
|
|
for (q = 0; q < LT_BACKTRACEDEPTH; q++) {
|
|
- char sym[KSYM_NAME_LEN];
|
|
|
|
|
|
+ char sym[KSYM_SYMBOL_LEN];
|
|
char *c;
|
|
char *c;
|
|
if (!task->latency_record[i].backtrace[q])
|
|
if (!task->latency_record[i].backtrace[q])
|
|
break;
|
|
break;
|