Lines Matching refs:t2
479 const struct fetch_type *t2 = find_fetch_type(NULL); in parse_probe_arg() local
482 ret = parse_probe_arg(arg, t2, &code, end, flags, offs); in parse_probe_arg()
566 char *t, *t2, *t3; in traceprobe_parse_probe_arg_body() local
593 t2 = strchr(++t, '['); in traceprobe_parse_probe_arg_body()
594 if (t2) { in traceprobe_parse_probe_arg_body()
595 *t2++ = '\0'; in traceprobe_parse_probe_arg_body()
596 t3 = strchr(t2, ']'); in traceprobe_parse_probe_arg_body()
598 offset += t2 + strlen(t2) - arg; in traceprobe_parse_probe_arg_body()
608 if (kstrtouint(t2, 0, &parg->count) || !parg->count) { in traceprobe_parse_probe_arg_body()
609 trace_probe_log_err(offset + t2 - arg, in traceprobe_parse_probe_arg_body()
614 trace_probe_log_err(offset + t2 - arg, in traceprobe_parse_probe_arg_body()