Searched refs:rctr_end (Results 1 – 1 of 1) sorted by relevance
536 char *arg, *filename, *rctr, *rctr_end, *tmp; in __trace_uprobe_create() local599 rctr_end = strchr(rctr, ')'); in __trace_uprobe_create()600 if (!rctr_end) { in __trace_uprobe_create()602 rctr_end = rctr + strlen(rctr); in __trace_uprobe_create()603 trace_probe_log_err(rctr_end - filename, in __trace_uprobe_create()606 } else if (rctr_end[1] != '\0') { in __trace_uprobe_create()608 trace_probe_log_err(rctr_end + 1 - filename, in __trace_uprobe_create()614 *rctr_end = '\0'; in __trace_uprobe_create()