class TestThreadSampler

Defined at line 27 of file ../../zircon/kernel/lib/thread_sampler/tests/thread_sampler_tests.cc

A test version of ThreadSampler which overrides functions

for testing purposes.

Public Methods

void TestThreadSampler (fbl::RefPtr<PeerHolder<IoBufferDispatcher>> holder, IobEndpointId endpoint_id, fbl::RefPtr<SharedIobState> shared_state)

Defined at line 29 of file ../../zircon/kernel/lib/thread_sampler/tests/thread_sampler_tests.cc

void SampleThread (zx_koid_t pid, zx_koid_t tid, GeneralRegsSource source, void * gregs)

Defined at line 33 of file ../../zircon/kernel/lib/thread_sampler/tests/thread_sampler_tests.cc

bool RepeatStartStopTest ()

Defined at line 54 of file ../../zircon/kernel/lib/thread_sampler/tests/thread_sampler_tests.cc

bool WriteSampleTest ()

Defined at line 83 of file ../../zircon/kernel/lib/thread_sampler/tests/thread_sampler_tests.cc