1 parent 5a9838f commit 656864fCopy full SHA for 656864f
1 file changed
crates/codspeed/src/instrument_hooks/bindings.rs
@@ -56,6 +56,9 @@ extern "C" {
56
extern "C" {
57
pub fn instrument_hooks_current_timestamp() -> u64;
58
}
59
+extern "C" {
60
+ pub fn instrument_hooks_callgrind_add_obj_skip(path: *const ::std::os::raw::c_char) -> u8;
61
+}
62
pub const instrument_hooks_feature_t_FEATURE_DISABLE_CALLGRIND_MARKERS: instrument_hooks_feature_t =
63
0;
64
pub type instrument_hooks_feature_t = ::std::os::raw::c_uint;
0 commit comments