Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182391
b: refs/heads/master
c: df3ab70
h: refs/heads/master
i:
  182389: 6f71481
  182387: 3d0acc7
  182383: a565cac
v: v3
  • Loading branch information
Motohiro KOSAKI authored and Ingo Molnar committed Jan 20, 2010
1 parent 8257a95 commit 047b706
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 580d9e00fdfb85e65c5097dcd739c6efcdbadc96
refs/heads/master: df3ab708b787a2b35de5101452bd51d4a8ae0ded
7 changes: 7 additions & 0 deletions trunk/Documentation/trace/kprobetrace.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Synopsis of kprobe_events
-------------------------
p[:[GRP/]EVENT] SYMBOL[+offs]|MEMADDR [FETCHARGS] : Set a probe
r[:[GRP/]EVENT] SYMBOL[+0] [FETCHARGS] : Set a return probe
-:[GRP/]EVENT : Clear a probe

GRP : Group name. If omitted, use "kprobes" for it.
EVENT : Event name. If omitted, the event name is generated
Expand Down Expand Up @@ -122,6 +123,12 @@ REC->dfd, REC->filename, REC->flags, REC->mode

This clears all probe points.

Or,

echo -:myprobe >> kprobe_events

This clears probe points selectively.

Right after definition, each event is disabled by default. For tracing these
events, you need to enable it.

Expand Down

0 comments on commit 047b706

Please sign in to comment.