MCPcopy Create free account

hub / github.com/camdenreslink/clr-profiler / functions

Functions868 in github.com/camdenreslink/clr-profiler

↓ 1 callersMethodIsFunctionDynamic
( &self, functionId: FunctionID, isDynamic: *mut BOOL, )
clr_profiler/src/ffi/class/cor_profiler_info.rs:907
↓ 1 callersMethodReadInMemorySymbols
( &self, moduleId: ModuleID, symbolsReadOffset: DWORD, pSymbolBytes: *mut BYTE
clr_profiler/src/ffi/class/cor_profiler_info.rs:890
↓ 1 callersMethodRequestProfilerDetach
(&self, dwExpectedCompletionMilliseconds: DWORD)
clr_profiler/src/ffi/class/cor_profiler_info.rs:606
↓ 1 callersMethodRequestReJIT
( &self, cFunctions: ULONG, moduleIds: *const ModuleID, methodIds: *const mdMe
clr_profiler/src/ffi/class/cor_profiler_info.rs:780
↓ 1 callersMethodRequestReJITWithInliners
( &self, dwRejitFlags: DWORD, cFunctions: ULONG, moduleIds: *const ModuleID,
clr_profiler/src/ffi/class/cor_profiler_info.rs:999
↓ 1 callersMethodRequestRevert
( &self, cFunctions: ULONG, moduleIds: *const ModuleID, methodIds: *const mdMe
clr_profiler/src/ffi/class/cor_profiler_info.rs:788
↓ 1 callersMethodResumeRuntime
(&self)
clr_profiler/src/ffi/class/cor_profiler_info.rs:1017
↓ 1 callersMethodSetEnterLeaveFunctionHooks
( &self, pFuncEnter: *const FunctionEnter, pFuncLeave: *const FunctionLeave, p
clr_profiler/src/ffi/class/cor_profiler_info.rs:156
↓ 1 callersMethodSetEnterLeaveFunctionHooks2
( &self, pFuncEnter: *const FunctionEnter2, pFuncLeave: *const FunctionLeave2,
clr_profiler/src/ffi/class/cor_profiler_info.rs:361
↓ 1 callersMethodSetEnterLeaveFunctionHooks3
( &self, pFuncEnter3: *const FunctionEnter3, pFuncLeave3: *const FunctionLeave3,
clr_profiler/src/ffi/class/cor_profiler_info.rs:623
↓ 1 callersMethodSetEnterLeaveFunctionHooks3WithInfo
( &self, pFuncEnter3WithInfo: *const FunctionEnter3WithInfo, pFuncLeave3WithInfo: *con
clr_profiler/src/ffi/class/cor_profiler_info.rs:636
↓ 1 callersMethodSetEventMask
(&self, dwEvents: DWORD)
clr_profiler/src/ffi/class/cor_profiler_info.rs:153
↓ 1 callersMethodSetEventMask2
(&self, dwEventsLow: DWORD, dwEventsHigh: DWORD)
clr_profiler/src/ffi/class/cor_profiler_info.rs:858
↓ 1 callersMethodSetFunctionIDMapper
(&self, pFunc: *const FunctionIDMapper)
clr_profiler/src/ffi/class/cor_profiler_info.rs:169
↓ 1 callersMethodSetFunctionIDMapper2
( &self, pFunc: *const FunctionIDMapper2, clientData: *const c_void, )
clr_profiler/src/ffi/class/cor_profiler_info.rs:609
↓ 1 callersMethodSetILFunctionBody
( &self, moduleId: ModuleID, methodid: mdMethodDef, // methodid typo exists in corprof
clr_profiler/src/ffi/class/cor_profiler_info.rs:234
↓ 1 callersMethodSetILInstrumentedCodeMap
( &self, functionId: FunctionID, fStartJit: BOOL, cILMapEntries: ULONG,
clr_profiler/src/ffi/class/cor_profiler_info.rs:289
↓ 1 callersMethodSuspendRuntime
(&self)
clr_profiler/src/ffi/class/cor_profiler_info.rs:1014
↓ 1 callersMethodadd_ref
(&mut self)
clr_profiler/src/ffi/class/cor_profiler_callback.rs:204
↓ 1 callersMethodapp_domain_creation_finished
( &mut self, app_domain_id: AppDomainID, hr_status: HRESULT, // TODO: Create enum that
clr_profiler/src/traits/cor_profiler_callback.rs:26
↓ 1 callersMethodapp_domain_creation_started
(&mut self, app_domain_id: AppDomainID)
clr_profiler/src/traits/cor_profiler_callback.rs:22
↓ 1 callersMethodapp_domain_shutdown_finished
( &mut self, app_domain_id: AppDomainID, hr_status: HRESULT, // TODO: Create enum that
clr_profiler/src/traits/cor_profiler_callback.rs:38
↓ 1 callersMethodapp_domain_shutdown_started
(&mut self, app_domain_id: AppDomainID)
clr_profiler/src/traits/cor_profiler_callback.rs:34
↓ 1 callersMethodassembly_load_finished
( &mut self, assembly_id: AssemblyID, hr_status: HRESULT, )
clr_profiler/src/traits/cor_profiler_callback.rs:50
↓ 1 callersMethodassembly_load_started
(&mut self, assembly_id: AssemblyID)
clr_profiler/src/traits/cor_profiler_callback.rs:46
↓ 1 callersMethodassembly_unload_finished
( &mut self, assembly_id: AssemblyID, hr_status: HRESULT, )
clr_profiler/src/traits/cor_profiler_callback.rs:63
↓ 1 callersMethodassembly_unload_started
(&mut self, assembly_id: AssemblyID)
clr_profiler/src/traits/cor_profiler_callback.rs:59
↓ 1 callersFunctionbuild_dotnet_core_project
(project_name: &str)
clr_profiler/tests/common/mod.rs:33
↓ 1 callersFunctionbuild_test_profiler
(test_profiler: &str)
clr_profiler/tests/common/mod.rs:13
↓ 1 callersMethodclass_load_finished
( &mut self, class_id: ClassID, hr_status: HRESULT, )
clr_profiler/src/traits/cor_profiler_callback.rs:110
↓ 1 callersMethodclass_load_started
(&mut self, class_id: ClassID)
clr_profiler/src/traits/cor_profiler_callback.rs:106
↓ 1 callersMethodclass_unload_finished
( &mut self, class_id: ClassID, hr_status: HRESULT, )
clr_profiler/src/traits/cor_profiler_callback.rs:123
↓ 1 callersMethodclass_unload_started
(&mut self, class_id: ClassID)
clr_profiler/src/traits/cor_profiler_callback.rs:119
↓ 1 callersMethodcom_classic_vtable_created
( &mut self, wrapped_class_id: ClassID, implemented_iid: REFGUID, p_vtable: *c
clr_profiler/src/traits/cor_profiler_callback.rs:387
↓ 1 callersMethodcom_classic_vtable_destroyed
( &mut self, wrapped_class_id: ClassID, implemented_iid: REFGUID, p_vtable: *c
clr_profiler/src/traits/cor_profiler_callback.rs:397
↓ 1 callersMethodconditional_weak_table_element_references
( &mut self, key_ref_ids: &[ObjectID], value_ref_ids: &[ObjectID], root_ids: &
clr_profiler/src/traits/cor_profiler_callback_5.rs:8
↓ 1 callersMethoddata_size
(&self)
clr_profiler/src/cil/section.rs:243
↓ 1 callersMethoddynamic_method_jit_compilation_finished
( &mut self, function_id: FunctionID, hr_status: HRESULT, // TODO: Create enum that ac
clr_profiler/src/traits/cor_profiler_callback_8.rs:18
↓ 1 callersMethoddynamic_method_jit_compilation_started
( &mut self, function_id: FunctionID, is_safe_to_block: bool, il_header: LPCBY
clr_profiler/src/traits/cor_profiler_callback_8.rs:8
↓ 1 callersMethoddynamic_method_unloaded
(&mut self, function_id: FunctionID)
clr_profiler/src/traits/cor_profiler_callback_9.rs:8
↓ 1 callersMethodexception_catcher_enter
( &mut self, function_id: FunctionID, object_id: ObjectID, )
clr_profiler/src/traits/cor_profiler_callback.rs:375
↓ 1 callersMethodexception_catcher_leave
(&mut self)
clr_profiler/src/traits/cor_profiler_callback.rs:383
↓ 1 callersMethodexception_clr_catcher_execute
(&mut self)
clr_profiler/src/traits/cor_profiler_callback.rs:410
↓ 1 callersMethodexception_clr_catcher_found
(&mut self)
clr_profiler/src/traits/cor_profiler_callback.rs:406
↓ 1 callersMethodexception_os_handler_enter
(&mut self, _unused: UINT_PTR)
clr_profiler/src/traits/cor_profiler_callback.rs:351
↓ 1 callersMethodexception_os_handler_leave
(&mut self, _unused: UINT_PTR)
clr_profiler/src/traits/cor_profiler_callback.rs:355
↓ 1 callersMethodexception_search_catcher_found
(&mut self, function_id: FunctionID)
clr_profiler/src/traits/cor_profiler_callback.rs:347
↓ 1 callersMethodexception_search_filter_enter
(&mut self, function_id: FunctionID)
clr_profiler/src/traits/cor_profiler_callback.rs:339
↓ 1 callersMethodexception_search_filter_leave
(&mut self)
clr_profiler/src/traits/cor_profiler_callback.rs:343
↓ 1 callersMethodexception_search_function_enter
(&mut self, function_id: FunctionID)
clr_profiler/src/traits/cor_profiler_callback.rs:331
↓ 1 callersMethodexception_search_function_leave
(&mut self)
clr_profiler/src/traits/cor_profiler_callback.rs:335
↓ 1 callersMethodexception_thrown
(&mut self, thrown_object_id: ObjectID)
clr_profiler/src/traits/cor_profiler_callback.rs:327
↓ 1 callersMethodexception_unwind_finally_enter
(&mut self, function_id: FunctionID)
clr_profiler/src/traits/cor_profiler_callback.rs:367
↓ 1 callersMethodexception_unwind_finally_leave
(&mut self)
clr_profiler/src/traits/cor_profiler_callback.rs:371
↓ 1 callersMethodexception_unwind_function_enter
(&mut self, function_id: FunctionID)
clr_profiler/src/traits/cor_profiler_callback.rs:359
↓ 1 callersMethodexception_unwind_function_leave
(&mut self)
clr_profiler/src/traits/cor_profiler_callback.rs:363
↓ 1 callersMethodfinalizeable_object_queued
( &mut self, finalizer_flags: COR_PRF_FINALIZER_FLAGS, object_id: ObjectID, )
clr_profiler/src/traits/cor_profiler_callback_2.rs:35
↓ 1 callersMethodfunction_unload_started
(&mut self, function_id: FunctionID)
clr_profiler/src/traits/cor_profiler_callback.rs:132
↓ 1 callersMethodgarbage_collection_finished
(&mut self)
clr_profiler/src/traits/cor_profiler_callback_2.rs:31
↓ 1 callersMethodgarbage_collection_started
( &mut self, generation_collected: &[BOOL], reason: COR_PRF_GC_REASON, )
clr_profiler/src/traits/cor_profiler_callback_2.rs:15
↓ 1 callersMethodget_assembly_references
( &mut self, assembly_path: &str, asm_ref_provider: &CorProfilerAssemblyReferenceProvi
clr_profiler/src/traits/cor_profiler_callback_6.rs:8
↓ 1 callersMethodget_function_info
(&self, function_id: FunctionID)
clr_profiler/src/profiler_info.rs:169
↓ 1 callersMethodget_il_function_body
( &self, module_id: ModuleID, method_id: mdMethodDef, )
clr_profiler/src/profiler_info.rs:328
↓ 1 callersMethodget_method_props
(&self, mb: mdMethodDef)
clr_profiler/src/metadata_import.rs:28
↓ 1 callersMethodget_module_metadata
( &self, module_id: ModuleID, open_flags: CorOpenFlags, )
clr_profiler/src/profiler_info.rs:302
↓ 1 callersMethodget_rejit_parameters
( &mut self, module_id: ModuleID, method_id: mdMethodDef, function_control: &C
clr_profiler/src/traits/cor_profiler_callback_4.rs:19
↓ 1 callersMethodhandle_created
( &mut self, handle_id: GCHandleID, initial_object_id: ObjectID, )
clr_profiler/src/traits/cor_profiler_callback_2.rs:53
↓ 1 callersMethodhandle_destroyed
(&mut self, handle_id: GCHandleID)
clr_profiler/src/traits/cor_profiler_callback_2.rs:61
↓ 1 callersMethodi_cor_profiler_assembly_reference_provider
( &self, )
clr_profiler/src/ffi/class/cor_profiler_assembly_reference_provider.rs:19
↓ 1 callersMethodi_cor_profiler_info_6
(&self)
clr_profiler/src/ffi/class/cor_profiler_info.rs:57
↓ 1 callersMethodi_method_malloc
(&self)
clr_profiler/src/ffi/class/method_malloc.rs:16
↓ 1 callersFunctionil_f32
(il: &[u8], index: usize)
clr_profiler/src/cil/helpers.rs:47
↓ 1 callersFunctionil_f64
(il: &[u8], index: usize)
clr_profiler/src/cil/helpers.rs:54
↓ 1 callersFunctionil_i64
(il: &[u8], index: usize)
clr_profiler/src/cil/helpers.rs:34
↓ 1 callersFunctionil_i8
(il: &[u8], index: usize)
clr_profiler/src/cil/helpers.rs:18
↓ 1 callersFunctioninitialize
()
clr_profiler/tests/basic_integration_test.rs:8
↓ 1 callersMethodinitialize
(&mut self, profiler_info: ProfilerInfo)
clr_profiler/src/traits/cor_profiler_callback.rs:14
↓ 1 callersMethodinitialize_for_attach
( &mut self, profiler_info: ProfilerInfo, client_data: *const c_void, client_d
clr_profiler/src/traits/cor_profiler_callback_3.rs:6
↓ 1 callersMethodinstructions_to_bytes
(&self)
clr_profiler/src/cil/method.rs:114
↓ 1 callersMethodjit_cached_function_search_finished
( &mut self, function_id: FunctionID, result: COR_PRF_JIT_CACHE, )
clr_profiler/src/traits/cor_profiler_callback.rs:161
↓ 1 callersMethodjit_cached_function_search_started
( &mut self, function_id: FunctionID, use_cached_function: bool, )
clr_profiler/src/traits/cor_profiler_callback.rs:153
↓ 1 callersMethodjit_compilation_finished
( &mut self, function_id: FunctionID, hr_status: HRESULT, // TODO: Create enum that ac
clr_profiler/src/traits/cor_profiler_callback.rs:144
↓ 1 callersMethodjit_compilation_started
( &mut self, function_id: FunctionID, is_safe_to_block: bool, )
clr_profiler/src/traits/cor_profiler_callback.rs:136
↓ 1 callersMethodjit_function_pitched
(&mut self, function_id: FunctionID)
clr_profiler/src/traits/cor_profiler_callback.rs:169
↓ 1 callersMethodjit_inlining
( &mut self, caller_id: FunctionID, callee_id: FunctionID, should_inline: bool
clr_profiler/src/traits/cor_profiler_callback.rs:173
↓ 1 callersMethodlength
(&self)
clr_profiler/src/cil/instruction.rs:26
↓ 1 callersMethodmanaged_to_unmanaged_transition
( &mut self, function_id: FunctionID, reason: COR_PRF_TRANSITION_REASON, )
clr_profiler/src/traits/cor_profiler_callback.rs:254
↓ 1 callersMethodmodule_attached_to_assembly
( &mut self, module_id: ModuleID, assembly_id: AssemblyID, )
clr_profiler/src/traits/cor_profiler_callback.rs:98
↓ 1 callersMethodmodule_in_memory_symbols_updated
(&mut self, module_id: ModuleID)
clr_profiler/src/traits/cor_profiler_callback_7.rs:8
↓ 1 callersMethodmodule_load_finished
( &mut self, module_id: ModuleID, hr_status: HRESULT, )
clr_profiler/src/traits/cor_profiler_callback.rs:76
↓ 1 callersMethodmodule_load_started
(&mut self, module_id: ModuleID)
clr_profiler/src/traits/cor_profiler_callback.rs:72
↓ 1 callersMethodmodule_unload_finished
( &mut self, module_id: ModuleID, hr_status: HRESULT, )
clr_profiler/src/traits/cor_profiler_callback.rs:89
↓ 1 callersMethodmodule_unload_started
(&mut self, module_id: ModuleID)
clr_profiler/src/traits/cor_profiler_callback.rs:85
↓ 1 callersMethodmoved_references
( &mut self, old_object_id_range_start: &[ObjectID], new_object_id_range_start: &[Obje
clr_profiler/src/traits/cor_profiler_callback.rs:293
↓ 1 callersMethodmoved_references_2
( &mut self, old_object_id_range_start: &[ObjectID], new_object_id_range_start: &[Obje
clr_profiler/src/traits/cor_profiler_callback_4.rs:48
↓ 1 callersFunctionnearest_multiple
(multiple: usize, value: usize)
clr_profiler/src/cil/helpers.rs:70
↓ 1 callersMethodobject_allocated
(&mut self, object_id: ObjectID, class_id: ClassID)
clr_profiler/src/traits/cor_profiler_callback.rs:302
↓ 1 callersMethodobject_references
( &mut self, object_id: ObjectID, class_id: ClassID, object_ref_ids: &[ObjectI
clr_profiler/src/traits/cor_profiler_callback.rs:314
↓ 1 callersMethodobjects_allocated_by_class
( &mut self, class_ids: &[ClassID], num_objects: &[u32], )
clr_profiler/src/traits/cor_profiler_callback.rs:306
↓ 1 callersMethodprofiler_attach_complete
(&mut self)
clr_profiler/src/traits/cor_profiler_callback_3.rs:15
← previousnext →101–200 of 868, ranked by callers