Home
last modified time | relevance | path

Searched refs:sample_interval (Results 1 - 12 of 12) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
H A 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()
H A 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/mesa3d/src/amd/common/
H A Dac_spm.h98 uint16_t sample_interval; member
H A 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/
H A Dheap-profiler.cc108 uint64_t sample_interval, int stack_depth, in StartSamplingHeapProfiler()
114 heap(), names_.get(), sample_interval, stack_depth, flags)); in StartSamplingHeapProfiler()
107 StartSamplingHeapProfiler( uint64_t sample_interval, int stack_depth, v8::HeapProfiler::SamplingFlags flags) StartSamplingHeapProfiler() argument
H A Dheap-profiler.h39 bool StartSamplingHeapProfiler(uint64_t sample_interval, int stack_depth,
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A 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/v8-include/
H A Dv8-profiler.h1125 * allocation will be sampled every |sample_interval| bytes allocated. The
1137 bool StartSamplingHeapProfiler(uint64_t sample_interval = 512 * 1024,
/third_party/node/deps/v8/include/
H A Dv8-profiler.h1054 * allocation will be sampled every |sample_interval| bytes allocated. The
1068 bool StartSamplingHeapProfiler(uint64_t sample_interval = 512 * 1024,
/third_party/mesa3d/src/intel/vulkan/
H A 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/
H A 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/
H A Dapi.cc10276 bool HeapProfiler::StartSamplingHeapProfiler(uint64_t sample_interval, in StartSamplingHeapProfiler() argument
10280 sample_interval, stack_depth, flags); in StartSamplingHeapProfiler()

Completed in 54 milliseconds