Lines Matching refs:function

55  * for the location fuzzed by function entry mcount.
508 pr_warning("Failed to find '%s' in this function.\n",
522 const char *function,
560 " because %s is an inlined function and"
561 " has no return point.\n", function,
562 function);
630 const char *function;
650 /* If the function name is given, that's what user expects */
651 if (fsp->function) {
652 if (die_match_name(fn_die, fsp->function)) {
684 .function = pf->pev->point.function,
719 if (pf->pev->point.function) {
720 /* Find best match function name and lines */
723 && die_match_name(&die_mem, pf->pev->point.function)
757 /* Continue if no error, because the line will be in inline function */
887 if (!pp->function || pp->line || pp->retprobe || pp->lazy_line ||
896 "Probe on address 0x%" PRIx64 " to force probing at the function entry.\n\n",
940 /* Search function from function name */
950 !die_match_name(sp_die, pp->function))
956 pr_warning("A function DIE doesn't have decl_line. Maybe broken DWARF?\n");
962 pr_debug("Matched function: %s [%lx]\n", dwarf_diename(sp_die),
977 /* Real function */
983 /* TODO: Check the address in this function */
987 /* Inlined function: search instances */
996 if (strisglob(pp->function) && param->retval >= 0) {
1013 char *function;
1029 if (die_match_name(param->sp_die, param->function)) {
1061 /* Fastpath: lookup by function name from .debug_pubnames section */
1062 if (pp->function && !strisglob(pp->function)) {
1064 .function = pp->function,
1099 if (pp->function)
1266 pp->retprobe, pp->function, &tev->point);
1493 pp->retprobe, pp->function, &vl->point);
1584 /* Find a corresponding function (name, baseline and baseaddr) */
1586 /* Get function entry information */
1605 /* There is an inline function */
1609 * addr is at an inline function entry.
1618 * addr is in an inline function body.
1620 * of the inline function, baseline should
1621 * be the entry line of the inline function.
1648 ppt->function = strdup(func);
1649 if (ppt->function == NULL) {
1657 zfree(&ppt->function);
1729 * We have to check all instances of inlined function, because
1731 * function argument of instances. However, if an error occurs,
1737 /* Search function definition from function name */
1752 if (die_match_name(sp_die, lr->function) && die_is_func_def(sp_die)) {
1791 /* Fastpath: lookup by function name from .debug_pubnames section */
1792 if (lr->function) {
1794 .function = lr->function, .file = lr->file,
1828 if (lr->function)