diff options
author | Wenji Huang <wenji.huang@oracle.com> | 2009-03-09 10:05:42 -0400 |
---|---|---|
committer | Wenji Huang <wenji.huang@oracle.com> | 2009-03-10 21:01:18 -0400 |
commit | 89f3a1254ccf16a6828671c6e5bc407bc061f040 (patch) | |
tree | e2a6c4e0eb3fd1809be552e53fe9af0c8f9bf786 /session.h | |
parent | e2086848b3b1e010249f68857ec10d6b9382446e (diff) | |
download | systemtap-steved-89f3a1254ccf16a6828671c6e5bc407bc061f040.tar.gz systemtap-steved-89f3a1254ccf16a6828671c6e5bc407bc061f040.tar.xz systemtap-steved-89f3a1254ccf16a6828671c6e5bc407bc061f040.zip |
Make marker probe support listing mode -L
This patch is to enable displaying the arguments of
marker probe for listing mode -L. The output is like,
$stap -L 'kernel.mark("*")'
kernel.mark("core_marker_format").format("name %s format %s") $arg1:string $arg2:string
kernel.mark("jbd2_checkpoint").format("dev %s need_checkpoint %d") $arg1:string
$arg2:long
kernel.mark("jbd2_end_commit").format("dev %s transaction %d head %d") $arg1:string $arg2:long $arg3:long
kernel.mark("jbd2_start_commit").format("dev %s transaction %d") $arg1:string $arg2:long
Note: It's also possible to figure out the arguments according to the format.
Signed-off-by: Wenji Huang <wenji.huang@oracle.com>
Diffstat (limited to 'session.h')
0 files changed, 0 insertions, 0 deletions