Home
last modified time | relevance | path

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

/tools/perf/Documentation/
Dperf-mem.txt41 --field-separator::
42 Specify the field separator used when dump raw samples (-D option). By default,
43 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.
208 behind ':' separator like '-c wdiff:1,2'.
Dperf-report.txt188 --field-separator=::
189 Use a special separator character and don't pad with spaces, replacing
190 all occurrences of this separator in symbol names (and other output)
191 with a '.' character, that thus it's the only non valid separator.
Dperf-stat.txt109 --field-separator SEP::
/tools/net/
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()