Searched refs:rctr_end (Results 1 – 1 of 1) sorted by relevance
537 char *arg, *filename, *rctr, *rctr_end, *tmp; in trace_uprobe_create() local597 rctr_end = strchr(rctr, ')'); in trace_uprobe_create()598 if (!rctr_end) { in trace_uprobe_create()600 rctr_end = rctr + strlen(rctr); in trace_uprobe_create()601 trace_probe_log_err(rctr_end - filename, in trace_uprobe_create()604 } else if (rctr_end[1] != '\0') { in trace_uprobe_create()606 trace_probe_log_err(rctr_end + 1 - filename, in trace_uprobe_create()612 *rctr_end = '\0'; in trace_uprobe_create()