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

/openjdk7/hotspot/src/share/vm/runtime/
H A DperfData.cpp198 PerfLongVariant::PerfLongVariant(CounterNS ns, const char* namep, Units u, function in class:PerfLongVariant
206 PerfLongVariant::PerfLongVariant(CounterNS ns, const char* namep, Units u, function in class:PerfLongVariant
214 void PerfLongVariant::sample() {
H A DperfData.hpp99 * - PerfLongVariant (Abstract)
399 * The PerfLongVariant class, and its alias PerfVariant, implement
404 class PerfLongVariant : public PerfLong { class in inherits:PerfLong
410 PerfLongVariant(CounterNS ns, const char* namep, Units u, Variability v, function in class:PerfLongVariant
416 PerfLongVariant(CounterNS ns, const char* namep, Units u, Variability v,
419 PerfLongVariant(CounterNS ns, const char* namep, Units u, Variability v,
439 class PerfLongCounter : public PerfLongVariant {
447 : PerfLongVariant(ns, namep, u, V_Monotonic,
451 : PerfLongVariant(ns, namep, u, V_Monotonic, sampled) { }
455 : PerfLongVariant(n
[all...]

Completed in 33 milliseconds