]> sourceware.org Git - systemtap.git/commit
PR17190: accept functions given with their decl_line
authorJonathan Lebon <jlebon@redhat.com>
Fri, 12 Sep 2014 18:06:08 +0000 (14:06 -0400)
committerJonathan Lebon <jlebon@redhat.com>
Fri, 12 Sep 2014 18:36:05 +0000 (14:36 -0400)
commitc5142c6691b24cda1a17efc1a42fb001a437354c
treedf024d0ff585b0a73b12cb4bf1cf1b97e808601b
parent642073ca8eb3e5827bce38ca05b163e409dcbeb5
PR17190: accept functions given with their decl_line

If the user gives a probe for a specific function, e.g.

kernel.function("vfs_read@fs/read_write.c:393")

where the vfs_read() function is declared at lineno 393, we don't
actually want to probe lineno 393 (most likely there's nothing there
anyway). We simply need to probe the function's entry point.
tapsets.cxx
This page took 0.026261 seconds and 5 git commands to generate.