Lines Matching defs:create_long_counter
168 * 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,
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(ns, name, u, sh, CHECK_NULL);