Searched refs:rctr_end (Results 1 – 1 of 1) sorted by relevance
541 char *arg, *filename, *rctr, *rctr_end, *tmp; in trace_uprobe_create() local601 rctr_end = strchr(rctr, ')'); in trace_uprobe_create()602 if (!rctr_end) { in trace_uprobe_create()604 rctr_end = rctr + strlen(rctr); in trace_uprobe_create()605 trace_probe_log_err(rctr_end - filename, in trace_uprobe_create()608 } else if (rctr_end[1] != '\0') { in trace_uprobe_create()610 trace_probe_log_err(rctr_end + 1 - filename, in trace_uprobe_create()616 *rctr_end = '\0'; in trace_uprobe_create()