diff options
author | Josh Stone <jistone@redhat.com> | 2009-03-20 17:12:15 -0700 |
---|---|---|
committer | Josh Stone <jistone@redhat.com> | 2009-03-20 17:12:15 -0700 |
commit | ccd65d4a6f99ded6bfc05deee39f9d20816ca8a6 (patch) | |
tree | a39c054c5ee3809d3697e2ab90d3602ee66a22f8 /NEWS | |
parent | b278033a7e4632a414502b63ba51fcce36f44f94 (diff) | |
download | systemtap-steved-ccd65d4a6f99ded6bfc05deee39f9d20816ca8a6.tar.gz systemtap-steved-ccd65d4a6f99ded6bfc05deee39f9d20816ca8a6.tar.xz systemtap-steved-ccd65d4a6f99ded6bfc05deee39f9d20816ca8a6.zip |
Document @cast module search paths
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ * What's new +- Typecasting with @cast now supports modules search paths, which is + useful in case there are multiple places where the type definition + may be found. For example: + @cast(sdev, "scsi_device", "kernel:scsi_mod")->sdev_state + - On-file flight recorder is supported. It allows stap to record huge trace log on the disk and to run in background. Passing -F option with -o option runs stap in background mode. In this |