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 be38ef2..0ebed96 100644
--- a/trace-cmd.h
+++ b/trace-cmd.h
@@ -53,6 +53,9 @@ tracecmd_read_data(struct tracecmd_handle *handle, int cpu);
53struct record * 53struct record *
54tracecmd_read_at(struct tracecmd_handle *handle, unsigned long long offset, 54tracecmd_read_at(struct tracecmd_handle *handle, unsigned long long offset,
55 int *cpu); 55 int *cpu);
56struct record *
57tracecmd_translate_data(struct tracecmd_handle *handle,
58 void *ptr, int size);
56 59
57int tracecmd_ftrace_overrides(void); 60int tracecmd_ftrace_overrides(void);
58 61