Searched refs:sampling (Results 1 – 25 of 132) sorted by relevance
123456
/kernel/linux/linux-5.10/tools/lib/perf/Documentation/ |
D | libperf-sampling.txt | 1 libperf-sampling(7) 6 libperf-sampling - sampling interface 11 The sampling interface provides API to measure and get count for specific perf events. 13 The following test tries to explain count on `sampling.c` example. 15 It is by no means complete guide to sampling, but shows libperf basic API for sampling. 17 The `sampling.c` comes with libperf package and can be compiled and run like: 21 $ gcc -o sampling sampling.c -lperf 22 $ sudo ./sampling 36 The `sampling.c` example profiles/samples all CPUs with hardware cycles, in a 158 From this moment the cycles event is sampling.
|
/kernel/linux/linux-5.10/drivers/media/pci/cx88/ |
D | cx88-input.c | 36 u32 sampling; member 199 if (ir->sampling) { in __cx88_ir_start() 216 if (ir->sampling) { in __cx88_ir_stop() 291 ir->sampling = 0xeb04; /* address */ in cx88_ir_init() 305 ir->sampling = 1; in cx88_ir_init() 397 ir->sampling = 0xff00; /* address */ in cx88_ir_init() 403 ir->sampling = 0xff00; /* address */ in cx88_ir_init() 407 ir->sampling = 0xff00; /* address */ in cx88_ir_init() 424 ir->sampling = 1; in cx88_ir_init() 434 ir->sampling = 0xff00; /* address */ in cx88_ir_init() [all …]
|
/kernel/linux/linux-5.10/net/psample/ |
D | Kconfig | 3 # psample packet sampling configuration 8 tristate "Packet-sampling netlink channel" 11 Say Y here to add support for packet-sampling netlink channel
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/staging/iio/adc/ |
D | spear-adc.txt | 7 - sampling-frequency: Default sampling frequency 22 sampling-frequency = <5000000>;
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | configfs-usb-gadget-uac2 | 9 c_srate capture sampling rate 12 p_srate playback sampling rate
|
D | configfs-usb-gadget-uac1 | 9 c_srate capture sampling rate 12 p_srate playback sampling rate
|
D | sysfs-bus-iio-timer-stm32 | 97 Reading returns the current sampling frequency. 98 Writing an value different of 0 set and start sampling. 99 Writing 0 stop sampling.
|
/kernel/linux/linux-5.10/tools/perf/tests/attr/ |
D | test-record-group-sampling | 32 # inherit is disabled for group sampling 35 # sampling disabled
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
D | nau8824.txt | 53 - nuvoton,sar-sampling-time: SAR sampling time 85 nuvoton,sar-sampling-time = <1>;
|
D | nau8825.txt | 57 - nuvoton,sar-sampling-time: SAR sampling time 97 nuvoton,sar-sampling-time = <0>;
|
D | mt8173-rt5650.txt | 18 1 : internal source from mt8173, MCLK = sampling rate*256
|
/kernel/linux/linux-5.10/Documentation/sound/cards/ |
D | maya44.rst | 29 - playback and capture at all sampling rates 95 The Maya44 card (or more exactly, the Wolfson WM8776 codecs) allow a maximum sampling rate of 192 k… 97 As the ICE1724 chip only allows one global sampling rate, this is handled as follows: 99 * setting the sampling rate on any open PCM device on the maya44 card will always set the *global* … 106 …ditional code for limiting the sampling rate when setting on a capture pcm device. However because…
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
D | entry.S | 50 # between sampling and return 87 # sampling and return 131 # sampling and return
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/spi/ |
D | spi-samsung.txt | 61 - samsung,spi-feedback-delay: The sampling phase shift to be applied on the 66 - 1: 90 degree phase shift sampling. 67 - 2: 180 degree phase shift sampling. 68 - 3: 270 degree phase shift sampling.
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mmc/ |
D | cavium-mmc.txt | 22 - cavium,cmd-clk-skew : number of coprocessor clocks before sampling command 23 - cavium,dat-clk-skew : number of coprocessor clocks before sampling data
|
/kernel/linux/linux-5.10/tools/power/cpupower/bench/ |
D | README-BENCH | 74 sampling rate you get: 79 In round 2, if the ondemand sampling times exactly match the load/sleep 91 |-----|-----|-----|-----|-----|-----|-----|---- ondemand sampling (1) 93 |-----|-----|-----|-----|-----|-----|-----|-- ondemand sampling (2)
|
/kernel/linux/linux-5.10/Documentation/powerpc/ |
D | imc.rst | 100 to be monitored and the sampling duration. On each overflow in the CPMCxSEL, 145 CPMC_LOAD contains the sampling duration. SAMPSEL and CPMCxSEL determines the 148 memory and reloads the CMPC_LOAD value for the next sampling duration. IMC 178 also provide a way for the operating system to do instruction sampling in real
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
D | dev-sdr.rst | 46 ADC/DAC sampling rate (sampling frequency) and the possible radio 63 capture and output format. Both the sampling resolution and the data
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/adc/ |
D | renesas,gyroadc.txt | 34 12bit sampling, up to 4 channels can be sampled in 45 15bit sampling, up to 8 channels can be sampled in 54 16bit sampling, up to 8 channels can be sampled in
|
D | at91-sama5d2_adc.txt | 11 - atmel,min-sample-rate-hz: Minimum sampling rate, it depends on SoC. 12 - atmel,max-sample-rate-hz: Maximum sampling rate, it depends on SoC.
|
/kernel/linux/linux-5.10/Documentation/admin-guide/hw-vuln/ |
D | index.rst | 17 special-register-buffer-data-sampling.rst
|
/kernel/linux/linux-5.10/Documentation/driver-api/media/drivers/ |
D | cx88-devel.rst | 78 - Setup 4KHz sampling rate (roughly 2x oversampled; good enough for our RC5 81 - enable sampling
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/phy/ |
D | apm-xgene-phy.txt | 23 data earlier than the nominal sampling point. 1 means 24 sample data later than the nominal sampling point.
|
/kernel/linux/linux-5.10/tools/perf/Documentation/ |
D | perf-record.txt | 55 - 'period': Set event sampling period 56 - 'freq': Set event sampling frequency 69 - 'aux-sample-size': Set sample size for AUX area sampling. If the 71 AUX area sampling for the event. 269 doesn't work with branch stack sampling at the same time. 358 Enable taken branch stack sampling. Any type of taken branch may be sampled. 363 Enable taken branch stack sampling. Each sample captures a series of consecutive 381 - save_type: save branch type during sampling in case binary is not available later 387 levels are subject to permissions. When sampling on multiple events, branch stack sampling 388 is enabled for all the sampling events. The sampled branch type is the same for all events. [all …]
|
/kernel/linux/linux-5.10/Documentation/hwmon/ |
D | adt7410.rst | 59 continuous temperature sampling, as well as sampling one temperature value per
|
123456