Home
last modified time | relevance | path

Searched refs:XRAY_NO_INSTRUMENT (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/xray/
Dxray_priv.h71 XRAY_NO_INSTRUMENT char* XRayStringPoolAppend(struct XRayStringPool* pool,
73 XRAY_NO_INSTRUMENT struct XRayStringPool* XRayStringPoolCreate();
74 XRAY_NO_INSTRUMENT void XRayStringPoolFree(struct XRayStringPool* pool);
76 XRAY_NO_INSTRUMENT void* XRayHashTableLookup(struct XRayHashTable* table,
78 XRAY_NO_INSTRUMENT void* XRayHashTableInsert(struct XRayHashTable* table,
80 XRAY_NO_INSTRUMENT void* XRayHashTableAtIndex(
82 XRAY_NO_INSTRUMENT int XRayHashTableGetCapacity(struct XRayHashTable* table);
83 XRAY_NO_INSTRUMENT int XRayHashTableGetCount(struct XRayHashTable* table);
84 XRAY_NO_INSTRUMENT struct XRayHashTable* XRayHashTableCreate(int capacity);
85 XRAY_NO_INSTRUMENT void XRayHashTableFree(struct XRayHashTable* table);
[all …]
Dxray.h25 #define XRAY_NO_INSTRUMENT __attribute__((no_instrument_function)) macro
32 XRAY_NO_INSTRUMENT void __XRayAnnotate(const char* str, ...)
34 XRAY_NO_INSTRUMENT void __XRayAnnotateFiltered(const uint32_t filter,
42 XRAY_NO_INSTRUMENT struct XRayTraceCapture* XRayInit(int stack_size,
46 XRAY_NO_INSTRUMENT void XRayShutdown(struct XRayTraceCapture* capture);
47 XRAY_NO_INSTRUMENT void XRayStartFrame(struct XRayTraceCapture* capture);
48 XRAY_NO_INSTRUMENT void XRayEndFrame(struct XRayTraceCapture* capture);
49 XRAY_NO_INSTRUMENT void XRaySetAnnotationFilter(
51 XRAY_NO_INSTRUMENT void XRaySaveReport(struct XRayTraceCapture* capture,
55 XRAY_NO_INSTRUMENT void XRayReport(struct XRayTraceCapture* capture,
[all …]
Dhashtable.c29 XRAY_NO_INSTRUMENT void XRayHashTableGrow(struct XRayHashTable* table);
30 XRAY_NO_INSTRUMENT uint32_t XRayHashTableHashKey(uint32_t key);
31 XRAY_NO_INSTRUMENT void XRayHashTableInit(struct XRayHashTable* table,
Dxray.c112 XRAY_NO_INSTRUMENT void __pnacl_profile_func_enter(const char* fname);
113 XRAY_NO_INSTRUMENT void __pnacl_profile_func_exit(const char* fname);
115 XRAY_NO_INSTRUMENT void __cyg_profile_func_enter(void* this_fn,
117 XRAY_NO_INSTRUMENT void __cyg_profile_func_exit(void* this_fn,
127 XRAY_NO_INSTRUMENT void __xray_profile_append_annotation(