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