Home
last modified time | relevance | path

Searched refs:samples (Results 251 – 275 of 401) sorted by relevance

1...<<11121314151617

/openbmc/linux/tools/perf/
H A Dbuiltin-timechart.c126 struct cpu_sample *samples; member
300 sample->next = c->samples; in pid_put_sample()
303 c->samples = sample; in pid_put_sample()
1121 sample = c->samples; in draw_cpu_usage()
1275 sample = c->samples; in draw_process_bars()
H A Dbuiltin-inject.c123 struct list_head samples; member
789 list_for_each_entry(ent, &inject->samples, node) { in perf_inject__sched_process_exit()
820 list_add(&ent->node, &inject->samples); in perf_inject__sched_switch()
837 list_for_each_entry(ent, &inject->samples, node) { in perf_inject__sched_stat()
2205 .samples = LIST_HEAD_INIT(inject.samples), in cmd_inject()
/openbmc/linux/Documentation/hwmon/
H A Dina209.rst76 update_interval data conversion time; affects number of samples used
H A Dina2xx.rst112 update_interval data conversion time; affects number of samples used
/openbmc/linux/tools/perf/tests/attr/
H A DREADME56 perf record -n kill (test-record-no-samples)
/openbmc/linux/drivers/media/usb/airspy/
H A Dairspy.c248 unsigned int samples = s->sample - s->sample_measured; in airspy_convert_stream() local
253 src_len, samples, msecs, in airspy_convert_stream()
254 samples * 1000UL / msecs); in airspy_convert_stream()
/openbmc/linux/Documentation/trace/coresight/
H A Dcoresight-cpu-debug.rst53 but ARMv7-a defines "PCSR samples are offset by a value that depends on the
59 If PCSROffset=0b0010, ARMv8-a defines "EDPCSR implemented, and samples have
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-packed-yuv.rst418 Chroma samples are :ref:`interstitially sited<yuv-chroma-centered>`
481 Chroma samples are :ref:`interstitially sited<yuv-chroma-centered>`
/openbmc/linux/Documentation/sound/cards/
H A Daudiophile-usb.rst355 - When set to ``1`` samples are 24bits long
358 samples
465 * if samples are using 24bits/48KHz then AltSet 2 must me used if
468 * if samples are using 16bits/48KHz then AltSet 4 must me used if
/openbmc/linux/Documentation/hid/
H A Dhidintro.rst465 descriptor. The examples in samples/hid should be a good starting point
466 for your code, see e.g. `samples/hid/hid_mouse.bpf.c`::
496 device. See again the examples in `samples/hid`.
510 file `samples/hidraw/hid-example.c` for an example.
/openbmc/linux/tools/perf/Documentation/
H A Dperf-script.txt128 Do various checks like samples ordering and lost events.
306 --cpu:: Only report samples for the list of CPUs provided. Multiple CPUs can
308 CPUs are specified with -: 0-2. Default is to report samples on all
402 Only analyze samples within given time window: <start>,<stop>. Times
H A Dperf-timechart.txt104 [ perf record: Captured and wrote 4.253 MB perf.data (~185801 samples) ]
H A Dperf-sched.txt160 Only analyze samples within given time window: <start>,<stop>. Times
H A Dperf-inject.txt28 Inject build-ids of DSOs hit by samples into the output stream.
H A Dperf-lock.txt150 Collect samples only on the list of CPUs provided. Multiple CPUs can be
/openbmc/linux/drivers/media/usb/msi2500/
H A Dmsi2500.c347 unsigned int samples = dev->next_sample - dev->sample; in msi2500_convert_stream() local
352 src_len, samples, msecs, in msi2500_convert_stream()
353 samples * 1000UL / msecs); in msi2500_convert_stream()
/openbmc/linux/drivers/char/
H A Drandom.c1237 atomic_t samples; member
1258 if (atomic_inc_return(&state->samples) % state->samples_per_bit == 0) in entropy_timer()
1285 atomic_set(&stack->samples, 0); in try_to_generate_entropy()
/openbmc/linux/Documentation/userspace-api/media/drivers/
H A Dimx-uapi.rst77 If any intervals are higher than this value, those samples are
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/
H A Dkhronos-cts.inc14 …vk_video_samples.git;protocol=https;destsuffix=git/external/nvidia-video-samples/src;name=video-pa…
/openbmc/linux/drivers/hwmon/
H A Dina3221.c187 u32 samples = ina3221_avg_samples[samples_idx]; in ina3221_interval_ms_to_conv_time() local
190 return DIV_ROUND_CLOSEST(interval * 1000 / 2, channels * samples); in ina3221_interval_ms_to_conv_time()
/openbmc/linux/block/
H A Dbfq-cgroup.c1263 u64 samples = bfq_stat_read(&bfqg->stats.avg_queue_size_samples); in bfqg_prfill_avg_queue_size() local
1266 if (samples) { in bfqg_prfill_avg_queue_size()
1268 v = div64_u64(v, samples); in bfqg_prfill_avg_queue_size()
/openbmc/openbmc/poky/meta/recipes-multimedia/libsndfile/libsndfile1/
H A Dcve-2022-33065.patch131 shifting 7bit samples into a 32bit wide buffer, and adding them
132 together. Because the 7bit samples are stored in 32bit ints, code
241 - int blockwidth ; /* Size in bytes of one set of interleaved samples. */
242 + sf_count_t blockwidth ; /* Size in bytes of one set of interleaved samples. */
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A D3945.h288 struct il3945_eeprom_txpower_sample samples[5]; /* 5 power levels */ member
/openbmc/linux/arch/arm/boot/dts/allwinner/
H A Dsun8i-h2-plus-bananapi-m2-zero.dts141 * high active (card inserted), although on the early samples it's
/openbmc/linux/drivers/iio/imu/st_lsm6dsx/
H A Dst_lsm6dsx.h145 u16 samples; member

1...<<11121314151617