aboutsummaryrefslogtreecommitdiffstats
path: root/trace-cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'trace-cmd.h')
-rw-r--r--trace-cmd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/trace-cmd.h b/trace-cmd.h
index b7cd5cc..7228a6d 100644
--- a/trace-cmd.h
+++ b/trace-cmd.h
@@ -64,6 +64,9 @@ struct record *
64tracecmd_read_data(struct tracecmd_input *handle, int cpu); 64tracecmd_read_data(struct tracecmd_input *handle, int cpu);
65 65
66struct record * 66struct record *
67tracecmd_read_prev(struct tracecmd_input *handle, struct record *record);
68
69struct record *
67tracecmd_read_next_data(struct tracecmd_input *handle, int *rec_cpu); 70tracecmd_read_next_data(struct tracecmd_input *handle, int *rec_cpu);
68 71
69struct record * 72struct record *