1. 26 1月, 2015 2 次提交
  2. 31 10月, 2014 5 次提交
  3. 27 9月, 2014 1 次提交
  4. 21 5月, 2014 1 次提交
  5. 18 4月, 2013 4 次提交
  6. 22 1月, 2013 1 次提交
  7. 30 10月, 2012 1 次提交
  8. 18 6月, 2012 1 次提交
  9. 18 5月, 2012 1 次提交
  10. 13 4月, 2012 1 次提交
    • S
      kvm: add flightrecorder script · b3c09bde
      Stefan Hajnoczi 提交于
      The kvm kernel module includes a number of trace events which can be
      useful when debugging system behavior.  Even on production systems these
      trace events can be used to observe guest behavior and identify the
      source of problems.
      
      The kvm_flightrecorder script is a command-line wrapper for the
      /sys/kernel/debug/tracing interface.  Kernel symbols do not need to be
      installed.
      
      This script captures a fixed-size buffer of KVM trace events.  Recent
      events overwrite the oldest events when the buffer size is exceeded and
      it is possible to leave KVM tracing enabled for any period of time with
      just a fixed-size buffer.  If the buffer is large enough this script is
      a useful tool for collecting detailed information after an issue occurs
      with a guest.  Hence the name "flight recorder".
      
      The script can also be used in 'tail' mode to simply view KVM trace
      events as they occur.  This is handy for development and to ensure that
      the guest is indeed running.
      Signed-off-by: NStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
      Signed-off-by: NMarcelo Tosatti <mtosatti@redhat.com>
      b3c09bde
  11. 25 10月, 2011 2 次提交