Home
last modified time | relevance | path

Searched refs:comma (Results 1 – 25 of 28) 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.c1912 char *comma = NULL, *endptr = NULL; in evlist__parse_control() local
1923 comma = strchr(str, ','); in evlist__parse_control()
1924 if (comma) { in evlist__parse_control()
1925 if (endptr != comma) in evlist__parse_control()
1928 *ctl_fd_ack = strtoul(comma + 1, &endptr, 0); in evlist__parse_control()
1929 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).
Dperf-kwork.txt84 Only show events for the given CPU(s) (comma separated list).
118 Only show events for the given CPU(s) (comma separated list).
144 Only show events for the given CPU(s) (comma separated list).
Dperf-test.txt28 Tests to skip (comma separated numeric list).
Dperf-ftrace.txt33 Trace on existing process id (comma separated list).
36 Trace on existing thread id (comma separated list).
48 be provided as a comma separated list with no space like: 0,1.
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-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 Also, by adding a comma, the number of mmap pages for AUX
311 User can change the size by passing the size after comma like
316 by default. User can change the number by passing it after comma
373 comma-separated list with no space: 0,1. Ranges of CPUs are specified with -: 0-2.
452 The various filters must be specified as a comma separated list: --branch-filter any_ret,u,k
490 --intr-regs=\?. To name registers, pass a comma separated list such as
[all …]
Dperf-top.txt31 comma-separated list with no space: 0,1. Ranges of CPUs are specified with -: 0-2.
87 Profile events on existing Process ID (comma separated list).
91 Profile events on existing thread ID (comma separated list).
254 The various filters must be specified as a comma separated list: --branch-filter any_ret,u,k
357 option using the comma separator. Hardware events and generic hardware
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-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-mem.txt61 comma-separated list with no space: 0,1. Ranges of CPUs are specified with -: 0-2. Default
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
412 Print metrics or metricgroups specified in a comma separated list.
Dperf-script.txt307 be provided as a comma-separated list with no space: 0,1. Ranges of
317 Only show events for given process ID (comma separated list).
320 Only show events for given thread ID (comma separated list).
492 itrace. Multiple functions can be separated by comma.
Dperf-annotate.txt100 be provided as a comma-separated list with no space: 0,1. Ranges of
Dperf-inject.txt36 Override build-ids to inject using these comma-separated pairs of
Dperf-report.txt49 Only show events for given process ID (comma separated list).
52 Only show events for given thread ID (comma separated list).
347 be provided as a comma-separated list with no space: 0,1. Ranges of
Dperf-arm-spe.txt132 These are placed between the // in the event and comma separated. For example '-e
/tools/build/
DBuild.include13 comma := ,
27 # contain a comma
28 depfile = $(subst $(comma),_,$(dot-target).d)
/tools/testing/selftests/kvm/
DMakefile230 $(CC) -Werror -Wl$(comma)--s390-pgste -x c - -o "$$TMP",-Wl$(comma)--s390-pgste)
/tools/testing/selftests/nolibc/
Dnolibc-test.c1292 char *comma, *colon, *dash, *value; in main() local
1295 comma = strchr(test, ','); in main()
1296 if (comma) in main()
1297 *(comma++) = '\0'; in main()
1345 test = comma; in main()
/tools/testing/selftests/wireguard/qemu/
DMakefile285 comma := , macro
298 …$(if $(QEMU_VPORT_RESULT),-device $(QEMU_VPORT_RESULT) -device virtserialport$(comma)chardev=resul…

12