aboutsummaryrefslogtreecommitdiffstats
path: root/trace-cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'trace-cmd.h')
-rw-r--r--trace-cmd.h2
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
91int tracecmd_set_cursor(struct tracecmd_input *handle, 91int tracecmd_set_cursor(struct tracecmd_input *handle,
92 int cpu, unsigned long long offset); 92 int cpu, unsigned long long offset);
93unsigned long long
94tracecmd_get_cursor(struct tracecmd_input *handle, int cpu);
93 95
94int tracecmd_ftrace_overrides(struct tracecmd_input *handle); 96int tracecmd_ftrace_overrides(struct tracecmd_input *handle);
95struct pevent *tracecmd_get_pevent(struct tracecmd_input *handle); 97struct pevent *tracecmd_get_pevent(struct tracecmd_input *handle);