Home
last modified time | relevance | path

Searched refs:total_samples (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/perf/ui/stdio/
H A Dhist.c53 u64 total_samples, int left_margin) in ipchain__fprintf_graph() argument
110 u64 total_samples, int depth, in __callchain__fprintf_graph() argument
123 remaining = total_samples; in __callchain__fprintf_graph()
156 total_samples, in __callchain__fprintf_graph()
163 new_total = total_samples; in __callchain__fprintf_graph()
175 remaining && remaining != total_samples) { in __callchain__fprintf_graph()
191 new_depth_mask, 0, total_samples, in __callchain__fprintf_graph()
270 total_samples = parent_samples; in callchain__fprintf_graph()
283 u64 total_samples) in __callchain__fprintf_flat() argument
306 u64 total_samples) in callchain__fprintf_flat() argument
[all …]
/openbmc/qemu/audio/
H A Dwavaudio.c39 int total_samples; member
53 wav->total_samples += bytes / hw->info.bytes_per_frame; in wav_write_out()
141 uint32_t datalen = wav->total_samples * hw->info.bytes_per_frame; in wav_fini_out()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Duser_ringbuf.c422 uint32_t total_samples = 8192; in test_user_ringbuf_loop() local
423 uint32_t remaining_samples = total_samples; in test_user_ringbuf_loop()
426 BUILD_BUG_ON(total_samples <= c_max_entries); in test_user_ringbuf_loop()
446 ASSERT_EQ(skel->bss->read, total_samples - remaining_samples, in test_user_ringbuf_loop()
449 ASSERT_EQ(skel->bss->read, total_samples, "total_batched_entries"); in test_user_ringbuf_loop()
/openbmc/linux/sound/firewire/
H A Disight.c63 u32 total_samples; member
148 dropped = total - isight->total_samples; in isight_dropped_samples()
184 if (unlikely(total != isight->total_samples)) { in isight_packet()
188 isight->total_samples = total; in isight_packet()
192 isight->total_samples += count; in isight_packet()