Home
last modified time | relevance | path

Searched refs:rctr (Results 1 – 1 of 1) sorted by relevance

/kernel/trace/
Dtrace_uprobe.c544 char *arg, *filename, *rctr, *rctr_end, *tmp; in __trace_uprobe_create() local
603 rctr = strchr(arg, '('); in __trace_uprobe_create()
604 if (rctr) { in __trace_uprobe_create()
605 rctr_end = strchr(rctr, ')'); in __trace_uprobe_create()
608 rctr_end = rctr + strlen(rctr); in __trace_uprobe_create()
619 *rctr++ = '\0'; in __trace_uprobe_create()
621 ret = kstrtoul(rctr, 0, &ref_ctr_offset); in __trace_uprobe_create()
623 trace_probe_log_err(rctr - filename, BAD_REFCNT); in __trace_uprobe_create()