diff options
author | Josh Stone <jistone@redhat.com> | 2009-04-21 12:34:33 -0700 |
---|---|---|
committer | Josh Stone <jistone@redhat.com> | 2009-04-21 12:34:43 -0700 |
commit | cff7feda3e990bb554f39dbf5d8055256dca5af5 (patch) | |
tree | cf24d13d859db605f4ad67c4a877fb8005b24a30 /NEWS | |
parent | 3ae4cdf91d758136cbf71c814c725c643d251f41 (diff) | |
download | systemtap-steved-cff7feda3e990bb554f39dbf5d8055256dca5af5.tar.gz systemtap-steved-cff7feda3e990bb554f39dbf5d8055256dca5af5.tar.xz systemtap-steved-cff7feda3e990bb554f39dbf5d8055256dca5af5.zip |
Document @cast-with-headers
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ * What's new +- @cast can now determine its type information using an explicit header + specification. For example: + @cast(tv, "timeval", "<sys/time.h>")->tv_sec + @cast(task, "task_struct", "kernel<linux/sched.h>")->tgid + - The overlapping process.* tapsets are now separated. Those probe points documented in stapprobes(3stap) remain the same. Those that were formerly in stapprobes.process(3stap) have been renamed to kprocess, to reflect |