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
202 |
# File 'ext/datadog_profiling_native_extension/collectors_cpu_and_wall_time_worker.c', line 202 static VALUE _native_current_sigprof_signal_handler(DDTRACE_UNUSED VALUE self); |
._native_delayed_error ⇒ Object
229 |
# File 'ext/datadog_profiling_native_extension/collectors_cpu_and_wall_time_worker.c', line 229 static VALUE _native_delayed_error(DDTRACE_UNUSED VALUE self, VALUE instance, VALUE error_msg); |
._native_gc_tracepoint ⇒ Object
209 |
# File 'ext/datadog_profiling_native_extension/collectors_cpu_and_wall_time_worker.c', line 209 static VALUE _native_gc_tracepoint(DDTRACE_UNUSED VALUE self, VALUE instance); |
._native_gvl_profiling_hook_active ⇒ Object
237 |
# File 'ext/datadog_profiling_native_extension/collectors_cpu_and_wall_time_worker.c', line 237 static VALUE _native_gvl_profiling_hook_active(DDTRACE_UNUSED VALUE self, VALUE instance); |
._native_install_testing_signal_handler ⇒ Object
206 |
# File 'ext/datadog_profiling_native_extension/collectors_cpu_and_wall_time_worker.c', line 206 static VALUE _native_install_testing_signal_handler(DDTRACE_UNUSED VALUE self); |
._native_is_sigprof_blocked_in_current_thread ⇒ Object
216 |
# File 'ext/datadog_profiling_native_extension/collectors_cpu_and_wall_time_worker.c', line 216 static VALUE _native_is_sigprof_blocked_in_current_thread(DDTRACE_UNUSED VALUE self); |
._native_remove_testing_signal_handler ⇒ Object
207 |
# File 'ext/datadog_profiling_native_extension/collectors_cpu_and_wall_time_worker.c', line 207 static VALUE _native_remove_testing_signal_handler(DDTRACE_UNUSED VALUE self); |
._native_simulate_handle_sampling_signal ⇒ Object
213 |
# File 'ext/datadog_profiling_native_extension/collectors_cpu_and_wall_time_worker.c', line 213 static VALUE _native_simulate_handle_sampling_signal(DDTRACE_UNUSED VALUE self); |
._native_simulate_sample_from_postponed_job ⇒ Object
214 |
# File 'ext/datadog_profiling_native_extension/collectors_cpu_and_wall_time_worker.c', line 214 static VALUE _native_simulate_sample_from_postponed_job(DDTRACE_UNUSED VALUE self); |
._native_trigger_sample ⇒ Object
208 |
# File 'ext/datadog_profiling_native_extension/collectors_cpu_and_wall_time_worker.c', line 208 static VALUE _native_trigger_sample(DDTRACE_UNUSED VALUE self); |
._native_with_blocked_sigprof ⇒ Object
226 |
# File 'ext/datadog_profiling_native_extension/collectors_cpu_and_wall_time_worker.c', line 226 static VALUE _native_with_blocked_sigprof(DDTRACE_UNUSED VALUE self); |