cygprofile.cc | 49 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 in struct:cygprofile::CygLogEntry 64 pid_t pid, pthread_t tid, const void* this_fn) 66 pid(pid), tid(tid), this_fn(this_fn) {} 95 void LogEnter(void* this_fn); 187 void (*this_fn)(void) = 206 if (this_fn >= start && this_fn < end 228 getpid(), pthread_self(), this_fn)); local [all...] |