Home
last modified time | relevance | path

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

12

/tools/perf/util/
A 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()
A Devlist.c1939 char *comma = NULL, *endptr = NULL; in evlist__parse_control() local
1950 comma = strchr(str, ','); in evlist__parse_control()
1951 if (comma) { in evlist__parse_control()
1952 if (endptr != comma) in evlist__parse_control()
1955 *ctl_fd_ack = strtoul(comma + 1, &endptr, 0); in evlist__parse_control()
1956 if (endptr == comma + 1 || *endptr != '\0') in evlist__parse_control()
/tools/bootconfig/samples/
A Dbad-array.bconf1 # Array must be comma separated.
/tools/perf/Documentation/
A 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).
188 Show lock contention only for given lock types (comma separated list).
199 Show lock contention only for given lock addresses or names (comma separated list).
217 Show lock contention only in the given cgroups (comma separated list).
A 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).
A 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
A Dperf-check.txt34 name/macro, or multiple features can also be passed as a comma-separated
A Dperf-iostat.txt71 3. Collect metrics for comma-separated list of PCIe root ports:
A Dperf-test.txt28 Tests to skip (comma separated numeric list).
A 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.
A 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).
A 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
A Dperf-record.txt170 Multiple filters can be separated with space or comma.
179 filters can be separated with comma. For example,
240 Record events on existing process ID (comma separated list).
244 Record events on existing thread ID (comma separated list).
286 By adding a comma, an additional parameter with the same
320 User can change the size by passing the size after comma like
325 by default. User can change the number by passing it after comma
387 comma-separated list with no space: 0,1. Ranges of CPUs are specified with -: 0-2.
511 --intr-regs=\?. To name registers, pass a comma separated list such as
678 Collect and synthesize given type of events (comma separated). Note that
[all …]
A 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).
A 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.
A 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.
A Dperf-inject.txt36 Override build-ids to inject using these comma-separated pairs of
A Dperf-script.txt320 be provided as a comma-separated list with no space: 0,1. Ranges of
330 Only show events for given process ID (comma separated list).
333 Only show events for given thread ID (comma separated list).
508 itrace. Multiple functions can be separated by comma.
A Dperf-annotate.txt100 be provided as a comma-separated list with no space: 0,1. Ranges of
A Dperf-bench.txt129 Names of cgroups for sender and receiver, separated by a comma.
/tools/build/
A DBuild.include13 comma := ,
29 # contain a comma
30 depfile = $(subst $(comma),_,$(dot-target).d)
/tools/perf/
A Dbuiltin-list.c95 bool comma = false; in wordwrap() local
99 const char *sep = comma ? "," : " "; in wordwrap()
102 fprintf(fp, comma ? ",\n%*s" : "\n%*s", start, ""); in wordwrap()
112 comma = s[0] == ','; in wordwrap()
/tools/testing/selftests/kvm/
A DMakefile.kvm274 $(CC) -Werror -Wl$(comma)--s390-pgste -x c - -o "$$TMP",-Wl$(comma)--s390-pgste)
/tools/testing/selftests/nolibc/
A Dnolibc-test.c1923 char *comma, *colon, *dash, *value; in main() local
1926 comma = strchr(test, ','); in main()
1927 if (comma) in main()
1928 *(comma++) = '\0'; in main()
1976 test = comma; in main()
/tools/testing/selftests/wireguard/qemu/
A DMakefile285 comma := , macro
298 …$(if $(QEMU_VPORT_RESULT),-device $(QEMU_VPORT_RESULT) -device virtserialport$(comma)chardev=resul…

Completed in 30 milliseconds

12