projects
/
platform
/
upstream
/
bcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e83019b
)
fix minor typo
author
chendotjs
<chenyaqi01@baidu.com>
Sat, 10 Apr 2021 15:51:11 +0000
(23:51 +0800)
committer
yonghong-song
<ys114321@gmail.com>
Sat, 10 Apr 2021 20:40:36 +0000
(13:40 -0700)
docs/reference_guide.md
patch
|
blob
|
history
diff --git
a/docs/reference_guide.md
b/docs/reference_guide.md
index d4559910b801401e2b8c404a694db6b4d30252d8..f3940fdabd0273e96b81263b0a270052f2991ee7 100644
(file)
--- a/
docs/reference_guide.md
+++ b/
docs/reference_guide.md
@@
-1685,7
+1685,7
@@
This is an explicit way to instrument tracepoints. The ```RAW_TRACEPOINT_PROBE``
For example:
```Python
-b.attach_raw_tracepoint("sched_sw
ti
ch", "do_trace")
+b.attach_raw_tracepoint("sched_sw
it
ch", "do_trace")
```
Examples in situ: