Home
last modified time | relevance | path

Searched refs:_context_switches (Results 1 – 10 of 10) sorted by relevance

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/os/windows/
H A Dos_perf_windows.cpp1081 CounterQueryP _context_switches; member in CPUPerformanceInterface::CPUPerformance
1100 _context_switches = create_counter_query(); in initialize()
1101 assert(_context_switches != NULL, "invariant"); in initialize()
1102 if (initialize_context_switches_query(_context_switches) != OS_OK) { in initialize()
1105 assert(_context_switches->initialized, "invariant"); in initialize()
1124 if (_context_switches != NULL) { in ~CPUPerformance()
1125 destroy(_context_switches); in ~CPUPerformance()
1126 _context_switches = NULL; in ~CPUPerformance()
1266 if (_context_switches == NULL || !_context_switches->initialized) { in context_switch_rate()
1269 if (collect(_context_switches) != OS_OK) { in context_switch_rate()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/os/windows/
H A Dos_perf_windows.cpp1082 CounterQueryP _context_switches; member in CPUPerformanceInterface::CPUPerformance
1101 _context_switches = create_counter_query(); in initialize()
1102 assert(_context_switches != NULL, "invariant"); in initialize()
1103 if (initialize_context_switches_query(_context_switches) != OS_OK) { in initialize()
1106 assert(_context_switches->initialized, "invariant"); in initialize()
1125 if (_context_switches != NULL) { in ~CPUPerformance()
1126 destroy(_context_switches); in ~CPUPerformance()
1127 _context_switches = NULL; in ~CPUPerformance()
1267 if (_context_switches == NULL || !_context_switches->initialized) { in context_switch_rate()
1270 if (collect(_context_switches) != OS_OK) { in context_switch_rate()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/os/windows/
H A Dos_perf_windows.cpp1081 CounterQueryP _context_switches; member in CPUPerformanceInterface::CPUPerformance
1100 _context_switches = create_counter_query(); in initialize()
1101 assert(_context_switches != NULL, "invariant"); in initialize()
1102 if (initialize_context_switches_query(_context_switches) != OS_OK) { in initialize()
1105 assert(_context_switches->initialized, "invariant"); in initialize()
1124 if (_context_switches != NULL) { in ~CPUPerformance()
1125 destroy(_context_switches); in ~CPUPerformance()
1126 _context_switches = NULL; in ~CPUPerformance()
1266 if (_context_switches == NULL || !_context_switches->initialized) { in context_switch_rate()
1269 if (collect(_context_switches) != OS_OK) { in context_switch_rate()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/os/windows/
H A Dos_perf_windows.cpp973 CounterQueryP _context_switches; member in CPUPerformanceInterface::CPUPerformance
1016 CPUPerformanceInterface::CPUPerformance::CPUPerformance() : _context_switches(NULL), _process_cpu_l… in CPUPerformance()
1022 _context_switches = create_counter_query(PDH_SYSTEM_IDX, PDH_CONTEXT_SWITCH_RATE_IDX); in initialize()
1046 if (_context_switches != NULL) { in ~CPUPerformance()
1047 destroy_counter_query(_context_switches); in ~CPUPerformance()
1048 _context_switches = NULL; in ~CPUPerformance()
1192 if (_context_switches == NULL || !_context_switches->initialized) { in context_switch_rate()
1195 assert(_context_switches != NULL, "invariant"); in context_switch_rate()
1196 if (collect_query_data(_context_switches) != OS_OK) { in context_switch_rate()
1200 …if (formatted_counter_value(_context_switches->counter, PDH_FMT_DOUBLE, &counter_value) != OS_OK) { in context_switch_rate()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/os/windows/
H A Dos_perf_windows.cpp967 CounterQueryP _context_switches; member in CPUPerformanceInterface::CPUPerformance
1010 CPUPerformanceInterface::CPUPerformance::CPUPerformance() : _context_switches(NULL), _process_cpu_l… in CPUPerformance()
1016 _context_switches = create_counter_query(PDH_SYSTEM_IDX, PDH_CONTEXT_SWITCH_RATE_IDX); in initialize()
1040 if (_context_switches != NULL) { in ~CPUPerformance()
1041 destroy_counter_query(_context_switches); in ~CPUPerformance()
1042 _context_switches = NULL; in ~CPUPerformance()
1186 if (_context_switches == NULL || !_context_switches->initialized) { in context_switch_rate()
1189 assert(_context_switches != NULL, "invariant"); in context_switch_rate()
1190 if (collect_query_data(_context_switches) != OS_OK) { in context_switch_rate()
1194 …if (formatted_counter_value(_context_switches->counter, PDH_FMT_DOUBLE, &counter_value) != OS_OK) { in context_switch_rate()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/os/windows/
H A Dos_perf_windows.cpp973 CounterQueryP _context_switches; member in CPUPerformanceInterface::CPUPerformance
1016 CPUPerformanceInterface::CPUPerformance::CPUPerformance() : _context_switches(NULL), _process_cpu_l… in CPUPerformance()
1022 _context_switches = create_counter_query(PDH_SYSTEM_IDX, PDH_CONTEXT_SWITCH_RATE_IDX); in initialize()
1046 if (_context_switches != NULL) { in ~CPUPerformance()
1047 destroy_counter_query(_context_switches); in ~CPUPerformance()
1048 _context_switches = NULL; in ~CPUPerformance()
1192 if (_context_switches == NULL || !_context_switches->initialized) { in context_switch_rate()
1195 assert(_context_switches != NULL, "invariant"); in context_switch_rate()
1196 if (collect_query_data(_context_switches) != OS_OK) { in context_switch_rate()
1200 …if (formatted_counter_value(_context_switches->counter, PDH_FMT_DOUBLE, &counter_value) != OS_OK) { in context_switch_rate()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/os/windows/
H A Dos_perf_windows.cpp972 CounterQueryP _context_switches; member in CPUPerformanceInterface::CPUPerformance
1015 CPUPerformanceInterface::CPUPerformance::CPUPerformance() : _context_switches(NULL), _process_cpu_l… in CPUPerformance()
1021 _context_switches = create_counter_query(PDH_SYSTEM_IDX, PDH_CONTEXT_SWITCH_RATE_IDX); in initialize()
1045 if (_context_switches != NULL) { in ~CPUPerformance()
1046 destroy_counter_query(_context_switches); in ~CPUPerformance()
1047 _context_switches = NULL; in ~CPUPerformance()
1191 if (_context_switches == NULL || !_context_switches->initialized) { in context_switch_rate()
1194 assert(_context_switches != NULL, "invariant"); in context_switch_rate()
1195 if (collect_query_data(_context_switches) != OS_OK) { in context_switch_rate()
1199 …if (formatted_counter_value(_context_switches->counter, PDH_FMT_DOUBLE, &counter_value) != OS_OK) { in context_switch_rate()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/os/windows/
H A Dos_perf_windows.cpp958 CounterQueryP _context_switches; member in CPUPerformanceInterface::CPUPerformance
1001 CPUPerformanceInterface::CPUPerformance::CPUPerformance() : _context_switches(NULL), _process_cpu_l… in CPUPerformance()
1007 _context_switches = create_counter_query(PDH_SYSTEM_IDX, PDH_CONTEXT_SWITCH_RATE_IDX); in initialize()
1029 if (_context_switches != NULL) { in ~CPUPerformance()
1030 destroy_counter_query(_context_switches); in ~CPUPerformance()
1031 _context_switches = NULL; in ~CPUPerformance()
1175 if (_context_switches == NULL || !_context_switches->initialized) { in context_switch_rate()
1178 assert(_context_switches != NULL, "invariant"); in context_switch_rate()
1179 if (collect_query_data(_context_switches) != OS_OK) { in context_switch_rate()
1183 …if (formatted_counter_value(_context_switches->counter, PDH_FMT_DOUBLE, &counter_value) != OS_OK) { in context_switch_rate()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/os/windows/vm/
H A Dos_perf_windows.cpp970 CounterQueryP _context_switches; member in CPUPerformanceInterface::CPUPerformance
1013 CPUPerformanceInterface::CPUPerformance::CPUPerformance() : _context_switches(NULL), _process_cpu_l… in CPUPerformance()
1019 _context_switches = create_counter_query(PDH_SYSTEM_IDX, PDH_CONTEXT_SWITCH_RATE_IDX); in initialize()
1043 if (_context_switches != NULL) { in ~CPUPerformance()
1044 destroy_counter_query(_context_switches); in ~CPUPerformance()
1045 _context_switches = NULL; in ~CPUPerformance()
1189 if (_context_switches == NULL || !_context_switches->initialized) { in context_switch_rate()
1192 assert(_context_switches != NULL, "invariant"); in context_switch_rate()
1193 if (collect_query_data(_context_switches) != OS_OK) { in context_switch_rate()
1197 …if (formatted_counter_value(_context_switches->counter, PDH_FMT_DOUBLE, &counter_value) != OS_OK) { in context_switch_rate()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/os/windows/vm/
H A Dos_perf_windows.cpp970 CounterQueryP _context_switches; member in CPUPerformanceInterface::CPUPerformance
1013 CPUPerformanceInterface::CPUPerformance::CPUPerformance() : _context_switches(NULL), _process_cpu_l… in CPUPerformance()
1019 _context_switches = create_counter_query(PDH_SYSTEM_IDX, PDH_CONTEXT_SWITCH_RATE_IDX); in initialize()
1043 if (_context_switches != NULL) { in ~CPUPerformance()
1044 destroy_counter_query(_context_switches); in ~CPUPerformance()
1045 _context_switches = NULL; in ~CPUPerformance()
1189 if (_context_switches == NULL || !_context_switches->initialized) { in context_switch_rate()
1192 assert(_context_switches != NULL, "invariant"); in context_switch_rate()
1193 if (collect_query_data(_context_switches) != OS_OK) { in context_switch_rate()
1197 …if (formatted_counter_value(_context_switches->counter, PDH_FMT_DOUBLE, &counter_value) != OS_OK) { in context_switch_rate()