diff options
Diffstat (limited to 'trace-cmd.h')
| -rw-r--r-- | trace-cmd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/trace-cmd.h b/trace-cmd.h index 708d743..7d0a209 100644 --- a/trace-cmd.h +++ b/trace-cmd.h | |||
| @@ -102,6 +102,9 @@ void tracecmd_print_events(struct tracecmd_input *handle); | |||
| 102 | int tracecmd_init_data(struct tracecmd_input *handle); | 102 | int tracecmd_init_data(struct tracecmd_input *handle); |
| 103 | 103 | ||
| 104 | struct record * | 104 | struct record * |
| 105 | tracecmd_read_page_record(struct pevent *pevent, void *page, int size, | ||
| 106 | struct record *last_record); | ||
| 107 | struct record * | ||
| 105 | tracecmd_peek_data(struct tracecmd_input *handle, int cpu); | 108 | tracecmd_peek_data(struct tracecmd_input *handle, int cpu); |
| 106 | 109 | ||
| 107 | static inline struct record * | 110 | static inline struct record * |
