HomeSort by relevance Sort by last modified time
    Searched full:prof_handler (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/
profiler.cc 106 // 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
getpc.h 163 // The callback function would be something like prof_handler, but
pprof     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
profiler.cc 104 // 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
getpc.h 160 // The callback function would be something like prof_handler, but
pprof     [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
getpc_test.cc 48 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/
getpc_test.cc 48 static void prof_handler(int sig, siginfo_t*, void* signal_ucontext) { function
56 sa.sa_sigaction = prof_handler;
  /external/jemalloc/bin/
pprof     [all...]

Completed in 1242 milliseconds