Searched refs:fmt2_str (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | probe-event.c | 1903 char *argv0_str = NULL, *fmt, *fmt1_str, *fmt2_str, *fmt3_str; in parse_probe_trace_command() 1926 fmt2_str = strtok_r(NULL, "/", &fmt); in parse_probe_trace_command() 1928 if (fmt1_str == NULL || fmt2_str == NULL || fmt3_str == NULL) { in parse_probe_trace_command() 1934 tev->group = strdup(fmt2_str); in parse_probe_trace_command() 1988 fmt2_str = strtok_r(NULL, "", &fmt); in parse_probe_trace_command() 1989 if (fmt2_str == NULL) in parse_probe_trace_command() 1992 tp->offset = strtoul(fmt2_str, NULL, 10); in parse_probe_trace_command() 1996 fmt2_str = strchr(p, '('); in parse_probe_trace_command() 1997 if (fmt2_str) in parse_probe_trace_command() 1998 tp->ref_ctr_offset = strtoul(fmt2_str in parse_probe_trace_command() 1904 char *argv0_str = NULL, *fmt, *fmt1_str, *fmt2_str, *fmt3_str; parse_probe_trace_command() local [all...] |
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_psp.c | 1551 char fmt1_str[8], fmt2_str[8]; in ptl_format_store() local 1563 if (sscanf(buf, "%7[^,],%7s", fmt1_str, fmt2_str) != 2) { in ptl_format_store() 1569 fmt2_enum = str_to_ptl_fmt(fmt2_str); in ptl_format_store()
|