]> sourceware.org Git - systemtap.git/commit
query_plt_statement(): add well-formed probe point
authorJonathan Lebon <jlebon@redhat.com>
Wed, 14 May 2014 14:48:39 +0000 (10:48 -0400)
committerJonathan Lebon <jlebon@redhat.com>
Tue, 27 May 2014 14:14:01 +0000 (10:14 -0400)
commit93b44c2ac4ab0d598a13d970f873011f317147d3
tree548e9ba75b257623ab2c61efc3da03dfacb0b85e
parent8debd4e7a63267ec18026c4f7fbe110d3cc8217b
query_plt_statement(): add well-formed probe point

If the user provides a .plt[(string)] probe, then we'll end up in
query_one_plt during plt iteration, in which we create a specific_loc
where we replace the possibly globby string with the found plt. Mark
this specific loc as well-formed.

If the user provides a .plt[(string)].statement(number) probe, then
we'll end up in query_plt_statement() directly, in which case we need to
create the final well-formed probe point in which we omit the .plt part.
tapsets.cxx
This page took 0.024947 seconds and 5 git commands to generate.