diff options
-rw-r--r-- | include/trace/boot.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/trace/boot.h b/include/trace/boot.h index 6b54537eab02..3ec58b4b7512 100644 --- a/include/trace/boot.h +++ b/include/trace/boot.h | |||
@@ -9,7 +9,7 @@ | |||
9 | */ | 9 | */ |
10 | struct boot_trace_call { | 10 | struct boot_trace_call { |
11 | pid_t caller; | 11 | pid_t caller; |
12 | char func[KSYM_NAME_LEN]; | 12 | char func[KSYM_SYMBOL_LEN]; |
13 | }; | 13 | }; |
14 | 14 | ||
15 | /* | 15 | /* |
@@ -17,7 +17,7 @@ struct boot_trace_call { | |||
17 | * while it returns. | 17 | * while it returns. |
18 | */ | 18 | */ |
19 | struct boot_trace_ret { | 19 | struct boot_trace_ret { |
20 | char func[KSYM_NAME_LEN]; | 20 | char func[KSYM_SYMBOL_LEN]; |
21 | int result; | 21 | int result; |
22 | unsigned long long duration; /* nsecs */ | 22 | unsigned long long duration; /* nsecs */ |
23 | }; | 23 | }; |