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

/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
H A Dprofiler.h91 * If filter_in_thread is not NULL, when a profiling tick is delivered
94 * (*filter_in_thread)(filter_in_thread_arg)
97 * Note that filter_in_thread runs in a signal handler, so must be
102 * filter_in_thread be a very simple function which retrieves those
107 int (*filter_in_thread)(void *arg); member in struct:ProfilerOptions
/external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
H A Dprofiler.h91 * If filter_in_thread is not NULL, when a profiling tick is delivered
94 * (*filter_in_thread)(filter_in_thread_arg)
97 * Note that filter_in_thread runs in a signal handler, so must be
102 * filter_in_thread be a very simple function which retrieves those
107 int (*filter_in_thread)(void *arg); member in struct:ProfilerOptions
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dprofiler.cc175 if (options != NULL && options->filter_in_thread != NULL) {
176 filter_ = options->filter_in_thread;
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dprofiler.cc173 if (options != NULL && options->filter_in_thread != NULL) {
174 filter_ = options->filter_in_thread;

Completed in 81 milliseconds