Searched refs:fmt2_str (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/tools/perf/util/ |
D | probe-event.c | 1863 char *argv0_str = NULL, *fmt, *fmt1_str, *fmt2_str, *fmt3_str; in parse_probe_trace_command() local 1886 fmt2_str = strtok_r(NULL, "/", &fmt); in parse_probe_trace_command() 1888 if (fmt1_str == NULL || fmt2_str == NULL || fmt3_str == NULL) { in parse_probe_trace_command() 1894 tev->group = strdup(fmt2_str); in parse_probe_trace_command() 1948 fmt2_str = strtok_r(NULL, "", &fmt); in parse_probe_trace_command() 1949 if (fmt2_str == NULL) in parse_probe_trace_command() 1952 tp->offset = strtoul(fmt2_str, NULL, 10); in parse_probe_trace_command() 1956 fmt2_str = strchr(p, '('); in parse_probe_trace_command() 1957 if (fmt2_str) in parse_probe_trace_command() 1958 tp->ref_ctr_offset = strtoul(fmt2_str + 1, NULL, 0); in parse_probe_trace_command()
|