]> sourceware.org Git - systemtap.git/commit
Use explicit @cast() operators pointing to kernel for tapsets
authorWilliam Cohen <wcohen@redhat.com>
Mon, 22 Jun 2020 15:28:32 +0000 (11:28 -0400)
committerWilliam Cohen <wcohen@redhat.com>
Mon, 22 Jun 2020 17:50:33 +0000 (13:50 -0400)
commita948c291c9cd7320d3c9b18b5037908cbbdf70b7
tree551b1535a60ee7ecccf00505825c5ddc4a9f9c0b
parent469d20e8b160b0aadb04b65d7c35063fb02879c3
Use explicit @cast() operators pointing to kernel for tapsets

Commit 00ee19ff030f665df7e087a579f39105256a0253 changed how @cast()
operations work and they no longer default to using the kernel
debuginfo for type information.  Need to include kernel as location for
this information for the  @cast() rather than just assuming a default.
tapset/linux/dentry.stp
tapset/linux/dev.stp
tapset/linux/ioblock.stp
tapset/linux/task.stp
This page took 0.027263 seconds and 5 git commands to generate.