Home | History | Annotate | Download | only in util

Lines Matching full:probe

2  * probe-finder.c : C expression to kprobe event converter
40 #include "probe-finder.h"
246 * Probe finder related functions
700 /* Return probe must be on the head of a subprogram */
703 pr_warning("Return probe must be on the head of"
728 pr_warning("Failed to find probe point in any "
833 pr_warning("Failed to find scope of probe point.\n");
843 /* Find probe point from its line number */
898 pr_debug("Probe line found: line:%d addr:0x%llx\n",
904 pr_warning("Failed to find scope of probe point.\n");
917 /* Find probe points from lazy pattern */
943 /* Get probe address */
1050 /* Find probe points from debuginfo */
1124 /* Add a found probe point into trace event list */
1134 pr_warning("Too many( > %d) probe point found.\n",
1146 pr_debug("Probe point found: %s+%lu\n", tev->point.symbol,
1236 pr_warning("Too many( > %d) probe point found.\n", af->max_vls);
1247 pr_debug("Probe point found: %s+%lu\n", vl->point.symbol,
1273 /* Find available variables at given probe point */