diff options
Diffstat (limited to 'tools/perf/util/parse-events.h')
| -rw-r--r-- | tools/perf/util/parse-events.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/parse-events.h b/tools/perf/util/parse-events.h index 00cde7d2e30c..e80c9b74f2f2 100644 --- a/tools/perf/util/parse-events.h +++ b/tools/perf/util/parse-events.h @@ -190,7 +190,7 @@ int parse_events_add_cache(struct list_head *list, int *idx,  			   struct parse_events_error *error,  			   struct list_head *head_config);  int parse_events_add_breakpoint(struct list_head *list, int *idx, -				void *ptr, char *type, u64 len); +				u64 addr, char *type, u64 len);  int parse_events_add_pmu(struct parse_events_state *parse_state,  			 struct list_head *list, char *name,  			 struct list_head *head_config,  | 
