HomeSort by relevance Sort by last modified time
    Searched refs:ProfilerState (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
profiler.h 154 struct ProfilerState {
160 PERFTOOLS_DLL_DECL void ProfilerGetCurrentState(struct ProfilerState* state);
  /external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
profiler.h 156 struct ProfilerState {
162 PERFTOOLS_DLL_DECL void ProfilerGetCurrentState(struct ProfilerState* state);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
profiler.cc 91 void GetCurrentState(ProfilerState* state);
228 void CpuProfiler::GetCurrentState(ProfilerState* state) {
315 ProfilerState* state) {
334 extern "C" void ProfilerGetCurrentState(ProfilerState* state) {
  /external/chromium_org/third_party/tcmalloc/chromium/src/
profiler.cc 93 void GetCurrentState(ProfilerState* state);
230 void CpuProfiler::GetCurrentState(ProfilerState* state) {
317 ProfilerState* state) {
336 extern "C" void ProfilerGetCurrentState(ProfilerState* state) {

Completed in 213 milliseconds