1. 22 11月, 2013 1 次提交
  2. 18 11月, 2013 1 次提交
  3. 16 11月, 2013 1 次提交
  4. 15 11月, 2013 1 次提交
  5. 14 11月, 2013 1 次提交
  6. 13 11月, 2013 3 次提交
  7. 12 11月, 2013 1 次提交
  8. 10 11月, 2013 2 次提交
  9. 08 11月, 2013 1 次提交
  10. 05 11月, 2013 1 次提交
  11. 02 11月, 2013 1 次提交
  12. 01 11月, 2013 1 次提交
  13. 31 10月, 2013 6 次提交
  14. 25 10月, 2013 1 次提交
  15. 24 10月, 2013 2 次提交
  16. 22 10月, 2013 1 次提交
  17. 20 10月, 2013 1 次提交
  18. 19 10月, 2013 3 次提交
  19. 18 10月, 2013 2 次提交
  20. 17 10月, 2013 1 次提交
  21. 16 10月, 2013 3 次提交
  22. 15 10月, 2013 2 次提交
  23. 12 10月, 2013 1 次提交
    • J
      staging: ktap: add to the kernel tree · c63a1642
      Jovi Zhangwei 提交于
      This patch introduces ktap to staging tree.
      
      ktap is a new script-based dynamic tracing tool for Linux,
      it uses a scripting language and lets users trace the
      Linux kernel dynamically. ktap is designed to give
      operational insights with interoperability that allow
      users to tune, troubleshoot and extend kernel and application.
      It's similar with Linux Systemtap and Solaris Dtrace.
      
      ktap have different design principles from Linux mainstream
      dynamic tracing language in that it's based on bytecode,
      so it doesn't depend upon GCC, doesn't require compiling
      kernel module for each script, safe to use in production
      environment, fulfilling the embedded ecosystem's tracing needs.
      
      See ktap tutorial for more information:
          http://www.ktap.org/doc/tutorial.html
      
      The merit of putting this software in staging tree is
      to make it more possible to get feedback from users
      and thus polish the code.
      Signed-off-by: NJovi Zhangwei <jovi.zhangwei@gmail.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      c63a1642
  24. 11 10月, 2013 2 次提交