Home
last modified time | relevance | path

Searched refs:strchr (Results 1 – 25 of 125) sorted by relevance

12345

/tools/perf/arch/s390/annotate/
A Dinstructions.c13 tok = strchr(ops->raw, ','); in s390_call__parse()
19 name = strchr(endptr, '<'); in s390_call__parse()
26 strchr(name, arch->objdump.skip_functions_char)) in s390_call__parse()
29 tok = strchr(name, '>'); in s390_call__parse()
58 char *s = strchr(ops->raw, ','), *target, *endptr; in s390_mov__parse()
79 s = strchr(endptr, '<'); in s390_mov__parse()
82 endptr = strchr(s + 1, '>'); in s390_mov__parse()
112 if (strchr(name, 'j') || in s390__associate_ins_ops()
/tools/lib/api/fs/
A Dcgroup.c55 p = strchr(line, ' '); in cgroupfs_find_mountpoint()
61 p = strchr(p, ' '); in cgroupfs_find_mountpoint()
85 if (!strchr(" ,", p[-1]) || !strchr(" ,", p[strlen(subsys)])) in cgroupfs_find_mountpoint()
/tools/perf/arch/loongarch/annotate/
A Dinstructions.c17 c = strchr(ops->raw, '#'); in loongarch_call__parse()
23 name = strchr(endptr, '<'); in loongarch_call__parse()
27 strchr(name, arch->objdump.skip_functions_char)) in loongarch_call__parse()
30 tok = strchr(name, '>'); in loongarch_call__parse()
63 const char *c = strchr(ops->raw, '#'); in loongarch_jump__parse()
66 ops->jump.raw_comment = strchr(ops->raw, arch->objdump.comment_char); in loongarch_jump__parse()
67 ops->jump.raw_func_start = strchr(ops->raw, '<'); in loongarch_jump__parse()
/tools/perf/util/
A Dtime-utils.c81 d = strchr(start_str, ch); in split_start_end()
144 p = skip_spaces(strchr(p, ',') + 1); in perf_time__parse_strs()
185 c = strchr(str, '%'); in parse_percent()
231 p = strchr(str, '/'); in percent_slash_split()
302 p2 = strchr(p1, ','); in percent_comma_split()
372 c = strchr(ostr, '/'); in perf_time__percent_parse_str()
378 c = strchr(ostr, '-'); in perf_time__percent_parse_str()
384 c = strchr(ostr, '%'); in perf_time__percent_parse_str()
405 p2 = strchr(p1, ','); in perf_time__range_alloc()
467 bool has_percent = strchr(time_str, '%'); in perf_time__parse_for_ranges_reltime()
A Dcputopo.c60 p = strchr(buf, '\n'); in build_cpu_topology()
91 p = strchr(buf, '\n'); in build_cpu_topology()
121 p = strchr(buf, '\n'); in build_cpu_topology()
170 if (strchr(cpu_list, ',') || strchr(cpu_list, '-')) in cpu_topology__smt_on()
335 if (!strchr(buf, ':')) in load_numa_node()
360 p = strchr(buf, '\n'); in load_numa_node()
396 c = strchr(buf, '\n'); in numa_topology__new()
457 p = strchr(buf, '\n'); in load_hybrid_node()
A Dstring.c311 d = strchr(ret, '\\'); in strdup_esc()
321 p = strchr(s + 1, '\\'); in strdup_esc()
425 const char *loc = strchr(haystack, needle); in strreplace_chars()
431 loc = strchr(loc + 1, needle); in strreplace_chars()
439 loc = strchr(haystack, needle); in strreplace_chars()
453 loc = strchr(from, needle); in strreplace_chars()
A Dparse-sublevel-options.c21 vstr = strchr(s, '='); in parse_one_sublevel_option()
A Dunits.c15 char *s = strchr(str, i->tag); in parse_tag_value()
A Ddisasm.c277 name = strchr(endptr, '<'); in call__parse()
287 tok = strchr(name, '>'); in call__parse()
307 tok = strchr(endptr, '*'); in call__parse()
396 c = strchr(c, ','); in jump__parse()
454 c = strchr(ops->raw, ','); in jump__scnprintf()
458 const char *c2 = strchr(c + 1, ','); in jump__scnprintf()
505 name = strchr(endptr, '<'); in comment__symbol()
511 t = strchr(name, '>'); in comment__symbol()
624 if (strchr(ops->raw, '(')) { in mov__parse()
626 s = strchr(ops->raw, ')'); in mov__parse()
[all …]
A Dparse-regs-options.c43 p = strchr(s, ','); in __parse_regs()
A Dparse-events.h288 !!strchr(str, ':') && !strchr(str, '='))); in is_sdt_event()
/tools/perf/arch/arm64/annotate/
A Dinstructions.c17 char *s = strchr(ops->raw, ','), *target, *endptr; in arm64_mov__parse()
38 s = strchr(endptr, '<'); in arm64_mov__parse()
41 endptr = strchr(s + 1, '>'); in arm64_mov__parse()
/tools/perf/ui/tui/
A Dutil.c85 const char *sep = strchr(t, '\n'); in ui_browser__input_window()
88 sep = strchr(t, '\0'); in ui_browser__input_window()
175 const char *sep = strchr(t, '\n'); in __ui__info_window()
179 sep = strchr(t, '\0'); in __ui__info_window()
/tools/testing/selftests/net/tcp_ao/lib/
A Dproc.c61 column = strchr(line, ':'); in lookup_get_column()
75 while ((pos = strchr(pos, ' '))) { in netstat_read_type()
87 pos = strchr(line, ' ') + 1; in netstat_read_type()
96 const char *new_pos = strchr(pos, ' '); in netstat_read_type()
100 new_pos = strchr(pos, '\n'); in netstat_read_type()
/tools/testing/selftests/powerpc/benchmarks/
A Dnull_syscall.c85 p = strchr(line, ':'); in get_proc_frequency()
95 p = strchr(line, ':'); in get_proc_frequency()
/tools/perf/ui/browsers/
A Dheader.c107 for (pos = ptr, argc = 0; (pos = strchr(pos, '\n')) != NULL; pos++) in tui__header_window()
115 for (i = 1; (pos = strchr(pos, '\n')) != NULL; i++) { in tui__header_window()
/tools/perf/arch/x86/util/
A Dheader.c53 if (strchr(buffer, '$')) { in __get_cpuid()
83 while ((tmp = strchr(tmp, '-')) != NULL) { in is_full_cpuid()
/tools/perf/arch/s390/util/
A Dheader.c111 char *sep = strchr(cp, '='); in get_cpuid()
118 char *sep = strchr(cp, '='); in get_cpuid()
/tools/perf/ui/gtk/
A Dhelpline.c39 ptr = strchr(ui_helpline__current, '\n'); in gtk_helpline_show()
/tools/perf/arch/powerpc/util/
A Dheader.c37 if (strchr(buffer, '$')) { in get_cpuid()
/tools/testing/selftests/lsm/
A Dcommon.c46 path = strchr(value, '\n'); in read_proc_attr()
/tools/perf/
A Dbuiltin-config.c124 const char *last_dot = strchr(arg, '.'); in parse_config_arg()
139 *value = strchr(arg, '='); in parse_config_arg()
/tools/usb/usbip/libsrc/
A Dvhci_driver.c46 c = strchr(value, '\n'); in parse_status()
98 c = strchr(c, '\n'); in parse_status()
222 end = strchr(start, delim[part]); in read_record()
/tools/power/cpupower/utils/helpers/
A Dbitmask.c102 (sret == 2 && strchr(ok_next_chars, nextc) != NULL); in scan_was_ok()
108 q = strchr(q, sep); in nexttoken()
/tools/testing/selftests/arm64/fp/
A Dkernel-test.c139 c = strchr(buf, '\n'); in create_socket()
144 c = strchr(buf, ':'); in create_socket()

Completed in 33 milliseconds

12345