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 102 of file ../../zircon/kernel/object/profile_dispatcher.cc
void ~ProfileDispatcher ()
Defined at line 174 of file ../../zircon/kernel/object/profile_dispatcher.cc
zx_status_t ApplyProfile (fbl::RefPtr<ThreadDispatcher> thread)
Defined at line 176 of file ../../zircon/kernel/object/profile_dispatcher.cc
zx_status_t ApplyProfile (fbl::RefPtr<VmAddressRegionDispatcher> vmar)
Defined at line 192 of file ../../zircon/kernel/object/profile_dispatcher.cc