Searched refs:fmt1_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() 1925 fmt1_str = strtok_r(argv0_str, ":", &fmt); in parse_probe_trace_command() 1928 if (fmt1_str == NULL || fmt2_str == NULL || fmt3_str == NULL) { in parse_probe_trace_command() 1933 pr = fmt1_str[0]; in parse_probe_trace_command() 1956 fmt1_str = strtok_r(p, "+", &fmt); in parse_probe_trace_command() 1958 if (fmt1_str[0] == '0') { in parse_probe_trace_command() 1966 if (strcmp(fmt1_str, "0x") == 0) { in parse_probe_trace_command() 1980 tp->address = strtoull(fmt1_str, NULL, 0); in parse_probe_trace_command() 1983 tp->symbol = strdup(fmt1_str); in parse_probe_trace_command() 1904 char *argv0_str = NULL, *fmt, *fmt1_str, *fmt2_str, *fmt3_str; parse_probe_trace_command() local
|
| /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() 1568 fmt1_enum = str_to_ptl_fmt(fmt1_str); in ptl_format_store()
|