Searched refs:fmt1_str (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/tools/perf/util/ |
D | probe-event.c | 1837 char *argv0_str = NULL, *fmt, *fmt1_str, *fmt2_str, *fmt3_str; in parse_probe_trace_command() local 1859 fmt1_str = strtok_r(argv0_str, ":", &fmt); in parse_probe_trace_command() 1862 if (fmt1_str == NULL || fmt2_str == NULL || fmt3_str == NULL) { in parse_probe_trace_command() 1867 pr = fmt1_str[0]; in parse_probe_trace_command() 1890 fmt1_str = strtok_r(p, "+", &fmt); in parse_probe_trace_command() 1892 if (fmt1_str[0] == '0') { in parse_probe_trace_command() 1900 if (strcmp(fmt1_str, "0x") == 0) { in parse_probe_trace_command() 1914 tp->address = strtoull(fmt1_str, NULL, 0); in parse_probe_trace_command() 1917 tp->symbol = strdup(fmt1_str); in parse_probe_trace_command()
|