class ProfileDispatcher
Defined at line 17 of file ../../zircon/kernel/object/include/object/profile_dispatcher.h
Public Methods
zx_obj_type_t get_type ()
Defined at line 24 of file ../../zircon/kernel/object/include/object/profile_dispatcher.h
zx_status_t Create (const zx_profile_info_t & info, KernelHandle<ProfileDispatcher> * handle, zx_rights_t * rights)
Defined at line 109 of file ../../zircon/kernel/object/profile_dispatcher.cc
void ~ProfileDispatcher ()
Defined at line 181 of file ../../zircon/kernel/object/profile_dispatcher.cc
zx_status_t ApplyProfile (fbl::RefPtr<ThreadDispatcher> thread)
Defined at line 183 of file ../../zircon/kernel/object/profile_dispatcher.cc
zx_status_t ApplyProfile (fbl::RefPtr<VmAddressRegionDispatcher> vmar)
Defined at line 199 of file ../../zircon/kernel/object/profile_dispatcher.cc