aboutsummaryrefslogtreecommitdiffstats
path: root/src/libkshark-model.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libkshark-model.h')
-rw-r--r--src/libkshark-model.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libkshark-model.h b/src/libkshark-model.h
index b8624809..8989ee0e 100644
--- a/src/libkshark-model.h
+++ b/src/libkshark-model.h
@@ -175,6 +175,9 @@ static inline double ksmodel_bin_time(struct kshark_trace_histo *histo,
return ksmodel_bin_ts(histo, bin) * 1e-9;
}
+int ksmodel_get_bin(struct kshark_trace_histo *histo,
+ const struct kshark_entry *entry);
+
#ifdef __cplusplus
}
#endif // __cplusplus