DESCRIPTION

This family of probe points is used to probe the IO scheduler activities. It contains the following probe points:

ioscheduler.elv_next_request
Fires when retrieves a request from request queue

Arguments:

elevator_name   The elevator name

ioscheduler.elv_next_request.return
Fires when return from retrieving a request

Arguments:

req   Address of the request

req_flags   request flags

disk_major   disk major number of the request

disk_minor   disk minor number of the request

ioscheduler.elv_add_request
Fires when add a request into request queue

Arguments:

elevator_name   The elevator name

req   Address of the request

req_flags   request flags

disk_major   disk major number of the request

disk_minor   disk minor number of the request

ioscheduler.elv_completed_request
Fires when a request is completed

Arguments:

elevator_name   The elevator name

req   Address of the request

req_flags   request flags

disk_major   disk major number of the request

disk_minor   disk minor number of the request

最新文章

  1. 一起阅读《Java多线程编程核心技术》
  2. VS2015搭建GoogleTest框架--配置第一个项目
  3. PHP写文件函数
  4. TM1680主从I2C设置.
  5. python 练习 1
  6. Android--创建对话框AlertDialog
  7. zip解压缩
  8. jQuery练习一好友列表变色
  9. java 用eclipse j2ee写的servlet 程序,WEB-INF下的配置文件web.xml在哪啊?谢谢!
  10. 位运算及在java中的应用整理
  11. UWP必备知识:App File Explorer
  12. Python3 的函数
  13. mpvue支持小程序的分包加载
  14. Centos7——selinux配置
  15. 7.22 python面试题
  16. dbt 包的构建
  17. C# 获取textbox行数
  18. Swift里字符串(六)Shared strings
  19. BZOJ 1264 AHOI2006 基因匹配Match 动态规划+树状数组
  20. PAT 1044 Shopping in Mars[二分][难]

热门文章

  1. 贪心 FZU 2013 A short problem
  2. 转 MySQL数据库基础
  3. pyinstaller遇到的坑
  4. [译]Cookies Without Chocolate Chips
  5. HTTP的报文格式、GET和POST格式解析
  6. activity间数据传递
  7. Verification Mind Games---how to think like a verifier像验证工程师一样思考
  8. http链接中请求进行编码,Http请求
  9. Markdown(github)语法
  10. 用Docker构建Nginx镜像