| /tools/perf/util/ |
| A D | data-convert-json.c | 73 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 D | evlist.c | 1939 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 D | bad-array.bconf | 1 # Array must be comma separated.
|
| /tools/perf/Documentation/ |
| A D | perf-lock.txt | 151 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 D | perf-kwork.txt | 88 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 D | perf-sched.txt | 135 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 D | perf-check.txt | 34 name/macro, or multiple features can also be passed as a comma-separated
|
| A D | perf-iostat.txt | 71 3. Collect metrics for comma-separated list of PCIe root ports:
|
| A D | perf-test.txt | 28 Tests to skip (comma separated numeric list).
|
| A D | perf-ftrace.txt | 36 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 D | perf-kvm.txt | 108 Analyze events only for given process ID(s) (comma separated list). 128 Analyze events only for given process ID(s) (comma separated list).
|
| A D | perf-top.txt | 31 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 D | perf-record.txt | 170 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 D | perf-diff.txt | 175 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 D | perf-trace.txt | 61 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 D | perf-stat.txt | 74 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 D | perf-inject.txt | 36 Override build-ids to inject using these comma-separated pairs of
|
| A D | perf-script.txt | 320 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 D | perf-annotate.txt | 100 be provided as a comma-separated list with no space: 0,1. Ranges of
|
| A D | perf-bench.txt | 129 Names of cgroups for sender and receiver, separated by a comma.
|
| /tools/build/ |
| A D | Build.include | 13 comma := , 29 # contain a comma 30 depfile = $(subst $(comma),_,$(dot-target).d)
|
| /tools/perf/ |
| A D | builtin-list.c | 95 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 D | Makefile.kvm | 274 $(CC) -Werror -Wl$(comma)--s390-pgste -x c - -o "$$TMP",-Wl$(comma)--s390-pgste)
|
| /tools/testing/selftests/nolibc/ |
| A D | nolibc-test.c | 1923 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 D | Makefile | 285 comma := , macro 298 …$(if $(QEMU_VPORT_RESULT),-device $(QEMU_VPORT_RESULT) -device virtserialport$(comma)chardev=resul…
|