Searched refs:fmt1_str (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/tools/perf/util/ |
D | probe-event.c | 1850 char *argv0_str = NULL, *fmt, *fmt1_str, *fmt2_str, *fmt3_str; in parse_probe_trace_command() local 1872 fmt1_str = strtok_r(argv0_str, ":", &fmt); in parse_probe_trace_command() 1875 if (fmt1_str == NULL || fmt2_str == NULL || fmt3_str == NULL) { in parse_probe_trace_command() 1880 pr = fmt1_str[0]; in parse_probe_trace_command() 1903 fmt1_str = strtok_r(p, "+", &fmt); in parse_probe_trace_command() 1905 if (fmt1_str[0] == '0') { in parse_probe_trace_command() 1913 if (strcmp(fmt1_str, "0x") == 0) { in parse_probe_trace_command() 1927 tp->address = strtoull(fmt1_str, NULL, 0); in parse_probe_trace_command() 1930 tp->symbol = strdup(fmt1_str); in parse_probe_trace_command()
|