Skip to content

Commit

Permalink
Added percept-trace D probe.
Browse files Browse the repository at this point in the history
  • Loading branch information
k4t3r1n4 committed Oct 3, 2012
1 parent ab151d0 commit 993c627
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions erts/emulator/beam/erlang_dtrace.d
Expand Up @@ -699,6 +699,14 @@ provider erlang {
*/
probe efile_drv__return(int, int, char *, int, int, int);

/**
* Trace something for percept.
*
* @param trace the trace.
*
*/
probe percept__trace(char *);

/*
* NOTE:
* For formatting int64_t arguments within a D script, see:
Expand Down

0 comments on commit 993c627

Please sign in to comment.