提交 57e5f29f 编写于 作者: C Changbin Du 提交者: Jonathan Corbet

trace doc: convert trace/events-msr.txt to rst format

This converts the plain text documentation to reStructuredText format and
add it into Sphinx TOC tree. No essential content change.

Cc: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: NChangbin Du <changbin.du@intel.com>
Signed-off-by: NJonathan Corbet <corbet@lwn.net>
上级 15ba0538
================
MSR Trace Events
================
The x86 kernel supports tracing most MSR (Model Specific Register) accesses. The x86 kernel supports tracing most MSR (Model Specific Register) accesses.
To see the definition of the MSRs on Intel systems please see the SDM To see the definition of the MSRs on Intel systems please see the SDM
...@@ -7,31 +10,31 @@ Available trace points: ...@@ -7,31 +10,31 @@ Available trace points:
/sys/kernel/debug/tracing/events/msr/ /sys/kernel/debug/tracing/events/msr/
Trace MSR reads Trace MSR reads:
read_msr read_msr
msr: MSR number - msr: MSR number
val: Value written - val: Value written
failed: 1 if the access failed, otherwise 0 - failed: 1 if the access failed, otherwise 0
Trace MSR writes Trace MSR writes:
write_msr write_msr
msr: MSR number - msr: MSR number
val: Value written - val: Value written
failed: 1 if the access failed, otherwise 0 - failed: 1 if the access failed, otherwise 0
Trace RDPMC in kernel Trace RDPMC in kernel:
rdpmc rdpmc
The trace data can be post processed with the postprocess/decode_msr.py script The trace data can be post processed with the postprocess/decode_msr.py script::
cat /sys/kernel/debug/tracing/trace | decode_msr.py /usr/src/linux/include/asm/msr-index.h cat /sys/kernel/debug/tracing/trace | decode_msr.py /usr/src/linux/include/asm/msr-index.h
to add symbolic MSR names. to add symbolic MSR names.
...@@ -16,3 +16,4 @@ Linux Tracing Technologies ...@@ -16,3 +16,4 @@ Linux Tracing Technologies
events-kmem events-kmem
events-power events-power
events-nmi events-nmi
events-msr
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册