Searched refs:PerfVariable (Results 1 - 21 of 21) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsGCAdaptivePolicyCounters.hpp41 PerfVariable* _old_promo_size;
42 PerfVariable* _old_eden_size;
43 PerfVariable* _avg_promoted_avg_counter;
44 PerfVariable* _avg_promoted_dev_counter;
45 PerfVariable* _avg_promoted_padded_avg_counter;
46 PerfVariable* _avg_pretenured_padded_avg;
49 PerfVariable* _avg_major_pause;
50 PerfVariable* _avg_major_interval;
51 PerfVariable* _live_space;
52 PerfVariable* _free_spac
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcPolicyCounters.hpp44 PerfVariable* _tenuring_threshold;
45 PerfVariable* _desired_survivor_size;
61 inline PerfVariable* tenuring_threshold() const {
65 inline PerfVariable* desired_survivor_size() const {
H A DgcAdaptivePolicyCounters.hpp38 PerfVariable* _eden_size_counter;
39 PerfVariable* _promo_size_counter;
41 PerfVariable* _young_capacity_counter;
43 PerfVariable* _minor_gc_cost_counter;
44 PerfVariable* _major_gc_cost_counter;
45 PerfVariable* _mutator_cost_counter;
47 PerfVariable* _avg_young_live_counter;
48 PerfVariable* _avg_old_live_counter;
50 PerfVariable* _avg_minor_pause_counter;
51 PerfVariable* _avg_minor_interval_counte
[all...]
H A DcollectorCounters.hpp39 PerfVariable* _last_entry_time;
40 PerfVariable* _last_exit_time;
60 inline PerfVariable* last_entry_counter() const { return _last_entry_time; }
62 inline PerfVariable* last_exit_counter() const { return _last_exit_time; }
H A DcSpaceCounters.hpp39 PerfVariable* _capacity;
40 PerfVariable* _used;
H A DgSpaceCounters.hpp41 PerfVariable* _capacity;
42 PerfVariable* _used;
H A DhSpaceCounters.hpp44 PerfVariable* _capacity;
45 PerfVariable* _used;
H A DspaceCounters.hpp42 PerfVariable* _capacity;
43 PerfVariable* _used;
H A DageTable.hpp72 PerfVariable* _perf_sizes[table_size];
H A DgenerationCounters.hpp43 PerfVariable* _current_size;
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcmsGCAdaptivePolicyCounters.hpp44 PerfVariable* _cms_capacity_counter; // Make this common with PS _old_capacity
48 PerfVariable* _avg_cms_STW_time_counter;
51 PerfVariable* _avg_cms_STW_gc_cost_counter;
57 PerfVariable* _initial_pause_counter;
58 PerfVariable* _remark_pause_counter;
62 PerfVariable* _avg_initial_pause_counter;
64 PerfVariable* _avg_remark_pause_counter;
67 PerfVariable* _avg_concurrent_time_counter;
71 PerfVariable* _avg_concurrent_interval_counter;
74 PerfVariable* _avg_concurrent_gc_cost_counte
[all...]
/openjdk7/hotspot/src/share/vm/memory/
H A DthreadLocalAllocBuffer.hpp194 PerfVariable* _perf_allocating_threads;
195 PerfVariable* _perf_total_refills;
196 PerfVariable* _perf_max_refills;
197 PerfVariable* _perf_allocation;
198 PerfVariable* _perf_gc_waste;
199 PerfVariable* _perf_max_gc_waste;
200 PerfVariable* _perf_slow_refill_waste;
201 PerfVariable* _perf_max_slow_refill_waste;
202 PerfVariable* _perf_fast_refill_waste;
203 PerfVariable* _perf_max_fast_refill_wast
[all...]
/openjdk7/hotspot/src/share/vm/services/
H A Dmanagement.hpp38 static PerfVariable* _begin_vm_creation_time;
39 static PerfVariable* _end_vm_creation_time;
40 static PerfVariable* _vm_init_done_time;
H A DclassLoadingService.hpp49 static PerfVariable* _class_methods_size;
H A DthreadService.hpp57 static PerfVariable* _live_threads_count;
58 static PerfVariable* _peak_threads_count;
59 static PerfVariable* _daemon_threads_count;
H A DclassLoadingService.cpp92 PerfVariable* ClassLoadingService::_class_methods_size = NULL;
H A DthreadService.cpp52 PerfVariable* ThreadService::_live_threads_count = NULL;
53 PerfVariable* ThreadService::_peak_threads_count = NULL;
54 PerfVariable* ThreadService::_daemon_threads_count = NULL;
H A Dmanagement.cpp58 PerfVariable* Management::_begin_vm_creation_time = NULL;
59 PerfVariable* Management::_end_vm_creation_time = NULL;
60 PerfVariable* Management::_vm_init_done_time = NULL;
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.hpp147 PerfVariable* _perf_compile_type;
284 static PerfVariable* _perf_last_compile_type;
285 static PerfVariable* _perf_last_compile_size;
286 static PerfVariable* _perf_last_failed_type;
287 static PerfVariable* _perf_last_invalidated_type;
H A DcompileBroker.cpp166 PerfVariable* CompileBroker::_perf_last_compile_type = NULL;
167 PerfVariable* CompileBroker::_perf_last_compile_size = NULL;
168 PerfVariable* CompileBroker::_perf_last_failed_type = NULL;
169 PerfVariable* CompileBroker::_perf_last_invalidated_type = NULL;
/openjdk7/hotspot/src/share/vm/runtime/
H A DperfData.hpp100 * - PerfLongVariable (alias: PerfVariable)
462 * The PerfLongVariable class, and its alias PerfVariable, implement
489 typedef PerfLongVariable PerfVariable; typedef
828 static PerfVariable* create_variable(CounterNS ns, const char* name,
833 static PerfVariable* create_variable(CounterNS ns, const char* name,
838 static PerfVariable* create_variable(CounterNS ns, const char* name,
843 static PerfVariable* create_variable(CounterNS ns, const char* name,

Completed in 68 milliseconds