OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XRayInstrMap
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_init.cc
54
XRaySledMap
XRayInstrMap
;
86
XRayInstrMap
.Sleds = __start_xray_instr_map;
87
XRayInstrMap
.Entries = __stop_xray_instr_map - __start_xray_instr_map;
88
XRayInstrMap
.SledsIndex = __start_xray_fn_idx;
89
XRayInstrMap
.Functions = __stop_xray_fn_idx - __start_xray_fn_idx;
xray_interface.cc
40
extern __xray::XRaySledMap
XRayInstrMap
;
194
InstrMap =
XRayInstrMap
;
252
InstrMap =
XRayInstrMap
;
318
InstrMap =
XRayInstrMap
;
466
if (FuncId <= 0 || static_cast<size_t>(FuncId) >
XRayInstrMap
.Functions)
468
return
XRayInstrMap
.SledsIndex[FuncId - 1].Begin->Function
480
return
XRayInstrMap
.Functions;
Completed in 13 milliseconds
Indexes created Wed Oct 01 13:09:50 GMT 2025