Module: Datadog::Profiling::Collectors::ThreadContext::Testing

Defined in:
ext/datadog_profiling_native_extension/collectors_thread_context.c

Class Method Summary collapse

Class Method Details

._native_apply_delta_to_cpu_time_at_previous_sample_nsObject



290
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 290

static VALUE _native_apply_delta_to_cpu_time_at_previous_sample_ns(DDTRACE_UNUSED VALUE self, VALUE collector_instance, VALUE thread, VALUE delta_ns);

._native_gc_trackingObject



255
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 255

static VALUE _native_gc_tracking(VALUE self, VALUE collector_instance);

._native_gvl_waiting_at_forObject



287
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 287

static VALUE _native_gvl_waiting_at_for(DDTRACE_UNUSED VALUE self, VALUE thread);

._native_new_empty_threadObject



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

static VALUE _native_new_empty_thread(VALUE self);

._native_on_gc_finishObject



214
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 214

static VALUE _native_on_gc_finish(VALUE self, VALUE collector_instance);

._native_on_gc_startObject



213
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 213

static VALUE _native_on_gc_start(VALUE self, VALUE collector_instance);

._native_on_gvl_runningObject



288
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 288

static VALUE _native_on_gvl_running(DDTRACE_UNUSED VALUE self, VALUE thread);

._native_on_gvl_waitingObject



286
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 286

static VALUE _native_on_gvl_waiting(DDTRACE_UNUSED VALUE self, VALUE thread);

._native_per_thread_contextObject



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

static VALUE _native_per_thread_context(VALUE self, VALUE collector_instance);

._native_reset_monotonic_to_system_stateObject



300
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 300

static VALUE _native_reset_monotonic_to_system_state(DDTRACE_UNUSED VALUE self, VALUE collector_instance);

._native_sampleObject



212
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 212

static VALUE _native_sample(VALUE self, VALUE collector_instance, VALUE profiler_overhead_stack_thread, VALUE allow_exception);

._native_sample_after_gcObject



215
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 215

static VALUE _native_sample_after_gc(DDTRACE_UNUSED VALUE self, VALUE collector_instance, VALUE allow_exception);

._native_sample_after_gvl_runningObject



289
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 289

static VALUE _native_sample_after_gvl_running(DDTRACE_UNUSED VALUE self, VALUE collector_instance, VALUE thread);

._native_sample_allocationObject



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

static VALUE _native_sample_allocation(DDTRACE_UNUSED VALUE self, VALUE collector_instance, VALUE sample_weight, VALUE new_object);

._native_sample_skipped_allocation_samplesObject



277
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 277

static VALUE _native_sample_skipped_allocation_samples(DDTRACE_UNUSED VALUE self, VALUE collector_instance, VALUE skipped_samples);

._native_statsObject



254
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 254

static VALUE _native_stats(VALUE self, VALUE collector_instance);

._native_thread_listObject



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

static VALUE _native_thread_list(VALUE self);