OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__cyg_profile_func_enter
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/
linux_shadow_stacks.h
12
void
__cyg_profile_func_enter
(void *this_fn, void *call_site) NO_INSTRUMENT;
linux_shadow_stacks.cc
34
void
__cyg_profile_func_enter
(void *this_fn, void *call_site) {
function
/external/chromium_org/tools/cygprofile/
cygprofile.cc
49
void
__cyg_profile_func_enter
(void* this_fn, void* call_site)
188
reinterpret_cast<void(*)()>(
__cyg_profile_func_enter
);
383
void
__cyg_profile_func_enter
(void* this_fn, void* callee_unused) {
function in namespace:cygprofile
/external/chromium_org/native_client_sdk/src/libraries/xray/
xray.c
115
XRAY_NO_INSTRUMENT void
__cyg_profile_func_enter
(void* this_fn,
325
void
__cyg_profile_func_enter
(void* this_fn, void* call_site) {
Completed in 45 milliseconds