diff options
Diffstat (limited to 'tools/proftool.c')
-rw-r--r-- | tools/proftool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/proftool.c b/tools/proftool.c index fecb9d6e99..ea7d07a277 100644 --- a/tools/proftool.c +++ b/tools/proftool.c @@ -532,7 +532,7 @@ static int make_ftrace(void) return 0; } -static int prof_tool(int argc, char * const argv[], +static int prof_tool(int argc, char *const argv[], const char *prof_fname, const char *map_fname, const char *trace_config_fname) { |