Lines Matching refs:functions
43 There are also register_/unregister_*probes() functions for batch
44 registration/unregistration of a group of *probes. These functions
280 that there are some functions where kprobes cannot probe. Probing
281 (trapping) such functions can cause a recursive trap (e.g. double
283 Kprobes manages such functions as a blacklist.
328 and "unregister_*probes" functions for (un)registering arrays of probes.
329 Here are terse, mini-man-page specifications for these functions and
460 If the functions find an incorrect probe (ex. an unregistered probe),
479 of the array entries before using these functions.
491 If the functions find some incorrect probes (ex. unregistered
529 The register_*probe functions will return -EINVAL if you attempt
531 kernel/kprobes.c and arch/*/kernel/kprobes.c, but also functions such
569 address instead of the real return address for kretprobed functions.
586 on the x86_64 version of __switch_to(); the registration functions
616 d) DCR must not straddle the border between functions.