Searched refs:fmt1_str (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/tools/perf/util/ |
D | probe-event.c | 1818 char *argv0_str = NULL, *fmt, *fmt1_str, *fmt2_str, *fmt3_str; in parse_probe_trace_command() local 1840 fmt1_str = strtok_r(argv0_str, ":", &fmt); in parse_probe_trace_command() 1843 if (fmt1_str == NULL || fmt2_str == NULL || fmt3_str == NULL) { in parse_probe_trace_command() 1848 pr = fmt1_str[0]; in parse_probe_trace_command() 1871 fmt1_str = strtok_r(p, "+", &fmt); in parse_probe_trace_command() 1873 if (fmt1_str[0] == '0') { in parse_probe_trace_command() 1881 if (strcmp(fmt1_str, "0x") == 0) { in parse_probe_trace_command() 1895 tp->address = strtoul(fmt1_str, NULL, 0); in parse_probe_trace_command() 1898 tp->symbol = strdup(fmt1_str); in parse_probe_trace_command()
|