Searched refs:NO_INSTRUMENT (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dlinux_shadow_stacks.h8 #define NO_INSTRUMENT __attribute__((no_instrument_function)) macro
11 void init() NO_INSTRUMENT;
12 void __cyg_profile_func_enter(void *this_fn, void *call_site) NO_INSTRUMENT;
13 void __cyg_profile_func_exit(void *this_fn, void *call_site) NO_INSTRUMENT;
14 void *get_shadow_ip_stack(int *index /*OUT*/) NO_INSTRUMENT;
15 void *get_shadow_sp_stack(int *index /*OUT*/) NO_INSTRUMENT;
18 #undef NO_INSTRUMENT macro

Completed in 87 milliseconds