Home
last modified time | relevance | path

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

12

/linux-6.6.21/tools/perf/scripts/python/ !
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, (db["runtime_info"]["max_at"] - time_precision) * fix_csv_align
[all …]
/linux-6.6.21/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.6.21/scripts/ !
Dparse-maintainers.pl114 my $separator;
119 if (! defined $separator) {
120 $separator = "\n";
122 print $file $separator;
/linux-6.6.21/tools/perf/Documentation/ !
Dperf-mem.txt54 --field-separator=<separator>::
55 Specify the field separator used when dump raw samples (-D option). By default,
56 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-lock.txt207 --field-separator=<SEP>::
Dperf-report.txt224 --field-separator=::
225 Use a special separator character and don't pad with spaces, replacing
226 all occurrences of this separator in symbol names (and other output)
227 with a '.' character, that thus it's the only non valid separator.
/linux-6.6.21/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.6.21/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.6.21/scripts/dtc/ !
Ddt_to_config448 my $separator;
475 print "$separator", "$existing_config";
476 $separator = ", ";
478 print "$separator", "n";
479 $separator = ", ";
/linux-6.6.21/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.6.21/drivers/md/ !
Ddm-init.c88 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.6.21/drivers/of/ !
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()
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()
/linux-6.6.21/scripts/gdb/linux/ !
Dmodules.py94 separator=" " if first else ",",
/linux-6.6.21/lib/ !
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 …]
/linux-6.6.21/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.6.21/Documentation/core-api/ !
Dprintk-formats.rst294 certain separator. For larger buffers consider using
310 separators. The default byte separator is the colon (:).
314 separator.
482 The separator when using multiple arguments is ':'
544 The %pt[RT]s (space) will override ISO 8601 separator by using ' ' (space)
/linux-6.6.21/Documentation/bpf/libbpf/ !
Dprogram_types.rst13 with a '``/``' separator between ``type`` and ``extras``.
/linux-6.6.21/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.6.21/Documentation/fb/ !
Dmodedb.rst64 Options can also be passed after the mode, using commas as separator.
/linux-6.6.21/drivers/hid/ !
Dhid-core.c2585 struct hid_device *hdev_b, char separator) in hid_compare_device_paths() argument
2587 int n1 = strrchr(hdev_a->phys, separator) - hdev_a->phys; in hid_compare_device_paths()
2588 int n2 = strrchr(hdev_b->phys, separator) - hdev_b->phys; in hid_compare_device_paths()
/linux-6.6.21/Documentation/dev-tools/kunit/ !
Dstart.rst128 separator between the name of the test suite and the test case,
/linux-6.6.21/include/linux/ !
Dhid.h974 struct hid_device *hdev_b, char separator);
/linux-6.6.21/Documentation/dev-tools/ !
Dktap.rst116 separator.

12