Searched refs:sample_count (Results 1 - 6 of 6) sorted by relevance

/haiku/headers/os/drivers/
H A DUSB_rle.h25 uint16 sample_count; member in struct:rle
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerUtils.cpp213 int32 sample_count = _sample_count; local
215 while (sample_count--) {
/haiku/headers/private/kernel/
H A Duser_debugger.h135 int32 sample_count; member in struct:thread_debug_info::__anon98
/haiku/src/system/kernel/debug/
H A Duser_debugger.cpp1167 int32 sampleCount = threadDebugInfo.profile.sample_count;
1186 message.sample_count = sampleCount;
1321 int32 sampleCount = debugInfo.profile.sample_count;
1324 if (debugInfo.profile.sample_count > 0) {
1334 debugInfo.profile.sample_count = sampleCount;
1361 + debugInfo.profile.sample_count;
1367 debugInfo.profile.sample_count += *returnAddresses + 1;
1379 debugInfo.profile.sample_count += stackDepth;
1400 int32 sampleCount = debugInfo.profile.sample_count;
1407 debugInfo.profile.sample_count
[all...]
/haiku/headers/os/kernel/
H A Ddebugger.h609 int32 sample_count; // number of samples in the buffer member in struct:__anon79
/haiku/src/bin/debug/profile/
H A Dprofile.cpp915 thread->AddSamples(message.profiler_update.sample_count,

Completed in 58 milliseconds