Lines Matching defs:function
168 * for the location fuzzed by function entry mcount.
623 pr_warning("Failed to find '%s' in this function.\n",
637 const char *function,
675 " because %s is an inlined function and"
676 " has no return point.\n", function,
677 function);
745 const char *function;
765 /* If the function name is given, that's what user expects */
766 if (fsp->function) {
767 if (die_match_name(fn_die, fsp->function)) {
799 .function = pf->pev->point.function,
834 if (pf->pev->point.function) {
835 /* Find best match function name and lines */
838 && die_match_name(&die_mem, pf->pev->point.function)
872 /* Continue if no error, because the line will be in inline function */
1002 if (!pp->function || pp->line || pp->retprobe || pp->lazy_line ||
1011 "Probe on address 0x%" PRIx64 " to force probing at the function entry.\n\n",
1055 /* Search function from function name */
1064 !die_match_name(sp_die, pp->function))
1071 pr_debug("Matched function: %s [%lx]\n", dwarf_diename(sp_die),
1086 /* Real function */
1092 /* TODO: Check the address in this function */
1096 /* Inlined function: search instances */
1105 if (strisglob(pp->function) && param->retval >= 0) {
1122 char *function;
1137 if (die_match_name(param->sp_die, param->function)) {
1167 /* Fastpath: lookup by function name from .debug_pubnames section */
1168 if (pp->function && !strisglob(pp->function)) {
1170 .function = pp->function,
1203 if (pp->function)
1370 pp->retprobe, pp->function, &tev->point);
1597 pp->retprobe, pp->function, &vl->point);
1726 /* Find a corresponding function (name, baseline and baseaddr) */
1728 /* Get function entry information */
1747 /* There is an inline function */
1751 * addr is at an inline function entry.
1760 * addr is in an inline function body.
1762 * of the inline function, baseline should
1763 * be the entry line of the inline function.
1790 ppt->function = strdup(func);
1791 if (ppt->function == NULL) {
1799 zfree(&ppt->function);
1872 * We have to check all instances of inlined function, because
1874 * function argument of instances. However, if an error occurs,
1880 /* Search function definition from function name */
1891 if (die_match_name(sp_die, lr->function) && die_is_func_def(sp_die)) {
1930 /* Fastpath: lookup by function name from .debug_pubnames section */
1931 if (lr->function) {
1933 .function = lr->function, .file = lr->file,
1965 if (lr->function)