Exemplo n.º 1
0
static int
stapkp_should_disable_probe(struct stap_dwarf_probe *sdp)
{
   return  sdp->registered_p
       &&  stapkp_enabled(sdp)
       && !sdp->probe->cond_enabled;
}
Exemplo n.º 2
0
static int
stapkp_should_disable_probe(struct stap_kprobe_probe *skp)
{
    return  skp->registered_p
            &&  stapkp_enabled(skp)
            && !skp->probe->cond_enabled;
}