Searched refs:parse_probe_arg (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/kernel/trace/ |
D | trace_probe.c | 358 static int parse_probe_arg(char *arg, const struct fetch_type *t, in parse_probe_arg() function 446 ret = parse_probe_arg(arg, t2, &dprm->orig, is_return, in parse_probe_arg() 532 ret = parse_probe_arg(arg, parg->type, &parg->fetch, is_return, in traceprobe_parse_probe_arg()
|