Home
last modified time | relevance | path

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

12

/tools/perf/util/
Ddata-convert-json.c73 static void output_json_delimiters(FILE *out, bool comma, int depth) in output_json_delimiters() argument
77 if (comma) in output_json_delimiters()
86 static void output_json_format(FILE *out, bool comma, int depth, const char *format, ...) in output_json_format() argument
90 output_json_delimiters(out, comma, depth); in output_json_format()
97 static void output_json_key_string(FILE *out, bool comma, int depth, in output_json_key_string() argument
100 output_json_delimiters(out, comma, depth); in output_json_key_string()
108 static void output_json_key_format(FILE *out, bool comma, int depth, in output_json_key_format() argument
113 output_json_delimiters(out, comma, depth); in output_json_key_format()
Devlist.c1998 char *comma = NULL, *endptr = NULL; in evlist__parse_control() local
2009 comma = strchr(str, ','); in evlist__parse_control()
2010 if (comma) { in evlist__parse_control()
2011 if (endptr != comma) in evlist__parse_control()
2014 *ctl_fd_ack = strtoul(comma + 1, &endptr, 0); in evlist__parse_control()
2015 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-lock.txt151 provided as a comma-separated list with no space: 0,1. Ranges of CPUs
156 Record events on existing process ID (comma separated list).
159 Record events on existing thread ID (comma separated list).
187 Show lock contention only for given lock types (comma separated list).
198 Show lock contention only for given lock addresses or names (comma separated list).
216 Show lock contention only in the given cgroups (comma separated list).
Dperf-sched.txt135 task names with a comma (without whitespace). The sched-out
161 Only show events for the given CPU(s) (comma separated list).
165 Only show events for given process ID (comma separated list).
169 Only show events for given thread ID (comma separated list).
220 provided as a comma-separated list with no spaces: 0,120. Ranges of
Dperf-kwork.txt88 Only show events for the given CPU(s) (comma separated list).
122 Only show events for the given CPU(s) (comma separated list).
148 Only show events for the given CPU(s) (comma separated list).
191 Only show events for the given CPU(s) (comma separated list).
Dperf-test.txt28 Tests to skip (comma separated numeric list).
Dperf-ftrace.txt36 Trace on existing process id (comma separated list).
39 Trace on existing thread id (comma separated list).
51 be provided as a comma separated list with no space like: 0,1.
Dperf-iostat.txt71 3. Collect metrics for comma-separated list of PCIe root ports:
Dperf-check.txt34 name/macro, or multiple features can also be passed as a comma-separated
Dperf-record.txt166 Multiple filters can be separated with space or comma.
175 filters can be separated with comma. For example,
232 Record events on existing process ID (comma separated list).
236 Record events on existing thread ID (comma separated list).
278 By adding a comma, an additional parameter with the same
312 User can change the size by passing the size after comma like
317 by default. User can change the number by passing it after comma
374 comma-separated list with no space: 0,1. Ranges of CPUs are specified with -: 0-2.
460 The various filters must be specified as a comma separated list: --branch-filter any_ret,u,k
498 --intr-regs=\?. To name registers, pass a comma separated list such as
[all …]
Dperf-kvm.txt108 Analyze events only for given process ID(s) (comma separated list).
128 Analyze events only for given process ID(s) (comma separated list).
Dperf-top.txt31 comma-separated list with no space: 0,1. Ranges of CPUs are specified with -: 0-2.
91 Profile events on existing Process ID (comma separated list).
95 Profile events on existing thread ID (comma separated list).
258 The various filters must be specified as a comma separated list: --branch-filter any_ret,u,k
391 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-stat.txt74 stat events on existing process id (comma separated list)
78 stat events on existing thread id (comma separated list)
82 stat events on existing bpf program id (comma separated list),
116 option using the comma separator. Hardware events and generic hardware
150 comma-separated list with no space: 0,1. Ranges of CPUs are specified with -: 0-2.
207 by comma). It also support regex patterns to match multiple groups. This has same
423 Print metrics or metricgroups specified in a comma separated list.
Dperf-script.txt311 be provided as a comma-separated list with no space: 0,1. Ranges of
321 Only show events for given process ID (comma separated list).
324 Only show events for given thread ID (comma separated list).
499 itrace. Multiple functions can be separated by comma.
Dperf-inject.txt36 Override build-ids to inject using these comma-separated pairs of
Dperf-mem.txt82 comma-separated list with no space: 0,1. Ranges of CPUs are specified with -
Dperf-bench.txt129 Names of cgroups for sender and receiver, separated by a comma.
Dperf-annotate.txt100 be provided as a comma-separated list with no space: 0,1. Ranges of
/tools/build/
DBuild.include13 comma := ,
27 # contain a comma
28 depfile = $(subst $(comma),_,$(dot-target).d)
/tools/perf/
Dbuiltin-list.c92 bool comma = false; in wordwrap() local
96 const char *sep = comma ? "," : " "; in wordwrap()
99 fprintf(fp, comma ? ",\n%*s" : "\n%*s", start, ""); in wordwrap()
109 comma = s[0] == ','; in wordwrap()
/tools/testing/selftests/kvm/
DMakefile278 $(CC) -Werror -Wl$(comma)--s390-pgste -x c - -o "$$TMP",-Wl$(comma)--s390-pgste)
/tools/testing/selftests/nolibc/
Dnolibc-test.c1505 char *comma, *colon, *dash, *value; in main() local
1508 comma = strchr(test, ','); in main()
1509 if (comma) in main()
1510 *(comma++) = '\0'; in main()
1558 test = comma; in main()

12