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

/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dgetpc_test.cc48 static void prof_handler(int sig, siginfo_t*, void* signal_ucontext) { function
56 sa.sa_sigaction = prof_handler;
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dgetpc_test.cc48 static void prof_handler(int sig, siginfo_t*, void* signal_ucontext) { function
56 sa.sa_sigaction = prof_handler;
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dprofiler.cc106 // ProfileHandle that only one instance of prof_handler can run at a time.
127 static void prof_handler(int sig, siginfo_t*, void* signal_ucontext,
198 // Unregister prof_handler to stop receiving SIGPROF interrupts before
214 // Unregister prof_handler to stop receiving SIGPROF interrupts before
247 prof_handler_token_ = ProfileHandlerRegisterCallback(prof_handler, this);
259 // instance of prof_handler() will run at a time. All other routines that
260 // access the data touched by prof_handler() disable this signal handler before
262 // prof_handler().
263 void CpuProfiler::prof_handler(int sig, siginfo_t*, void* signal_ucontext, function in class:CpuProfiler
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dprofiler.cc104 // ProfileHandle that only one instance of prof_handler can run at a time.
125 static void prof_handler(int sig, siginfo_t*, void* signal_ucontext,
196 // Unregister prof_handler to stop receiving SIGPROF interrupts before
212 // Unregister prof_handler to stop receiving SIGPROF interrupts before
245 prof_handler_token_ = ProfileHandlerRegisterCallback(prof_handler, this);
257 // instance of prof_handler() will run at a time. All other routines that
258 // access the data touched by prof_handler() disable this signal handler before
260 // prof_handler().
261 void CpuProfiler::prof_handler(int sig, siginfo_t*, void* signal_ucontext, function in class:CpuProfiler

Completed in 84 milliseconds