crash命令 —— ptov

简介: crash命令 —— ptov

参考:https://crash-utility.github.io/help_pages/ptov.html

用法:

  • 将物理内存地址转换为内核虚拟地址
    ptov <物理地址>
  • 将percpu偏移地址转为指定cpu上的内核虚拟地址
得到percpu地址在所有cpu上的虚拟地址:ptov <percpu偏移地址>:a
得到percpu地址在指定cpu上的虚拟地址:ptov <percpu偏移地址>:1,3-6,9

可以结合kmem来学习,使用kmem -o可以获得percpu数据段在每个cpu上的内核虚拟基地址,加上偏移量,就是

相关文章
|
2月前
|
Linux
crash命令 —— runq
crash命令 —— runq
|
2月前
crash命令 —— sym
crash命令 —— sym
|
2月前
|
分布式计算 关系型数据库 Ruby
crash命令 —— rd
crash命令 —— rd
|
2月前
crash命令 —— vm
crash命令 —— vm
|
2月前
crash命令 —— kmem
crash命令 —— kmem
|
2月前
crash命令 —— waitq
crash命令 —— waitq
|
2月前
crash命令 —— p
crash命令 —— p
|
2月前
crash命令 —— ptob/btop
crash命令 —— ptob/btop
|
2月前
crash命令 —— vtop
crash命令 —— vtop
|
2月前
crash命令 —— log
crash命令 —— log