diff options
Diffstat (limited to 'tools/perf/util/trace-event-parse.c')
-rw-r--r-- | tools/perf/util/trace-event-parse.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/util/trace-event-parse.c b/tools/perf/util/trace-event-parse.c index a5a554efeb50..aa4c860a21d1 100644 --- a/tools/perf/util/trace-event-parse.c +++ b/tools/perf/util/trace-event-parse.c | |||
@@ -221,7 +221,7 @@ void print_event(struct pevent *pevent, int cpu, void *data, int size, | |||
221 | } | 221 | } |
222 | 222 | ||
223 | void parse_proc_kallsyms(struct pevent *pevent, | 223 | void parse_proc_kallsyms(struct pevent *pevent, |
224 | char *file, unsigned int size __unused) | 224 | char *file, unsigned int size __maybe_unused) |
225 | { | 225 | { |
226 | unsigned long long addr; | 226 | unsigned long long addr; |
227 | char *func; | 227 | char *func; |
@@ -253,7 +253,7 @@ void parse_proc_kallsyms(struct pevent *pevent, | |||
253 | } | 253 | } |
254 | 254 | ||
255 | void parse_ftrace_printk(struct pevent *pevent, | 255 | void parse_ftrace_printk(struct pevent *pevent, |
256 | char *file, unsigned int size __unused) | 256 | char *file, unsigned int size __maybe_unused) |
257 | { | 257 | { |
258 | unsigned long long addr; | 258 | unsigned long long addr; |
259 | char *printk; | 259 | char *printk; |