[PATCH v2 0/3] initscript: add support for uprobes scripts
Josh Stone
jistone@redhat.com
Wed Sep 3 23:22:00 GMT 2014
On 09/03/2014 04:01 PM, Jonathan Lebon wrote:
> BTW, while testing, I've noticed that --save-uprobes only has an
> effect if uprobes.ko was not already built and cached in a previous
> run. Have you encountered that as well?
>
> We may need to tweak the buildrun.cxx logic a bit if that's the
> case.
I'd guess that get_cached_uprobes() ought to set s.built_uprobes when it
assigns s.uprobes_path, just as make_uprobes() does.
Actually, I think s.built_uprobes may not be needed at all, just check
s.uprobes_path.empty().
More information about the Systemtap
mailing list