diff options
author | James Bottomley <James dot Bottomley at HansenPartnership dot com> | 2008-07-09 16:58:31 -0500 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-07-23 17:39:17 -0400 |
commit | 552fdd9f5a7eb3394888356301929c078173a22b (patch) | |
tree | b3b44852fd37cadca405370291330ea522fb94c6 /runtime/task_finder.c | |
parent | c1b970dec5bdc9a421e9e33dbfefce19edf52962 (diff) | |
download | systemtap-steved-552fdd9f5a7eb3394888356301929c078173a22b.tar.gz systemtap-steved-552fdd9f5a7eb3394888356301929c078173a22b.tar.xz systemtap-steved-552fdd9f5a7eb3394888356301929c078173a22b.zip |
fix semantic error: no entrypc found using probe .statement(*@file:line) constructs
At the moment, you can't specify
probe module("scsi_mod").statement(*@drivers/scsi/scsi_lib.c:1443)
because the compiler will fail with the above semantic error on the
function scsi_end_bidi_request. It seems looking through the dwarf that
this function is fully inlined and thus has no entrypc to catalogue.
The solution therefore seems to simply return DWARF_CB_OK when we find
such functions and continue cataloguing all the ones that do actually
have non-inline versions.
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'runtime/task_finder.c')
0 files changed, 0 insertions, 0 deletions