Searched defs:create_long_counter (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DperfData.cpp503 PerfLongCounter* PerfDataManager::create_long_counter(CounterNS ns, function in class:PerfDataManager
521 PerfLongCounter* PerfDataManager::create_long_counter(CounterNS ns, function in class:PerfDataManager
542 PerfLongCounter* PerfDataManager::create_long_counter(CounterNS ns, function in class:PerfDataManager
H A DperfData.hpp168 * foo_counter = PerfDataManager::create_long_counter(JAVA_GC, "foo",
801 static PerfLongCounter* create_long_counter(CounterNS ns, const char* name,
805 static PerfLongCounter* create_long_counter(CounterNS ns, const char* name, function in class:PerfDataManager
807 return create_long_counter(ns, name, u, (jlong)0, CHECK_NULL);
810 static PerfLongCounter* create_long_counter(CounterNS ns, const char* name,
814 static PerfLongCounter* create_long_counter(CounterNS ns, const char* name,
851 return create_long_counter(ns, name, u, ival, CHECK_NULL);
856 return create_long_counter(ns, name, u, (jlong)0, CHECK_NULL);
861 return create_long_counter(ns, name, u, sp, CHECK_NULL);
867 return create_long_counter(n
[all...]

Completed in 53 milliseconds