Home
last modified time | relevance | path

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

12

/linux/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, (db["runtime_info"]["max_at"] - time_precision) * fix_csv_align
[all …]
/linux/kernel/trace/
H A Dtrace_dynevent.c319 ret = seq_buf_printf(&cmd->seq, " %s%c", arg->str, arg->separator); in dynevent_arg_add()
321 pr_err("String is too long: %s%c\n", arg->str, arg->separator); in dynevent_arg_add()
366 arg_pair->separator); in dynevent_arg_pair_add()
370 arg_pair->separator); in dynevent_arg_pair_add()
444 char separator) in dynevent_arg_init() argument
448 if (!separator) in dynevent_arg_init()
449 separator = ' '; in dynevent_arg_init()
450 arg->separator = separator; in dynevent_arg_init()
471 char operator, char separator) in dynevent_arg_pair_init() argument
479 if (!separator) in dynevent_arg_pair_init()
[all …]
H A Dtrace_dynevent.h131 char separator; /* e.g. ';', ',', or nothing */ member
135 char separator);
144 char separator; /* e.g. ';', ',', or nothing */ member
148 char operator, char separator);
/linux/scripts/
H A Dparse-maintainers.pl114 my $separator;
119 if (! defined $separator) {
120 $separator = "\n";
122 print $file $separator;
H A Dspelling.txt1467 seperator||separator
/linux/drivers/acpi/acpica/
H A Dexconvrt.c393 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/sound/soc/sof/intel/
H A Dtelemetry.c36 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/sound/soc/sof/
H A Dipc4-telemetry.h66 u32 separator; member
/linux/tools/perf/Documentation/
H A Dperf-mem.txt149 --field-separator=<separator>::
150 Specify the field separator used when dump raw samples (-D option). By default,
151 The separator is the space character.
H A 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.
292 behind ':' separator like '-c wdiff:1,2'.
H A Dperf-report.txt257 --field-separator=::
258 Use a special separator character and don't pad with spaces, replacing
259 all occurrences of this separator in symbol names (and other output)
260 with a '.' character, that thus it's the only non valid separator.
H A Dperf-lock.txt208 --field-separator=<SEP>::
H A Dperf-stat.txt116 option using the comma separator. Hardware events and generic hardware
170 --field-separator SEP::
H A Dperf-top.txt391 option using the comma separator. Hardware events and generic hardware
/linux/scripts/gdb/linux/
H A Dmodules.py97 separator=" " if first else ",",
/linux/Documentation/locking/
H A Dlockstat.rst143 short separator (line 08, 13) from the contention points.
151 short separator. The contention points don't match the column descriptors,
/linux/Documentation/core-api/
H A Dprintk-formats.rst312 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 ':'
564 The %pt[RT]s (space) will override ISO 8601 separator by using ' ' (space)
/linux/rust/syn/
H A Dparse.rs739 separator: P, in parse_terminated()
745 let _ = separator; in parse_terminated()
/linux/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()
/linux/Documentation/fb/
H A Dmodedb.rst64 Options can also be passed after the mode, using commas as separator.
/linux/Documentation/dev-tools/kunit/
H A Dstart.rst128 separator between the name of the test suite and the test case,
/linux/drivers/hid/
H A Dhid-core.c2735 struct hid_device *hdev_b, char separator) in hid_compare_device_paths() argument
2737 int n1 = strrchr(hdev_a->phys, separator) - hdev_a->phys; in hid_compare_device_paths()
2738 int n2 = strrchr(hdev_b->phys, separator) - hdev_b->phys; in hid_compare_device_paths()
/linux/include/linux/
H A Dhid.h1063 struct hid_device *hdev_b, char separator);
/linux/Documentation/admin-guide/cifs/
H A Dusage.rst403 the comma as the separator between the mount
408 could be passed instead with period as the separator by::
/linux/Documentation/arch/m68k/
H A Dkernel-options.rst125 written in hex, with no prefix and no separator between. E.g., if you

12