Home
last modified time | relevance | path

Searched refs:comma (Results 1 – 22 of 22) sorted by relevance

/tools/perf/util/
Ddata-convert-json.c69 static void output_json_delimiters(FILE *out, bool comma, int depth) in output_json_delimiters() argument
73 if (comma) in output_json_delimiters()
82 static void output_json_format(FILE *out, bool comma, int depth, const char *format, ...) in output_json_format() argument
86 output_json_delimiters(out, comma, depth); in output_json_format()
93 static void output_json_key_string(FILE *out, bool comma, int depth, in output_json_key_string() argument
96 output_json_delimiters(out, comma, depth); in output_json_key_string()
104 static void output_json_key_format(FILE *out, bool comma, int depth, in output_json_key_format() argument
109 output_json_delimiters(out, comma, depth); in output_json_key_format()
Devlist.c1842 char *comma = NULL, *endptr = NULL; in evlist__parse_control() local
1853 comma = strchr(str, ','); in evlist__parse_control()
1854 if (comma) { in evlist__parse_control()
1855 if (endptr != comma) in evlist__parse_control()
1858 *ctl_fd_ack = strtoul(comma + 1, &endptr, 0); in evlist__parse_control()
1859 if (endptr == comma + 1 || *endptr != '\0') in evlist__parse_control()
/tools/bootconfig/samples/
Dbad-array.bconf1 # Array must be comma separated.
/tools/perf/Documentation/
Dperf-ftrace.txt41 Trace on existing process id (comma separated list).
44 Trace on existing thread id (comma separated list).
60 be provided as a comma separated list with no space like: 0,1.
Dperf-test.txt28 Tests to skip (comma separated numeric list).
Dperf-sched.txt115 Only show events for the given CPU(s) (comma separated list).
119 Only show events for given process ID (comma separated list).
123 Only show events for given thread ID (comma separated list).
Dperf-iostat.txt71 3. Collect metrics for comma-separated list of PCIe root ports:
Dperf-top.txt31 comma-separated list with no space: 0,1. Ranges of CPUs are specified with -: 0-2.
89 Profile events on existing Process ID (comma separated list).
93 Profile events on existing thread ID (comma separated list).
250 The various filters must be specified as a comma separated list: --branch-filter any_ret,u,k
349 option using the comma separator. Hardware events and generic hardware
Dperf-stat.txt72 stat events on existing process id (comma separated list)
76 stat events on existing thread id (comma separated list)
80 stat events on existing bpf program id (comma separated list),
114 option using the comma separator. Hardware events and generic hardware
148 comma-separated list with no space: 0,1. Ranges of CPUs are specified with -: 0-2.
205 by comma). It also support regex patterns to match multiple groups. This has same
385 Print metrics or metricgroups specified in a comma separated list.
Dperf-kvm.txt115 Analyze events only for given process ID(s) (comma separated list).
135 Analyze events only for given process ID(s) (comma separated list).
Dperf-mem.txt56 comma-separated list with no space: 0,1. Ranges of CPUs are specified with -: 0-2. Default
Dperf-record.txt175 Multiple filters can be separated with space or comma.
190 Record events on existing process ID (comma separated list).
194 Record events on existing thread ID (comma separated list).
236 Also, by adding a comma, the number of mmap pages for AUX
273 User can change the size by passing the size after comma like
325 comma-separated list with no space: 0,1. Ranges of CPUs are specified with -: 0-2.
395 The various filters must be specified as a comma separated list: --branch-filter any_ret,u,k
430 --intr-regs=\?. To name registers, pass a comma separated list such as
637 option using the comma separator. Hardware events and generic hardware
Dperf-diff.txt175 be provided as a comma-separated list with no space: 0,1. Ranges of
180 Only diff samples for given process ID (comma separated list).
183 Only diff samples for given thread ID (comma separated list).
Dperf-trace.txt61 Record events on existing process ID (comma separated list).
65 Record events on existing thread ID (comma separated list).
97 Filter out events for these pids and for 'trace' itself (comma separated list).
115 comma-separated list with no space: 0,1. Ranges of CPUs are specified with -: 0-2.
Dperf-annotate.txt100 be provided as a comma-separated list with no space: 0,1. Ranges of
Dperf-script.txt289 be provided as a comma-separated list with no space: 0,1. Ranges of
299 Only show events for given process ID (comma separated list).
302 Only show events for given thread ID (comma separated list).
473 itrace. Multiple functions can be separated by comma.
Dperf-report.txt49 Only show events for given process ID (comma separated list).
52 Only show events for given thread ID (comma separated list).
343 be provided as a comma-separated list with no space: 0,1. Ranges of
Dperf-config.txt171 foreground and background colors, separated by a comma, for example:
Dperf-intel-pt.txt592 is specified by the optional addition of a comma and the value.
/tools/build/
DBuild.include13 comma := ,
27 # contain a comma
28 depfile = $(subst $(comma),_,$(dot-target).d)
/tools/testing/selftests/kvm/
DMakefile137 $(CC) -Werror -Wl$(comma)--s390-pgste -x c - -o "$$TMP",-Wl$(comma)--s390-pgste)
/tools/power/x86/turbostat/
Dturbostat.c748 char *comma; in bic_lookup() local
750 comma = strchr(name_list, ','); in bic_lookup()
752 if (comma) in bic_lookup()
753 *comma = '\0'; in bic_lookup()
792 name_list = comma; in bic_lookup()