Searched refs:fmt2_str (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | probe-event.c | 1822 char *argv0_str = NULL, *fmt, *fmt1_str, *fmt2_str, *fmt3_str; in parse_probe_trace_command() local 1845 fmt2_str = strtok_r(NULL, "/", &fmt); in parse_probe_trace_command() 1847 if (fmt1_str == NULL || fmt2_str == NULL || fmt3_str == NULL) { in parse_probe_trace_command() 1853 tev->group = strdup(fmt2_str); in parse_probe_trace_command() 1907 fmt2_str = strtok_r(NULL, "", &fmt); in parse_probe_trace_command() 1908 if (fmt2_str == NULL) in parse_probe_trace_command() 1911 tp->offset = strtoul(fmt2_str, NULL, 10); in parse_probe_trace_command() 1915 fmt2_str = strchr(p, '('); in parse_probe_trace_command() 1916 if (fmt2_str) in parse_probe_trace_command() 1917 tp->ref_ctr_offset = strtoul(fmt2_str in parse_probe_trace_command() [all...] |
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | probe-event.c | 1850 char *argv0_str = NULL, *fmt, *fmt1_str, *fmt2_str, *fmt3_str; in parse_probe_trace_command() local 1873 fmt2_str = strtok_r(NULL, "/", &fmt); in parse_probe_trace_command() 1875 if (fmt1_str == NULL || fmt2_str == NULL || fmt3_str == NULL) { in parse_probe_trace_command() 1881 tev->group = strdup(fmt2_str); in parse_probe_trace_command() 1935 fmt2_str = strtok_r(NULL, "", &fmt); in parse_probe_trace_command() 1936 if (fmt2_str == NULL) in parse_probe_trace_command() 1939 tp->offset = strtoul(fmt2_str, NULL, 10); in parse_probe_trace_command() 1943 fmt2_str = strchr(p, '('); in parse_probe_trace_command() 1944 if (fmt2_str) in parse_probe_trace_command() 1945 tp->ref_ctr_offset = strtoul(fmt2_str in parse_probe_trace_command() [all...] |
Completed in 8 milliseconds