Module: Datadog::Profiling::Collectors::CpuAndWallTimeWorker::Testing
- Defined in:
- ext/datadog_profiling_native_extension/collectors_cpu_and_wall_time_worker.c
Class Method Summary collapse
- ._native_current_sigprof_signal_handler ⇒ Object
- ._native_delayed_error ⇒ Object
- ._native_gc_tracepoint ⇒ Object
- ._native_gvl_profiling_hook_active ⇒ Object
- ._native_install_testing_signal_handler ⇒ Object
- ._native_is_sigprof_blocked_in_current_thread ⇒ Object
- ._native_remove_testing_signal_handler ⇒ Object
- ._native_simulate_handle_sampling_signal ⇒ Object
- ._native_simulate_sample_from_postponed_job ⇒ Object
- ._native_trigger_sample ⇒ Object
- ._native_with_blocked_sigprof ⇒ Object
Class Method Details
._native_current_sigprof_signal_handler ⇒ Object
203 |
# File 'ext/datadog_profiling_native_extension/collectors_cpu_and_wall_time_worker.c', line 203 static VALUE _native_current_sigprof_signal_handler(DDTRACE_UNUSED VALUE self); |
._native_delayed_error ⇒ Object
238 |
# File 'ext/datadog_profiling_native_extension/collectors_cpu_and_wall_time_worker.c', line 238
static VALUE _native_delayed_error(DDTRACE_UNUSED VALUE self, VALUE instance, VALUE error_msg);
|
._native_gc_tracepoint ⇒ Object
211 |
# File 'ext/datadog_profiling_native_extension/collectors_cpu_and_wall_time_worker.c', line 211
static VALUE _native_gc_tracepoint(DDTRACE_UNUSED VALUE self, VALUE instance);
|
._native_gvl_profiling_hook_active ⇒ Object
246 |
# File 'ext/datadog_profiling_native_extension/collectors_cpu_and_wall_time_worker.c', line 246
static VALUE _native_gvl_profiling_hook_active(DDTRACE_UNUSED VALUE self, VALUE instance);
|
._native_install_testing_signal_handler ⇒ Object
208 |
# File 'ext/datadog_profiling_native_extension/collectors_cpu_and_wall_time_worker.c', line 208 static VALUE _native_install_testing_signal_handler(DDTRACE_UNUSED VALUE self); |
._native_is_sigprof_blocked_in_current_thread ⇒ Object
223 |
# File 'ext/datadog_profiling_native_extension/collectors_cpu_and_wall_time_worker.c', line 223 static VALUE _native_is_sigprof_blocked_in_current_thread(DDTRACE_UNUSED VALUE self); |
._native_remove_testing_signal_handler ⇒ Object
209 |
# File 'ext/datadog_profiling_native_extension/collectors_cpu_and_wall_time_worker.c', line 209 static VALUE _native_remove_testing_signal_handler(DDTRACE_UNUSED VALUE self); |
._native_simulate_handle_sampling_signal ⇒ Object
220 |
# File 'ext/datadog_profiling_native_extension/collectors_cpu_and_wall_time_worker.c', line 220 static VALUE _native_simulate_handle_sampling_signal(DDTRACE_UNUSED VALUE self); |
._native_simulate_sample_from_postponed_job ⇒ Object
221 |
# File 'ext/datadog_profiling_native_extension/collectors_cpu_and_wall_time_worker.c', line 221 static VALUE _native_simulate_sample_from_postponed_job(DDTRACE_UNUSED VALUE self); |
._native_trigger_sample ⇒ Object
210 |
# File 'ext/datadog_profiling_native_extension/collectors_cpu_and_wall_time_worker.c', line 210 static VALUE _native_trigger_sample(DDTRACE_UNUSED VALUE self); |
._native_with_blocked_sigprof ⇒ Object
233 |
# File 'ext/datadog_profiling_native_extension/collectors_cpu_and_wall_time_worker.c', line 233 static VALUE _native_with_blocked_sigprof(DDTRACE_UNUSED VALUE self); |