Module: Datadog::Profiling::StackRecorder::Testing

Defined in:
ext/datadog_profiling_native_extension/stack_recorder.c

Class Method Summary collapse

Class Method Details

._native_active_slotObject



228
# File 'ext/datadog_profiling_native_extension/stack_recorder.c', line 228

static VALUE _native_active_slot(DDTRACE_UNUSED VALUE _self, VALUE recorder_instance);

._native_check_heap_hashesObject



238
# File 'ext/datadog_profiling_native_extension/stack_recorder.c', line 238

static VALUE _native_check_heap_hashes(DDTRACE_UNUSED VALUE _self, VALUE locations);

._native_debug_heap_recorderObject



241
# File 'ext/datadog_profiling_native_extension/stack_recorder.c', line 241

static VALUE _native_debug_heap_recorder(DDTRACE_UNUSED VALUE _self, VALUE recorder_instance);

._native_end_fake_slow_heap_serializationObject



240
# File 'ext/datadog_profiling_native_extension/stack_recorder.c', line 240

static VALUE _native_end_fake_slow_heap_serialization(DDTRACE_UNUSED VALUE _self, VALUE recorder_instance);

._native_gc_force_recycleObject



242
# File 'ext/datadog_profiling_native_extension/stack_recorder.c', line 242

static VALUE _native_gc_force_recycle(DDTRACE_UNUSED VALUE _self, VALUE obj);

._native_has_seen_id_flagObject



243
# File 'ext/datadog_profiling_native_extension/stack_recorder.c', line 243

static VALUE _native_has_seen_id_flag(DDTRACE_UNUSED VALUE _self, VALUE obj);

._native_record_endpointObject



235
# File 'ext/datadog_profiling_native_extension/stack_recorder.c', line 235

static VALUE _native_record_endpoint(DDTRACE_UNUSED VALUE _self, VALUE recorder_instance, VALUE local_root_span_id, VALUE endpoint);

._native_slot_one_mutex_locked?Boolean

Returns:

  • (Boolean)


229
# File 'ext/datadog_profiling_native_extension/stack_recorder.c', line 229

static VALUE _native_is_slot_one_mutex_locked(DDTRACE_UNUSED VALUE _self, VALUE recorder_instance);

._native_slot_two_mutex_locked?Boolean

Returns:

  • (Boolean)


230
# File 'ext/datadog_profiling_native_extension/stack_recorder.c', line 230

static VALUE _native_is_slot_two_mutex_locked(DDTRACE_UNUSED VALUE _self, VALUE recorder_instance);

._native_start_fake_slow_heap_serializationObject



239
# File 'ext/datadog_profiling_native_extension/stack_recorder.c', line 239

static VALUE _native_start_fake_slow_heap_serialization(DDTRACE_UNUSED VALUE _self, VALUE recorder_instance);

._native_track_objectObject



237
# File 'ext/datadog_profiling_native_extension/stack_recorder.c', line 237

static VALUE _native_track_object(DDTRACE_UNUSED VALUE _self, VALUE recorder_instance, VALUE new_obj, VALUE weight, VALUE alloc_class);