Searched refs:separated (Results 1 – 25 of 214) sorted by relevance
123456789
/linux-6.12.1/Documentation/sphinx/ |
D | maintainers_include.py | 148 for separated in output.split('\n'): 149 result.append(separated) 163 for separated in field_content.split('\n'): 164 result.append(separated)
|
/linux-6.12.1/tools/perf/Documentation/ |
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). 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). 209 into spreadsheets. Columns are separated by the string specified in SEP. 216 Show lock contention only in the given cgroups (comma separated list).
|
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).
|
D | perf-iostat.txt | 35 Select the root ports for monitoring. Comma-separated list is supported. 71 3. Collect metrics for comma-separated list of PCIe root ports:
|
D | perf-sched.txt | 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
|
D | jit-interface.txt | 8 Each line has the following format, fields separated with spaces:
|
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.
|
D | perf-diff.txt | 155 Multiple ranges can be separated by spaces, which requires the argument 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).
|
D | perf-test.txt | 28 Tests to skip (comma separated numeric list).
|
/linux-6.12.1/Documentation/ABI/testing/ |
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)
|
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)
|
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
|
D | sysfs-driver-input-cros-ec-keyb | 4 Description: A space separated list of scancodes for the top row keys,
|
D | sysfs-driver-typec-displayport | 9 All supported configurations are listed as space separated list 32 listed as space separated list with the active one wrapped in
|
D | sysfs-platform_profile | 4 Description: This file contains a space-separated list of profiles supported for this device.
|
/linux-6.12.1/drivers/android/ |
D | Kconfig | 35 The binder.devices parameter is a comma-separated list of strings 38 therefore logically separated from the other devices.
|
/linux-6.12.1/Documentation/devicetree/bindings/mtd/partitions/ |
D | brcm,trx.txt | 16 useful for systems that keep kernel and rootfs separated. 25 There aren't separated compatible bindings for them as version can be trivialy
|
/linux-6.12.1/tools/bootconfig/samples/ |
D | bad-array.bconf | 1 # Array must be comma separated.
|
/linux-6.12.1/Documentation/ABI/stable/ |
D | sysfs-bus-firewire | 31 Contains space-separated tuples of specifier_id and 35 Specifier_id and version within each tuple are separated 128 Colon-separated hexadecimal string representations of
|
/linux-6.12.1/Documentation/fb/ |
D | pvr2fb.rst | 24 separated by comma, values are separated from options by `:`).
|
D | aty128fb.rst | 53 be separated by comma, values are separated from options by `:`).
|
D | tgafb.rst | 39 separated by comma, values are separated from options by `:`).
|
/linux-6.12.1/drivers/clk/hisilicon/ |
D | Makefile | 6 obj-y += clk.o clkgate-separated.o clkdivider-hi6220.o clk-hisi-phase.o
|
/linux-6.12.1/Documentation/dev-tools/kunit/ |
D | style.rst | 42 If a test subsystem name has multiple components, they should be separated by 54 Has several components (``snd``, ``hda``, ``codec``, ``hdmi``) separated by 86 subsystem name, separated by an underscore. 150 test name, separated by a colon (i.e. ``suite:test``).
|
/linux-6.12.1/drivers/bcma/ |
D | README | 17 In this situation we decided to introduce separated bus. It can contain up to
|
123456789