Searched refs:vm_thread_profiler (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.hpp303 static ThreadProfiler* vm_thread_profiler; member in class:FlatProfiler
H A Dfprofiler.cpp64 ThreadProfiler* FlatProfiler::vm_thread_profiler = NULL; member in class:FlatProfiler
822 vm_thread_profiler->inc_thread_ticks();
834 vm_thread_profiler->vm_update(name, tp_native);
1219 if(ProfileVM && (vm_thread_profiler == NULL)){
1220 vm_thread_profiler = new ThreadProfiler();
1537 vm_thread_profiler->print("VM Thread");

Completed in 43 milliseconds