src/hotspot/share/jfr/periodic/jfrPeriodic.cpp
changeset 50879 d90c3cbf13df
parent 50113 caf115bb98ad
child 51444 3e5d28e6de32
equal deleted inserted replaced
50878:fb7800b66c92 50879:d90c3cbf13df
    36 #include "jfr/jfrEvents.hpp"
    36 #include "jfr/jfrEvents.hpp"
    37 #include "jfr/periodic/jfrModuleEvent.hpp"
    37 #include "jfr/periodic/jfrModuleEvent.hpp"
    38 #include "jfr/periodic/jfrOSInterface.hpp"
    38 #include "jfr/periodic/jfrOSInterface.hpp"
    39 #include "jfr/periodic/jfrThreadCPULoadEvent.hpp"
    39 #include "jfr/periodic/jfrThreadCPULoadEvent.hpp"
    40 #include "jfr/periodic/jfrThreadDumpEvent.hpp"
    40 #include "jfr/periodic/jfrThreadDumpEvent.hpp"
       
    41 #include "jfr/periodic/jfrNetworkUtilization.hpp"
    41 #include "jfr/recorder/jfrRecorder.hpp"
    42 #include "jfr/recorder/jfrRecorder.hpp"
    42 #include "jfr/support/jfrThreadId.hpp"
    43 #include "jfr/support/jfrThreadId.hpp"
    43 #include "jfr/utilities/jfrTime.hpp"
    44 #include "jfr/utilities/jfrTime.hpp"
    44 #include "jfrfiles/jfrPeriodic.hpp"
    45 #include "jfrfiles/jfrPeriodic.hpp"
    45 #include "logging/log.hpp"
    46 #include "logging/log.hpp"
   172   }
   173   }
   173 }
   174 }
   174 
   175 
   175 TRACE_REQUEST_FUNC(ThreadCPULoad) {
   176 TRACE_REQUEST_FUNC(ThreadCPULoad) {
   176   JfrThreadCPULoadEvent::send_events();
   177   JfrThreadCPULoadEvent::send_events();
       
   178 }
       
   179 
       
   180 TRACE_REQUEST_FUNC(NetworkUtilization) {
       
   181   JfrNetworkUtilization::send_events();
   177 }
   182 }
   178 
   183 
   179 TRACE_REQUEST_FUNC(CPUTimeStampCounter) {
   184 TRACE_REQUEST_FUNC(CPUTimeStampCounter) {
   180   EventCPUTimeStampCounter event;
   185   EventCPUTimeStampCounter event;
   181   event.set_fastTimeEnabled(JfrTime::is_ft_enabled());
   186   event.set_fastTimeEnabled(JfrTime::is_ft_enabled());