diff options
Diffstat (limited to 'tools/perf/util/trace-event.h')
-rw-r--r-- | tools/perf/util/trace-event.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/perf/util/trace-event.h b/tools/perf/util/trace-event.h index aeb915778ae7..b1e58d3d947d 100644 --- a/tools/perf/util/trace-event.h +++ b/tools/perf/util/trace-event.h | |||
@@ -245,10 +245,14 @@ extern int latency_format; | |||
245 | 245 | ||
246 | int parse_header_page(char *buf, unsigned long size); | 246 | int parse_header_page(char *buf, unsigned long size); |
247 | int trace_parse_common_type(void *data); | 247 | int trace_parse_common_type(void *data); |
248 | int trace_parse_common_pid(void *data); | ||
248 | struct event *trace_find_event(int id); | 249 | struct event *trace_find_event(int id); |
250 | struct event *trace_find_next_event(struct event *event); | ||
251 | unsigned long long read_size(void *ptr, int size); | ||
249 | unsigned long long | 252 | unsigned long long |
250 | raw_field_value(struct event *event, const char *name, void *data); | 253 | raw_field_value(struct event *event, const char *name, void *data); |
251 | void *raw_field_ptr(struct event *event, const char *name, void *data); | 254 | void *raw_field_ptr(struct event *event, const char *name, void *data); |
255 | unsigned long long eval_flag(const char *flag); | ||
252 | 256 | ||
253 | int read_tracing_data(int fd, struct perf_event_attr *pattrs, int nb_events); | 257 | int read_tracing_data(int fd, struct perf_event_attr *pattrs, int nb_events); |
254 | 258 | ||
@@ -272,4 +276,7 @@ struct scripting_ops { | |||
272 | 276 | ||
273 | int script_spec_register(const char *spec, struct scripting_ops *ops); | 277 | int script_spec_register(const char *spec, struct scripting_ops *ops); |
274 | 278 | ||
279 | extern struct scripting_ops perl_scripting_ops; | ||
280 | void setup_perl_scripting(void); | ||
281 | |||
275 | #endif /* __PERF_TRACE_EVENTS_H */ | 282 | #endif /* __PERF_TRACE_EVENTS_H */ |