Module: Datadog::Profiling::Collectors::ThreadContext::Testing
- Defined in:
- ext/datadog_profiling_native_extension/collectors_thread_context.c
Class Method Summary collapse
- ._native_apply_delta_to_cpu_time_at_previous_sample_ns ⇒ Object
- ._native_gc_tracking ⇒ Object
- ._native_gvl_waiting_at_for ⇒ Object
- ._native_new_empty_thread ⇒ Object
- ._native_on_gc_finish ⇒ Object
- ._native_on_gc_start ⇒ Object
- ._native_on_gvl_running ⇒ Object
- ._native_on_gvl_waiting ⇒ Object
- ._native_per_thread_context ⇒ Object
- ._native_prepare_sample_inside_signal_handler ⇒ Object
- ._native_sample ⇒ Object
- ._native_sample_after_gc ⇒ Object
- ._native_sample_after_gvl_running ⇒ Object
- ._native_sample_allocation ⇒ Object
- ._native_sample_skipped_allocation_samples ⇒ Object
- ._native_stats ⇒ Object
- ._native_system_epoch_time_now_ns ⇒ Object
- ._native_thread_list ⇒ Object
Class Method Details
._native_apply_delta_to_cpu_time_at_previous_sample_ns ⇒ Object
296 |
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 296
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_tracking ⇒ Object
261 |
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 261
static VALUE _native_gc_tracking(VALUE self, VALUE collector_instance);
|
._native_gvl_waiting_at_for ⇒ Object
293 |
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 293
static VALUE _native_gvl_waiting_at_for(DDTRACE_UNUSED VALUE self, VALUE thread);
|
._native_new_empty_thread ⇒ Object
272 |
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 272 static VALUE _native_new_empty_thread(VALUE self); |
._native_on_gc_finish ⇒ Object
220 |
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 220
static VALUE _native_on_gc_finish(VALUE self, VALUE collector_instance);
|
._native_on_gc_start ⇒ Object
219 |
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 219
static VALUE _native_on_gc_start(VALUE self, VALUE collector_instance);
|
._native_on_gvl_running ⇒ Object
294 |
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 294
static VALUE _native_on_gvl_running(DDTRACE_UNUSED VALUE self, VALUE thread);
|
._native_on_gvl_waiting ⇒ Object
292 |
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 292
static VALUE _native_on_gvl_waiting(DDTRACE_UNUSED VALUE self, VALUE thread);
|
._native_per_thread_context ⇒ Object
256 |
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 256
static VALUE _native_per_thread_context(VALUE self, VALUE collector_instance);
|
._native_prepare_sample_inside_signal_handler ⇒ Object
307 |
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 307
static VALUE _native_prepare_sample_inside_signal_handler(DDTRACE_UNUSED VALUE self, VALUE collector_instance);
|
._native_sample ⇒ Object
218 |
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 218
static VALUE _native_sample(VALUE self, VALUE collector_instance, VALUE profiler_overhead_stack_thread, VALUE allow_exception);
|
._native_sample_after_gc ⇒ Object
221 |
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 221
static VALUE _native_sample_after_gc(DDTRACE_UNUSED VALUE self, VALUE collector_instance, VALUE allow_exception);
|
._native_sample_after_gvl_running ⇒ Object
295 |
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 295
static VALUE _native_sample_after_gvl_running(DDTRACE_UNUSED VALUE self, VALUE collector_instance, VALUE thread);
|
._native_sample_allocation ⇒ Object
271 |
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 271
static VALUE _native_sample_allocation(DDTRACE_UNUSED VALUE self, VALUE collector_instance, VALUE sample_weight, VALUE new_object);
|
._native_sample_skipped_allocation_samples ⇒ Object
283 |
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 283
static VALUE _native_sample_skipped_allocation_samples(DDTRACE_UNUSED VALUE self, VALUE collector_instance, VALUE skipped_samples);
|
._native_stats ⇒ Object
260 |
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 260
static VALUE _native_stats(VALUE self, VALUE collector_instance);
|
._native_system_epoch_time_now_ns ⇒ Object
306 |
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 306
static VALUE _native_system_epoch_time_now_ns(DDTRACE_UNUSED VALUE self, VALUE collector_instance);
|
._native_thread_list ⇒ Object
244 |
# File 'ext/datadog_profiling_native_extension/collectors_thread_context.c', line 244 static VALUE _native_thread_list(VALUE self); |