Home
last modified time | relevance | path

Searched refs:separator (Results 1 - 25 of 34) sorted by relevance

12

/kernel/linux/linux-6.6/tools/perf/scripts/python/
H A Dtask-analyzer.py350 separator, fix_csv_align = _prepare_fmt_sep()
353 fmt += "{}{{:>{}}}".format(separator, db["task_info"]["tid"] * fix_csv_align)
354 fmt += "{}{{:>{}}}".format(separator, db["task_info"]["comm"] * fix_csv_align)
355 fmt += "{}{{:>{}}}".format(separator, db["runtime_info"]["runs"] * fix_csv_align)
356 fmt += "{}{{:>{}}}".format(separator, db["runtime_info"]["acc"] * fix_csv_align)
357 fmt += "{}{{:>{}}}".format(separator, db["runtime_info"]["mean"] * fix_csv_align)
359 separator, db["runtime_info"]["median"] * fix_csv_align
362 separator, (db["runtime_info"]["min"] - decimal_precision) * fix_csv_align
365 separator, (db["runtime_info"]["max"] - decimal_precision) * fix_csv_align
368 separator, (d
[all...]
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_dynevent.c236 * appended to the current cmd string, followed by a separator, if
241 * The cmd string and separator should be set using the
259 ret = seq_buf_printf(&cmd->seq, " %s%c", arg->str, arg->separator); in dynevent_arg_add()
261 pr_err("String is too long: %s%c\n", arg->str, arg->separator); in dynevent_arg_add()
277 * followed by a separator, if applicable. This can be used to add
282 * followed finally by a separator, if applicable. Before the
286 * The cmd strings, operator, and separator should be set using the
306 arg_pair->separator); in dynevent_arg_pair_add()
310 arg_pair->separator); in dynevent_arg_pair_add()
374 * @separator
383 dynevent_arg_init(struct dynevent_arg *arg, char separator) dynevent_arg_init() argument
410 dynevent_arg_pair_init(struct dynevent_arg_pair *arg_pair, char operator, char separator) dynevent_arg_pair_init() argument
[all...]
H A Dtrace_dynevent.h128 char separator; /* e.g. ';', ',', or nothing */ member
132 char separator);
141 char separator; /* e.g. ';', ',', or nothing */ member
145 char operator, char separator);
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_dynevent.c280 * appended to the current cmd string, followed by a separator, if
285 * The cmd string and separator should be set using the
303 ret = seq_buf_printf(&cmd->seq, " %s%c", arg->str, arg->separator); in dynevent_arg_add()
305 pr_err("String is too long: %s%c\n", arg->str, arg->separator); in dynevent_arg_add()
321 * followed by a separator, if applicable. This can be used to add
326 * followed finally by a separator, if applicable. Before the
330 * The cmd strings, operator, and separator should be set using the
350 arg_pair->separator); in dynevent_arg_pair_add()
354 arg_pair->separator); in dynevent_arg_pair_add()
418 * @separator
427 dynevent_arg_init(struct dynevent_arg *arg, char separator) dynevent_arg_init() argument
454 dynevent_arg_pair_init(struct dynevent_arg_pair *arg_pair, char operator, char separator) dynevent_arg_pair_init() argument
[all...]
H A Dtrace_dynevent.h130 char separator; /* e.g. ';', ',', or nothing */ member
134 char separator);
143 char separator; /* e.g. ';', ',', or nothing */ member
147 char operator, char separator);
/kernel/linux/linux-5.10/scripts/
H A Dparse-maintainers.pl114 my $separator;
119 if (! defined $separator) {
120 $separator = "\n";
122 print $file $separator;
/kernel/linux/linux-6.6/scripts/
H A Dparse-maintainers.pl114 my $separator;
119 if (! defined $separator) {
120 $separator = "\n";
122 print $file $separator;
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Dexconvrt.c381 u8 separator = ','; in acpi_ex_convert_to_string() local
441 /* Setup string length, base, and separator */ in acpi_ex_convert_to_string()
455 * are variable length (include separator for each) in acpi_ex_convert_to_string()
478 separator = ' '; in acpi_ex_convert_to_string()
491 separator = ','; in acpi_ex_convert_to_string()
501 * (-1 because of extra separator included in string_length from above) in acpi_ex_convert_to_string()
535 *new_buf++ = separator; in acpi_ex_convert_to_string()
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Dexconvrt.c381 u8 separator = ','; in acpi_ex_convert_to_string() local
441 /* Setup string length, base, and separator */ in acpi_ex_convert_to_string()
455 * are variable length (include separator for each) in acpi_ex_convert_to_string()
478 separator = ' '; in acpi_ex_convert_to_string()
491 separator = ','; in acpi_ex_convert_to_string()
501 * (-1 because of extra separator included in string_length from above) in acpi_ex_convert_to_string()
535 *new_buf++ = separator; in acpi_ex_convert_to_string()
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Ddis.c427 char separator; in print_insn() local
440 separator = 0; in print_insn()
448 value == 0 && separator == '(') { in print_insn()
449 separator = ','; in print_insn()
452 if (separator) in print_insn()
453 ptr += sprintf(ptr, "%c", separator); in print_insn()
473 separator = '('; in print_insn()
476 separator = ','; in print_insn()
478 separator = ','; in print_insn()
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Ddis.c430 char separator; in print_insn() local
443 separator = 0; in print_insn()
451 value == 0 && separator == '(') { in print_insn()
452 separator = ','; in print_insn()
455 if (separator) in print_insn()
456 ptr += sprintf(ptr, "%c", separator); in print_insn()
476 separator = '('; in print_insn()
479 separator = ','; in print_insn()
481 separator = ','; in print_insn()
/kernel/linux/linux-5.10/scripts/dtc/
H A Ddt_to_config448 my $separator;
475 print "$separator", "$existing_config";
476 $separator = ", ";
478 print "$separator", "n";
479 $separator = ", ";
/kernel/linux/linux-6.6/scripts/dtc/
H A Ddt_to_config448 my $separator;
475 print "$separator", "$existing_config";
476 $separator = ", ";
478 print "$separator", "n";
479 $separator = ", ";
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/mm/
H A Dtlbie_test.c265 char separator[2] = "/"; in start_verification_log() local
271 strcat(path, separator); in start_verification_log()
313 char separator[] = "/"; in end_verification_log() local
324 strcat(path, separator); in end_verification_log()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/mm/
H A Dtlbie_test.c264 char separator[2] = "/"; in start_verification_log() local
270 strcat(path, separator); in start_verification_log()
312 char separator[] = "/"; in end_verification_log() local
323 strcat(path, separator); in end_verification_log()
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-init.c75 * str_field_delimit - delimit a string based on a separator char.
77 * @separator: char that delimits the field
79 * Find a @separator and replace it by '\0'.
81 * Return the remainder string after the @separator.
83 static char __init *str_field_delimit(char **str, char separator) in str_field_delimit() argument
89 s = strchr(*str, separator); in str_field_delimit()
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-init.c80 * str_field_delimit - delimit a string based on a separator char.
82 * @separator: char that delimits the field
84 * Find a @separator and replace it by '\0'.
86 * Return the remainder string after the @separator.
88 static char __init *str_field_delimit(char **str, char separator) in str_field_delimit() argument
94 s = strchr(*str, separator); in str_field_delimit()
/kernel/linux/linux-5.10/drivers/of/
H A Dbase.c880 const char *separator = strchr(path, ':'); in __of_find_node_by_full_path() local
889 if (separator && separator < path) in __of_find_node_by_full_path()
903 * a ':' separator.
918 const char *separator = strchr(path, ':'); in of_find_node_opts_by_path() local
921 *opts = separator ? separator + 1 : NULL; in of_find_node_opts_by_path()
929 const char *p = separator; in of_find_node_opts_by_path()
/kernel/linux/linux-6.6/drivers/of/
H A Dbase.c742 const char *separator = strchr(path, ':'); in __of_find_node_by_full_path() local
751 if (separator && separator < path) in __of_find_node_by_full_path()
765 * a ':' separator.
780 const char *separator = strchr(path, ':'); in of_find_node_opts_by_path() local
783 *opts = separator ? separator + 1 : NULL; in of_find_node_opts_by_path()
791 const char *p = separator; in of_find_node_opts_by_path()
/kernel/linux/linux-5.10/scripts/gdb/linux/
H A Dmodules.py87 gdb.write("{separator}{name}".format(
88 separator=" " if first else ",",
/kernel/linux/linux-5.10/lib/
H A Dvsprintf.c1147 char separator; in hex_string() local
1158 separator = ':'; in hex_string()
1161 separator = '-'; in hex_string()
1164 separator = 0; in hex_string()
1167 separator = ' '; in hex_string()
1182 if (separator && i != len - 1) { in hex_string()
1184 *buf = separator; in hex_string()
1283 char separator; in mac_address_string() local
1291 separator = '-'; in mac_address_string()
1299 separator in mac_address_string()
[all...]
/kernel/linux/linux-6.6/lib/
H A Dvsprintf.c1148 char separator; in hex_string() local
1159 separator = ':'; in hex_string()
1162 separator = '-'; in hex_string()
1165 separator = 0; in hex_string()
1168 separator = ' '; in hex_string()
1183 if (separator && i != len - 1) { in hex_string()
1185 *buf = separator; in hex_string()
1274 char separator; in mac_address_string() local
1282 separator = '-'; in mac_address_string()
1290 separator in mac_address_string()
[all...]
/kernel/linux/linux-6.6/scripts/gdb/linux/
H A Dmodules.py93 gdb.write("{separator}{name}".format(
94 separator=" " if first else ",",
/kernel/liteos_m/components/shell/src/cmds/
H A Dvfs_shellcmd.c518 /* The separator and EOF for a directory fullpath: '/'and '\0' */
708 CHAR separator[] = "/"; in OsWildcardExtractDirectory() local
759 ret = strcat_s(src, sizeof(src), separator); in OsWildcardExtractDirectory()
785 ret = strcat_s(src, sizeof(src), separator); in OsWildcardExtractDirectory()
/kernel/linux/linux-5.10/tools/bpf/
H A Dbpf_dbg.c1006 char sp, *token, separator = ','; in cmd_load_bpf() local
1014 sp != separator || bpf_len > BPF_MAXINSNS || bpf_len == 0) { in cmd_load_bpf()
1020 while ((token = strchr(token, separator)) && (++token)[0]) { in cmd_load_bpf()

Completed in 38 milliseconds

12