Home
last modified time | relevance | path

Searched refs:separator (Results 1 – 25 of 33) sorted by relevance

12

/linux-6.1.9/kernel/trace/
Dtrace_dynevent.c303 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()
350 arg_pair->separator); in dynevent_arg_pair_add()
354 arg_pair->separator); in dynevent_arg_pair_add()
428 char separator) in dynevent_arg_init() argument
432 if (!separator) in dynevent_arg_init()
433 separator = ' '; in dynevent_arg_init()
434 arg->separator = separator; in dynevent_arg_init()
455 char operator, char separator) in dynevent_arg_pair_init() argument
463 if (!separator) in dynevent_arg_pair_init()
[all …]
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);
/linux-6.1.9/scripts/
Dparse-maintainers.pl114 my $separator;
119 if (! defined $separator) {
120 $separator = "\n";
122 print $file $separator;
/linux-6.1.9/tools/perf/Documentation/
Dperf-mem.txt49 --field-separator=<separator>::
50 Specify the field separator used when dump raw samples (-D option). By default,
51 The separator is the space character.
Dperf-diff.txt65 --field-separator=::
67 Use a special separator character and don't pad with spaces, replacing
68 all occurrences of this separator in symbol names (and other output)
69 with a '.' character, that thus it's the only non valid separator.
289 behind ':' separator like '-c wdiff:1,2'.
Dperf-report.txt221 --field-separator=::
222 Use a special separator character and don't pad with spaces, replacing
223 all occurrences of this separator in symbol names (and other output)
224 with a '.' character, that thus it's the only non valid separator.
Dperf-stat.txt116 option using the comma separator. Hardware events and generic hardware
170 --field-separator SEP::
Dperf-top.txt350 option using the comma separator. Hardware events and generic hardware
/linux-6.1.9/arch/s390/kernel/
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()
/linux-6.1.9/drivers/acpi/acpica/
Dexconvrt.c381 u8 separator = ','; in acpi_ex_convert_to_string() local
478 separator = ' '; in acpi_ex_convert_to_string()
491 separator = ','; in acpi_ex_convert_to_string()
535 *new_buf++ = separator; in acpi_ex_convert_to_string()
/linux-6.1.9/scripts/dtc/
Ddt_to_config448 my $separator;
475 print "$separator", "$existing_config";
476 $separator = ", ";
478 print "$separator", "n";
479 $separator = ", ";
/linux-6.1.9/tools/testing/selftests/powerpc/mm/
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()
/linux-6.1.9/drivers/md/
Ddm-init.c83 static char __init *str_field_delimit(char **str, char separator) in str_field_delimit() argument
89 s = strchr(*str, separator); in str_field_delimit()
/linux-6.1.9/scripts/gdb/linux/
Dmodules.py88 separator=" " if first else ",",
/linux-6.1.9/drivers/of/
Dbase.c928 const char *separator = strchr(path, ':'); in __of_find_node_by_full_path() local
937 if (separator && separator < path) in __of_find_node_by_full_path()
966 const char *separator = strchr(path, ':'); in of_find_node_opts_by_path() local
969 *opts = separator ? separator + 1 : NULL; in of_find_node_opts_by_path()
977 const char *p = separator; in of_find_node_opts_by_path()
/linux-6.1.9/lib/
Dvsprintf.c1151 char separator; in hex_string() local
1162 separator = ':'; in hex_string()
1165 separator = '-'; in hex_string()
1168 separator = 0; in hex_string()
1171 separator = ' '; in hex_string()
1186 if (separator && i != len - 1) { in hex_string()
1188 *buf = separator; in hex_string()
1277 char separator; in mac_address_string() local
1285 separator = '-'; in mac_address_string()
1293 separator = ':'; in mac_address_string()
[all …]
/linux-6.1.9/Documentation/locking/
Dlockstat.rst143 short separator (line 08, 13) from the contention points.
151 short separator. The contention points don't match the column descriptors,
/linux-6.1.9/Documentation/core-api/
Dprintk-formats.rst293 certain separator. For larger buffers consider using
309 separators. The default byte separator is the colon (:).
313 separator.
481 The separator when using multiple arguments is ':'
543 The %pt[RT]s (space) will override ISO 8601 separator by using ' ' (space)
/linux-6.1.9/tools/bpf/
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()
/linux-6.1.9/Documentation/fb/
Dmodedb.rst56 Options can also be passed after the mode, using commas as separator.
/linux-6.1.9/drivers/hid/
Dhid-core.c2548 struct hid_device *hdev_b, char separator) in hid_compare_device_paths() argument
2550 int n1 = strrchr(hdev_a->phys, separator) - hdev_a->phys; in hid_compare_device_paths()
2551 int n2 = strrchr(hdev_b->phys, separator) - hdev_b->phys; in hid_compare_device_paths()
/linux-6.1.9/Documentation/dev-tools/kunit/
Dstart.rst128 separator between the name of the test suite and the test case,
/linux-6.1.9/include/linux/
Dhid.h950 struct hid_device *hdev_b, char separator);
/linux-6.1.9/Documentation/dev-tools/
Dktap.rst116 separator.
/linux-6.1.9/Documentation/trace/
Devents.rst1035 optional sanity-checking function or separator appended to the end of
1055 to add an operator between the pair (here none) and a separator to be

12