Home
last modified time | relevance | path

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

/external/chromium_org/tools/cygprofile/
Dcygprofile.cc49 void __cyg_profile_func_enter(void* this_fn, void* call_site)
51 void __cyg_profile_func_exit(void* this_fn, void* call_site)
62 const void* this_fn; member
64 pid_t pid, pthread_t tid, const void* this_fn) in CygLogEntry()
66 pid(pid), tid(tid), this_fn(this_fn) {} in CygLogEntry()
95 void LogEnter(void* this_fn);
187 void (*this_fn)(void) = in CygCommon() local
206 if (this_fn >= start && this_fn < end) in CygCommon()
214 void CygTlsLog::LogEnter(void* this_fn) { in LogEnter() argument
219 if (functions_called_.find(this_fn) == in LogEnter()
[all …]
/external/chromium_org/third_party/tcmalloc/chromium/src/
Dlinux_shadow_stacks.cc34 void __cyg_profile_func_enter(void *this_fn, void *call_site) { in __cyg_profile_func_enter() argument
48 shadow_ip_stack[shadow_index] = this_fn; in __cyg_profile_func_enter()
94 sp = (void **)&this_fn - 2; in __cyg_profile_func_enter()
115 void __cyg_profile_func_exit(void *this_fn, void *call_site) { in __cyg_profile_func_exit() argument
Dlinux_shadow_stacks.h12 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;
/external/chromium_org/native_client_sdk/src/libraries/xray/
Dxray.c115 XRAY_NO_INSTRUMENT void __cyg_profile_func_enter(void* this_fn,
117 XRAY_NO_INSTRUMENT void __cyg_profile_func_exit(void* this_fn,
323 void __pnacl_profile_func_enter(const char* this_fn) { argument
325 void __cyg_profile_func_enter(void* this_fn, void* call_site) {
332 uint32_t addr = (uint32_t)this_fn;
349 void __pnacl_profile_func_exit(const char* this_fn) { argument
351 void __cyg_profile_func_exit(void* this_fn, void* call_site) {