Lines Matching refs:hit
26 routine to be invoked when the breakpoint is hit.
41 the probe is hit.
87 Here's how it works. When the probe is hit, Kprobes makes a copy of
112 probe is hit, Kprobes saves a copy of the return address, and replaces
118 passes to the trampoline and that probe is hit. Kprobes' trampoline
148 function entry is hit, the user-defined entry_handler, if any, is invoked.
172 sysctl(8)), Kprobes tries to reduce probe-hit overhead by using a jump
228 it. If the to-be-optimized probepoint is hit before being optimized,
339 hit, Kprobes calls kp->pre_handler. After the probed instruction
345 so, its handlers aren't hit until calling enable_kprobe(kp).
377 the breakpoint was hit. Return 0 here unless you're a Kprobes geek.
404 of the first instruction of a function. When the breakpoint is hit,
623 On a typical CPU in use in 2005, a kprobe hit takes 0.5 to 1.0
627 return-probe hit typically takes 50-75% longer than a kprobe hit.
646 Typically, an optimized kprobe hit takes 0.07 to 0.1 microseconds to