Searched refs:XRayInstrMap (Results 1 – 2 of 2) sorted by relevance
54 XRaySledMap XRayInstrMap; variable86 XRayInstrMap.Sleds = __start_xray_instr_map; in __xray_init()87 XRayInstrMap.Entries = __stop_xray_instr_map - __start_xray_instr_map; in __xray_init()88 XRayInstrMap.SledsIndex = __start_xray_fn_idx; in __xray_init()89 XRayInstrMap.Functions = __stop_xray_fn_idx - __start_xray_fn_idx; in __xray_init()
40 extern __xray::XRaySledMap XRayInstrMap;194 InstrMap = XRayInstrMap; in patchFunction()252 InstrMap = XRayInstrMap; in controlPatching()318 InstrMap = XRayInstrMap; in mprotectAndPatchFunction()466 if (FuncId <= 0 || static_cast<size_t>(FuncId) > XRayInstrMap.Functions) in __xray_function_address()468 return XRayInstrMap.SledsIndex[FuncId - 1].Begin->Function in __xray_function_address()480 return XRayInstrMap.Functions; in __xray_max_function_id()