Searched refs:sample_interval (Results 1 - 12 of 12) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_spm.c | 37 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 D | radv_device.c | 7307 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 D | ac_spm.h | 98 uint16_t sample_interval; member
|
H A D | ac_rgp.c | 911 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 D | heap-profiler.cc | 108 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 D | heap-profiler.h | 39 bool StartSamplingHeapProfiler(uint64_t sample_interval, int stack_depth,
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_perfcounter.c | 734 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 D | v8-profiler.h | 1125 * 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 D | v8-profiler.h | 1054 * 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 D | anv_device.c | 4758 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 D | isolate.cc | 4182 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 D | api.cc | 10276 bool HeapProfiler::StartSamplingHeapProfiler(uint64_t sample_interval, in StartSamplingHeapProfiler() argument 10280 sample_interval, stack_depth, flags); in StartSamplingHeapProfiler()
|
Completed in 54 milliseconds