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
205 |
# File 'ext/datadog_profiling_native_extension/collectors_cpu_and_wall_time_worker.c', line 205 static VALUE _native_current_sigprof_signal_handler(DDTRACE_UNUSED VALUE self); |
._native_delayed_error ⇒ Object
232 |
# File 'ext/datadog_profiling_native_extension/collectors_cpu_and_wall_time_worker.c', line 232
static VALUE _native_delayed_error(DDTRACE_UNUSED VALUE self, VALUE instance, VALUE error_msg);
|
._native_gc_tracepoint ⇒ Object
212 |
# File 'ext/datadog_profiling_native_extension/collectors_cpu_and_wall_time_worker.c', line 212
static VALUE _native_gc_tracepoint(DDTRACE_UNUSED VALUE self, VALUE instance);
|
._native_gvl_profiling_hook_active ⇒ Object
240 |
# File 'ext/datadog_profiling_native_extension/collectors_cpu_and_wall_time_worker.c', line 240
static VALUE _native_gvl_profiling_hook_active(DDTRACE_UNUSED VALUE self, VALUE instance);
|
._native_install_testing_signal_handler ⇒ Object
209 |
# File 'ext/datadog_profiling_native_extension/collectors_cpu_and_wall_time_worker.c', line 209 static VALUE _native_install_testing_signal_handler(DDTRACE_UNUSED VALUE self); |
._native_is_sigprof_blocked_in_current_thread ⇒ Object
219 |
# File 'ext/datadog_profiling_native_extension/collectors_cpu_and_wall_time_worker.c', line 219 static VALUE _native_is_sigprof_blocked_in_current_thread(DDTRACE_UNUSED VALUE self); |
._native_remove_testing_signal_handler ⇒ Object
210 |
# File 'ext/datadog_profiling_native_extension/collectors_cpu_and_wall_time_worker.c', line 210 static VALUE _native_remove_testing_signal_handler(DDTRACE_UNUSED VALUE self); |
._native_simulate_handle_sampling_signal ⇒ Object
216 |
# File 'ext/datadog_profiling_native_extension/collectors_cpu_and_wall_time_worker.c', line 216 static VALUE _native_simulate_handle_sampling_signal(DDTRACE_UNUSED VALUE self); |
._native_simulate_sample_from_postponed_job ⇒ Object
217 |
# File 'ext/datadog_profiling_native_extension/collectors_cpu_and_wall_time_worker.c', line 217 static VALUE _native_simulate_sample_from_postponed_job(DDTRACE_UNUSED VALUE self); |
._native_trigger_sample ⇒ Object
211 |
# File 'ext/datadog_profiling_native_extension/collectors_cpu_and_wall_time_worker.c', line 211 static VALUE _native_trigger_sample(DDTRACE_UNUSED VALUE self); |
._native_with_blocked_sigprof ⇒ Object
229 |
# File 'ext/datadog_profiling_native_extension/collectors_cpu_and_wall_time_worker.c', line 229 static VALUE _native_with_blocked_sigprof(DDTRACE_UNUSED VALUE self); |