| /linux/arch/riscv/kernel/tests/ |
| H A D | Kconfig.debug | 5 …ef_bool $(as-instr,.reloc label$(comma) R_RISCV_SET_ULEB128$(comma) 127\n.reloc label$(comma) R_RI…
|
| /linux/tools/perf/util/ |
| H A D | data-convert-json.c | 83 static void output_json_delimiters(FILE *out, bool comma, int depth) in output_json_delimiters() argument 87 if (comma) in output_json_delimiters() 96 static void output_json_format(FILE *out, bool comma, int depth, const char *format, ...) in output_json_format() argument 100 output_json_delimiters(out, comma, depth); in output_json_format() 107 static void output_json_key_string(FILE *out, bool comma, int depth, in output_json_key_string() argument 110 output_json_delimiters(out, comma, depth); in output_json_key_string() 118 static void output_json_key_format(FILE *out, bool comma, int depth, in output_json_key_format() argument 123 output_json_delimiters(out, comma, depth); in output_json_key_format()
|
| /linux/scripts/ |
| H A D | Kconfig.include | 5 comma := , variable 36 as-instr = $(success,printf "%b\n" "$(1)" | $(CC) $(CLANG_FLAGS) $(2) -Wa$(comma)--fatal-warnings -… 45 $(error-if,$(success,test -z "$(cc-info)"),Sorry$(comma) this C compiler is not supported.) 51 $(error-if,$(success,test -z "$(as-info)"),Sorry$(comma) this assembler is not supported.) 57 $(error-if,$(success,test -z "$(ld-info)"),Sorry$(comma) this linker is not supported.)
|
| H A D | bpf_doc.py | 639 comma = '' 641 one_arg = '{}{}'.format(comma, a['type']) 648 comma = ', ' 894 comma = '' 901 one_arg = '{}{}'.format(comma, self.map_type(t)) 908 comma = ', '
|
| H A D | Makefile.asm-headers | 64 --abis $(subst $(space),$(comma),$(strip $(syscall_abis_$*))) \ 70 --abis $(subst $(space),$(comma),$(strip $(syscall_abis_$*))) \
|
| H A D | Makefile.debug | 15 KBUILD_AFLAGS += $(addprefix -Wa$(comma), $(debug-flags-y))
|
| H A D | Makefile.compiler | 41 …printf "%b\n" "$(1)" | $(CC) -Werror $(CLANG_FLAGS) $(KBUILD_AFLAGS) -Wa$(comma)--fatal-warnings -…
|
| /linux/tools/perf/Documentation/ |
| H 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).
|
| H 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).
|
| H A D | perf-sched.txt | 394 task names with a comma (without whitespace). The sched-out 420 Only show events for the given CPU(s) (comma separated list). 424 Only show events for given process ID (comma separated list). 428 Only show events for given thread ID (comma separated list). 479 provided as a comma-separated list with no spaces: 0,120. Ranges of
|
| H 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.
|
| H 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 392 comma-separated list with no space: 0,1. Ranges of CPUs are specified with -: 0-2. 478 The various filters must be specified as a comma separated list: --branch-filter any_ret,u,k 516 --intr-regs=\?. To name registers, pass a comma separated list such as [all …]
|
| H 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
|
| /linux/kernel/ |
| H A D | watchdog_perf.c | 296 char *comma = strchr(str, ','); in hardlockup_config_perf_event() 298 if (!comma) { in hardlockup_config_perf_event() 302 unsigned int len = comma - str; in hardlockup_config_perf_event() 290 char *comma = strchr(str, ','); hardlockup_config_perf_event() local
|
| H A D | workqueue.c | 6286 bool comma; member 6291 static void pr_cont_work_flush(bool comma, work_func_t func, struct pr_cont_work_struct *pcwsp) in pr_cont_work_flush() argument 6300 pr_cont("%s %ps", pcwsp->comma ? "," : "", pcwsp->func); in pr_cont_work_flush() 6302 pr_cont("%s %ld*%ps", pcwsp->comma ? "," : "", pcwsp->ctr, pcwsp->func); in pr_cont_work_flush() 6307 pcwsp->comma = comma; in pr_cont_work_flush() 6312 static void pr_cont_work(bool comma, struct work_struct *work, struct pr_cont_work_struct *pcwsp) in pr_cont_work() argument 6319 pr_cont_work_flush(comma, (work_func_t)-1, pcwsp); in pr_cont_work() 6320 pr_cont("%s BAR(%d)", comma ? "," : "", in pr_cont_work() 6323 if (!comma) in pr_cont_work() 6352 bool comma = false; show_pwq() local 6377 bool comma = false; show_pwq() local 6392 bool comma = false; show_pwq() local [all...] |
| /linux/arch/loongarch/ |
| H A D | Makefile | 103 KBUILD_AFLAGS += $(call cc-option,-mno-relax) $(call cc-option,-Wa$(comma)-mno-relax) 104 KBUILD_CFLAGS += $(call cc-option,-mno-relax) $(call cc-option,-Wa$(comma)-mno-relax) 105 KBUILD_AFLAGS += $(call cc-option,-mthin-add-sub) $(call cc-option,-Wa$(comma)-mthin-add-sub) 106 KBUILD_CFLAGS += $(call cc-option,-mthin-add-sub) $(call cc-option,-Wa$(comma)-mthin-add-sub)
|
| /linux/scripts/kconfig/tests/preprocess/escape/ |
| H A D | Kconfig | 8 comma := , variable 9 $(warning,hello$(comma) world)
|
| /linux/Documentation/ABI/testing/ |
| H A D | configfs-usb-gadget-uac1 | 9 c_srate list of capture sampling rates (comma-separated) 20 p_srate list of playback sampling rates (comma-separated)
|
| H A D | configfs-usb-gadget-uac2 | 9 c_srate list of capture sampling rates (comma-separated) 24 p_srate list of playback sampling rates (comma-separated)
|
| H A D | sysfs-kernel-irq | 15 Description: The IRQ action chain. A comma-separated list of zero or more 44 is a comma-separated list of counters; one per CPU in CPU id
|
| /linux/tools/bootconfig/samples/ |
| H A D | bad-array.bconf | 1 # Array must be comma separated.
|
| /linux/arch/x86/ |
| H A D | Kconfig.assembler | 5 def_bool $(as-instr64,wrussq %rax$(comma)(%rbx))
|
| /linux/drivers/base/firmware_loader/builtin/ |
| H A D | Makefile | 13 FWSTR = $(subst $(comma),_,$(subst /,_,$(subst .,_,$(subst -,_,$(FWNAME)))))
|
| /linux/tools/perf/ |
| H 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()
|
| /linux/arch/riscv/kernel/compat_vdso/ |
| H A D | Makefile | 25 COMPAT_CC_FLAGS += $(call as-option,-Wa$(comma)-mno-arch-attr)
|