OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:filter_in_thread
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
profiler.h
91
* 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/
profiler.h
91
* 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/
profiler.cc
175
if (options != NULL && options->
filter_in_thread
!= NULL) {
176
filter_ = options->
filter_in_thread
;
/external/chromium_org/third_party/tcmalloc/vendor/src/
profiler.cc
173
if (options != NULL && options->
filter_in_thread
!= NULL) {
174
filter_ = options->
filter_in_thread
;
Completed in 747 milliseconds