diff options
Diffstat (limited to 'tools/perf/util/trace-event-parse.c')
-rw-r--r-- | tools/perf/util/trace-event-parse.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/perf/util/trace-event-parse.c b/tools/perf/util/trace-event-parse.c index 1f16495e5597..0302405aa2ca 100644 --- a/tools/perf/util/trace-event-parse.c +++ b/tools/perf/util/trace-event-parse.c | |||
@@ -1982,7 +1982,7 @@ int trace_parse_common_pid(void *data) | |||
1982 | "common_pid"); | 1982 | "common_pid"); |
1983 | } | 1983 | } |
1984 | 1984 | ||
1985 | static int parse_common_pc(void *data) | 1985 | int parse_common_pc(void *data) |
1986 | { | 1986 | { |
1987 | static int pc_offset; | 1987 | static int pc_offset; |
1988 | static int pc_size; | 1988 | static int pc_size; |
@@ -1991,7 +1991,7 @@ static int parse_common_pc(void *data) | |||
1991 | "common_preempt_count"); | 1991 | "common_preempt_count"); |
1992 | } | 1992 | } |
1993 | 1993 | ||
1994 | static int parse_common_flags(void *data) | 1994 | int parse_common_flags(void *data) |
1995 | { | 1995 | { |
1996 | static int flags_offset; | 1996 | static int flags_offset; |
1997 | static int flags_size; | 1997 | static int flags_size; |
@@ -2000,7 +2000,7 @@ static int parse_common_flags(void *data) | |||
2000 | "common_flags"); | 2000 | "common_flags"); |
2001 | } | 2001 | } |
2002 | 2002 | ||
2003 | static int parse_common_lock_depth(void *data) | 2003 | int parse_common_lock_depth(void *data) |
2004 | { | 2004 | { |
2005 | static int ld_offset; | 2005 | static int ld_offset; |
2006 | static int ld_size; | 2006 | static int ld_size; |