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