| /linux-6.15/tools/perf/scripts/python/ |
| H A D | task-analyzer.py | 377 separator, 381 separator, 385 separator, 389 separator, 393 separator, 489 separator, len_max_at, decimal_precision 585 separator, fix_csv_align = _prepare_fmt_sep() 602 separator, fix_csv_align = _prepare_fmt_sep() 898 separator = " " 901 separator = ";" [all …]
|
| /linux-6.15/kernel/trace/ |
| H A D | trace_dynevent.c | 310 pr_err("String is too long: %s%c\n", arg->str, arg->separator); in dynevent_arg_add() 355 arg_pair->separator); in dynevent_arg_pair_add() 359 arg_pair->separator); in dynevent_arg_pair_add() 433 char separator) in dynevent_arg_init() argument 437 if (!separator) in dynevent_arg_init() 438 separator = ' '; in dynevent_arg_init() 439 arg->separator = separator; in dynevent_arg_init() 460 char operator, char separator) in dynevent_arg_pair_init() argument 468 if (!separator) in dynevent_arg_pair_init() 469 separator = ' '; in dynevent_arg_pair_init() [all …]
|
| H A D | trace_dynevent.h | 131 char separator; /* e.g. ';', ',', or nothing */ member 135 char separator); 144 char separator; /* e.g. ';', ',', or nothing */ member 148 char operator, char separator);
|
| /linux-6.15/scripts/ |
| H A D | parse-maintainers.pl | 114 my $separator; 119 if (! defined $separator) { 120 $separator = "\n"; 122 print $file $separator;
|
| /linux-6.15/arch/s390/kernel/ |
| H A D | dis.c | 434 char separator; in print_insn() local 447 separator = 0; in print_insn() 455 value == 0 && separator == '(') { in print_insn() 456 separator = ','; in print_insn() 459 if (separator) in print_insn() 460 ptr += sprintf(ptr, "%c", separator); in print_insn() 480 separator = '('; in print_insn() 483 separator = ','; in print_insn() 485 separator = ','; in print_insn()
|
| /linux-6.15/drivers/acpi/acpica/ |
| H A D | exconvrt.c | 393 u8 separator = ','; in acpi_ex_convert_to_string() local 520 separator = ' '; in acpi_ex_convert_to_string() 534 separator = ','; in acpi_ex_convert_to_string() 579 *new_buf++ = separator; in acpi_ex_convert_to_string()
|
| /linux-6.15/sound/soc/sof/intel/ |
| H A D | telemetry.c | 36 if (telemetry_data->separator != XTENSA_CORE_DUMP_SEPARATOR) { in sof_ipc4_intel_dump_telemetry_state() 38 telemetry_data->separator); in sof_ipc4_intel_dump_telemetry_state()
|
| /linux-6.15/tools/perf/Documentation/ |
| H A D | perf-mem.txt | 124 --field-separator=<separator>:: 125 Specify the field separator used when dump raw samples (-D option). By default, 126 The separator is the space character.
|
| H A D | perf-diff.txt | 65 --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'.
|
| H A D | perf-lock.txt | 208 --field-separator=<SEP>::
|
| H A D | perf-report.txt | 252 --field-separator=:: 253 Use a special separator character and don't pad with spaces, replacing 254 all occurrences of this separator in symbol names (and other output) 255 with a '.' character, that thus it's the only non valid separator.
|
| /linux-6.15/scripts/dtc/ |
| H A D | dt_to_config | 448 my $separator; 475 print "$separator", "$existing_config"; 476 $separator = ", "; 478 print "$separator", "n"; 479 $separator = ", ";
|
| /linux-6.15/tools/testing/selftests/powerpc/mm/ |
| H A D | tlbie_test.c | 264 char separator[2] = "/"; in start_verification_log() local 270 strcat(path, separator); in start_verification_log() 312 char separator[] = "/"; in end_verification_log() local 318 strcat(path, separator); in end_verification_log()
|
| /linux-6.15/sound/soc/sof/ |
| H A D | ipc4-telemetry.h | 66 u32 separator; member
|
| /linux-6.15/drivers/of/ |
| H A D | base.c | 875 const char *separator = strchr(path, ':'); in __of_find_node_by_full_path() local 884 if (separator && separator < path) in __of_find_node_by_full_path() 913 const char *separator = strchr(path, ':'); in of_find_node_opts_by_path() local 916 *opts = separator ? separator + 1 : NULL; in of_find_node_opts_by_path() 926 if (separator && separator < p) in of_find_node_opts_by_path() 927 p = separator; in of_find_node_opts_by_path()
|
| /linux-6.15/drivers/md/ |
| H A D | dm-init.c | 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()
|
| /linux-6.15/scripts/gdb/linux/ |
| H A D | modules.py | 97 separator=" " if first else ",",
|
| /linux-6.15/lib/ |
| H A D | vsprintf.c | 1177 char separator; in hex_string() local 1188 separator = ':'; in hex_string() 1191 separator = '-'; in hex_string() 1194 separator = 0; in hex_string() 1197 separator = ' '; in hex_string() 1212 if (separator && i != len - 1) { in hex_string() 1214 *buf = separator; in hex_string() 1303 char separator; in mac_address_string() local 1311 separator = '-'; in mac_address_string() 1319 separator = ':'; in mac_address_string() [all …]
|
| /linux-6.15/Documentation/locking/ |
| H A D | lockstat.rst | 143 short separator (line 08, 13) from the contention points. 151 short separator. The contention points don't match the column descriptors,
|
| /linux-6.15/Documentation/core-api/ |
| H A D | printk-formats.rst | 312 certain separator. For larger buffers consider using 328 separators. The default byte separator is the colon (:). 332 separator. 500 The separator when using multiple arguments is ':' 562 The %pt[RT]s (space) will override ISO 8601 separator by using ' ' (space)
|
| /linux-6.15/drivers/md/dm-vdo/ |
| H A D | dm-vdo-target.c | 263 static int split_string(const char *string, char separator, char ***substring_array_ptr) in split_string() argument 272 if (*s == separator) in split_string() 282 if (*s == separator) { in split_string() 324 static int join_strings(char **substring_array, size_t array_length, char separator, in join_strings() argument 345 *current_position = separator; in join_strings()
|
| /linux-6.15/tools/bpf/ |
| H A D | bpf_dbg.c | 1006 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.15/Documentation/bpf/libbpf/ |
| H A D | program_types.rst | 13 with a '``/``' separator between ``type`` and ``extras``.
|
| /linux-6.15/Documentation/fb/ |
| H A D | modedb.rst | 64 Options can also be passed after the mode, using commas as separator.
|
| /linux-6.15/drivers/hid/ |
| H A D | hid-core.c | 2656 struct hid_device *hdev_b, char separator) in hid_compare_device_paths() argument 2658 int n1 = strrchr(hdev_a->phys, separator) - hdev_a->phys; in hid_compare_device_paths() 2659 int n2 = strrchr(hdev_b->phys, separator) - hdev_b->phys; in hid_compare_device_paths()
|