OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XRayPatchingStatus
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/include/xray/
xray_interface.h
89
enum
XRayPatchingStatus
{
96
/// This tells XRay to patch the instrumentation points. See
XRayPatchingStatus
98
extern
XRayPatchingStatus
__xray_patch();
100
/// Reverses the effect of __xray_patch(). See
XRayPatchingStatus
for possible
102
extern
XRayPatchingStatus
__xray_unpatch();
104
/// This patches a specific function id. See
XRayPatchingStatus
for possible
106
extern
XRayPatchingStatus
__xray_patch_function(int32_t FuncId);
108
/// This unpatches a specific function id. See
XRayPatchingStatus
for possible
110
extern
XRayPatchingStatus
__xray_unpatch_function(int32_t FuncId);
/src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_interface.cc
179
XRayPatchingStatus
patchFunction(int32_t FuncId,
183
return
XRayPatchingStatus
::NOT_INITIALIZED; // Not initialized.
188
return
XRayPatchingStatus
::ONGOING; // Already patching.
199
return
XRayPatchingStatus
::NOT_INITIALIZED;
205
return
XRayPatchingStatus
::FAILED;
222
return
XRayPatchingStatus
::FAILED;
225
return
XRayPatchingStatus
::SUCCESS;
231
XRayPatchingStatus
controlPatching(bool Enable) XRAY_NEVER_INSTRUMENT {
234
return
XRayPatchingStatus
::NOT_INITIALIZED; // Not initialized.
239
return
XRayPatchingStatus
::ONGOING; // Already patching
[
all
...]
Completed in 29 milliseconds
Indexes created Sat Oct 11 08:10:02 GMT 2025