Home
last modified time | relevance | path

Searched refs:sample_interval (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dradv_spm.c37 uint16_t sample_interval = 4096; /* Default to 4096 clk. */ in radv_spm_init_bo() local
41 device->spm_trace.sample_interval = sample_interval; in radv_spm_init_bo()
113 assert(spm_trace->sample_interval >= 32); in radv_emit_spm_setup()
118 … S_037200_PERFMON_SAMPLE_INTERVAL(spm_trace->sample_interval)); /* in sclk */ in radv_emit_spm_setup()
Dradv_device.c7307 uint64_t sample_interval = end - begin + 1; in radv_GetCalibratedTimestampsEXT() local
7309 *pMaxDeviation = sample_interval + max_clock_period; in radv_GetCalibratedTimestampsEXT()
/third_party/gstreamer/gstreamer/docs/random/slomo/
Dcontroller.txt24 the given sample_interval is zero ?
54 prop1.sample_interval = control-period;
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/
Dgstahssrc.h46 guint sample_interval; member
Dgstahssrc.c329 self->sample_interval = g_value_get_uint (value); in gst_ahs_src_set_property()
352 g_value_set_uint (value, self->sample_interval); in gst_ahs_src_get_property()
644 if (self->sample_index < self->sample_interval) in gst_ahs_src_on_sensor_changed()
/third_party/mesa3d/src/amd/common/
Dac_spm.h98 uint16_t sample_interval; member
Dac_rgp.c911 uint32_t sample_interval; member
931 chunk->sample_interval = spm_trace->sample_interval; in ac_sqtt_fill_spm_db()
/third_party/node/deps/v8/src/profiler/
Dheap-profiler.cc108 uint64_t sample_interval, int stack_depth, in StartSamplingHeapProfiler() argument
114 heap(), names_.get(), sample_interval, stack_depth, flags)); in StartSamplingHeapProfiler()
Dheap-profiler.h39 bool StartSamplingHeapProfiler(uint64_t sample_interval, int stack_depth,
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_perfcounter.c734 sctx->spm_trace.sample_interval = 4096; /* Default to 4096 clk. */ in si_spm_init_bo()
803 assert(spm_trace->sample_interval >= 32); in si_emit_spm_setup()
810 … S_037200_PERFMON_SAMPLE_INTERVAL(spm_trace->sample_interval)); /* in sclk */ in si_emit_spm_setup()
/third_party/node/deps/v8/include/
Dv8-profiler.h1048 bool StartSamplingHeapProfiler(uint64_t sample_interval = 512 * 1024,
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c4758 uint64_t sample_interval = end - begin + 1; in anv_GetCalibratedTimestampsEXT() local
4760 *pMaxDeviation = sample_interval + max_clock_period; in anv_GetCalibratedTimestampsEXT()
/third_party/node/deps/v8/src/execution/
Disolate.cc4182 uint64_t sample_interval = FLAG_stress_sampling_allocation_profiler; in ThrowInternal() local
4186 heap_profiler()->StartSamplingHeapProfiler(sample_interval, stack_depth, in ThrowInternal()
/third_party/node/deps/v8/src/api/
Dapi.cc10242 bool HeapProfiler::StartSamplingHeapProfiler(uint64_t sample_interval, in StartSamplingHeapProfiler() argument
10246 sample_interval, stack_depth, flags); in StartSamplingHeapProfiler()