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



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

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

._native_check_heap_hashesObject



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

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

._native_debug_heap_recorderObject



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

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

._native_end_fake_slow_heap_serializationObject



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

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

._native_heap_recorder_reset_last_updateObject



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

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

._native_is_object_recorded?Boolean

Returns:

  • (Boolean)


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

static VALUE _native_is_object_recorded(DDTRACE_UNUSED VALUE _self, VALUE recorder_instance, VALUE object_id);

._native_record_endpointObject



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

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

._native_recorder_after_gc_stepObject



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

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

._native_slot_one_mutex_locked?Boolean

Returns:

  • (Boolean)


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

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

._native_slot_two_mutex_locked?Boolean

Returns:

  • (Boolean)


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

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

._native_start_fake_slow_heap_serializationObject



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

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

._native_track_objectObject



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

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