src/hotspot/share/jfr/periodic/jfrOSInterface.hpp
changeset 54899 e4cff3cf0234
parent 53244 9807daeb47c4
equal deleted inserted replaced
54898:17926213de55 54899:e4cff3cf0234
    50   static int cpu_load(int which_logical_cpu, double* cpu_load);
    50   static int cpu_load(int which_logical_cpu, double* cpu_load);
    51   static int context_switch_rate(double* rate);
    51   static int context_switch_rate(double* rate);
    52   static int cpu_load_total_process(double* cpu_load);
    52   static int cpu_load_total_process(double* cpu_load);
    53   static int cpu_loads_process(double* pjvmUserLoad, double* pjvmKernelLoad, double* psystemTotalLoad);
    53   static int cpu_loads_process(double* pjvmUserLoad, double* pjvmKernelLoad, double* psystemTotalLoad);
    54   static int os_version(char** os_version);
    54   static int os_version(char** os_version);
       
    55   static const char* virtualization_name();
    55   static int generate_initial_environment_variable_events();
    56   static int generate_initial_environment_variable_events();
    56   static int system_processes(SystemProcess** system_processes, int* no_of_sys_processes);
    57   static int system_processes(SystemProcess** system_processes, int* no_of_sys_processes);
    57   static int network_utilization(NetworkInterface** network_interfaces);
    58   static int network_utilization(NetworkInterface** network_interfaces);
    58 };
    59 };
    59 
    60