Lines Matching refs:handlers
158 data between corresponding user entry and return handlers. The size of each
209 - a call to the trampoline code which calls user's probe handlers.
330 the associated probe handlers that you'll write. See the files in the
343 kp->fault_handler. Any or all handlers can be NULL. If kp->flags
345 so, its handlers aren't hit until calling enable_kprobe(kp).
526 In particular, you can probe interrupt handlers. Known exceptions
547 Kprobes makes no attempt to prevent probe handlers from stepping on
550 handlers won't be run in that instance, and the kprobe.nmissed member
553 As of Linux v2.6.15-rc1, multiple handlers (or multiple instances of
559 Probe handlers are run with preemption disabled. Depending on the
560 architecture and optimization state, handlers may also run with
561 interrupts disabled (e.g., kretprobe handlers and optimized kprobe
562 handlers run without interrupt disabled on x86/x86-64). In any case,