kernel.trace("sched_switch")

func:
func:perf_trace_sched_stat_template
 get the function in

probe begin {
    printf("Begin")
}

probe kernel.function("tracepoint_probe_register") {
//    printf("pre_comm:%s\n", kernel_string($prev->comm))
    printf("func:%s\n", symname($probe))

}

probe end {
    printf("End")
}

defined in include/trace/trace_events.h

最新文章

  1. 【BZOJ1003】1003: [ZJOI2006]物流运输trans SPFA+DP
  2. C#_观察者模式
  3. Ubuntu firefox falsh
  4. 分享下VellLock源代码。。。VellLock正式开源
  5. 自己挖坑自己跳 之JsonMappingException: (was java.lang.NullPointerException) (through reference chain:)
  6. iOS屏蔽高频点击技巧
  7. LSPCI具体解释分析
  8. 【转】iOS实时卡顿监控
  9. 本地配置DNS服务器(MAC版)
  10. J2EE进阶(十三)Spring MVC常用的那些注解
  11. adb deviecs时显示的emulator-5554如何删除
  12. BBS论坛(二十一)
  13. linux下Mysql多实例实现
  14. 用IBM MQ中间件开发碰到的MQRC_NOT_AUTHORIZED(2035)问题
  15. 【Spark】session 代替 SparkConf、SparkContext和SQLContext
  16. AndroidStudio V2.0.0.汉化
  17. Codeforces 888E - Maximum Subsequence(折半枚举(meet-in-the-middle))
  18. android中必备的接口回调用法
  19. Python爬虫入门(1-2):综述、爬虫基础了解
  20. <mvc:annotation-driven/>都做了那些事情

热门文章

  1. C++ push方法与push_back方法
  2. ABAP术语-Logical Lock
  3. myEclipse 常用快捷键,工具等记录
  4. Angular2入门学习
  5. emlog博客插件分享openSug
  6. flask迁移
  7. RubyMine常用快捷键
  8. webDriver + Firefox 浏览器 完美兼容
  9. shell重温---基础篇(shell数组&数组操作)
  10. Yearning和inception搭建MySQL审核平台