diff options
Diffstat (limited to 'trace-cmd.h')
-rw-r--r-- | trace-cmd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/trace-cmd.h b/trace-cmd.h index df98fb3..5a2e96b 100644 --- a/trace-cmd.h +++ b/trace-cmd.h | |||
@@ -90,6 +90,8 @@ tracecmd_set_all_cpus_to_timestamp(struct tracecmd_input *handle, | |||
90 | 90 | ||
91 | int tracecmd_set_cursor(struct tracecmd_input *handle, | 91 | int tracecmd_set_cursor(struct tracecmd_input *handle, |
92 | int cpu, unsigned long long offset); | 92 | int cpu, unsigned long long offset); |
93 | unsigned long long | ||
94 | tracecmd_get_cursor(struct tracecmd_input *handle, int cpu); | ||
93 | 95 | ||
94 | int tracecmd_ftrace_overrides(struct tracecmd_input *handle); | 96 | int tracecmd_ftrace_overrides(struct tracecmd_input *handle); |
95 | struct pevent *tracecmd_get_pevent(struct tracecmd_input *handle); | 97 | struct pevent *tracecmd_get_pevent(struct tracecmd_input *handle); |