Searched refs:fmt1_str (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/tools/perf/util/ |
D | probe-event.c | 1393 char *argv0_str = NULL, *fmt, *fmt1_str, *fmt2_str, *fmt3_str; in parse_probe_trace_command() local 1415 fmt1_str = strtok_r(argv0_str, ":", &fmt); in parse_probe_trace_command() 1418 if (fmt1_str == NULL || strlen(fmt1_str) != 1 || fmt2_str == NULL in parse_probe_trace_command() 1424 pr = fmt1_str[0]; in parse_probe_trace_command() 1442 fmt1_str = strtok_r(p, "+", &fmt); in parse_probe_trace_command() 1443 if (fmt1_str[0] == '0') /* only the address started with 0x */ in parse_probe_trace_command() 1444 tp->address = strtoul(fmt1_str, NULL, 0); in parse_probe_trace_command() 1447 tp->symbol = strdup(fmt1_str); in parse_probe_trace_command()
|