| /external/mesa3d/src/panfrost/perf/ |
| D | pan_perf.c | 43 const struct panfrost_perf *perf) in panfrost_perf_counter_read() 73 panfrost_perf_init(struct panfrost_perf *perf, int fd) in panfrost_perf_init() 107 panfrost_perf_query(struct panfrost_perf *perf, uint32_t enable) in panfrost_perf_query() 115 panfrost_perf_enable(struct panfrost_perf *perf) in panfrost_perf_enable() 121 panfrost_perf_disable(struct panfrost_perf *perf) in panfrost_perf_disable() 127 panfrost_perf_dump(struct panfrost_perf *perf) in panfrost_perf_dump()
|
| D | quick.c | 18 struct panfrost_perf *perf = rzalloc(ctx, struct panfrost_perf); in main() local
|
| /external/trace-cmd/lib/trace-cmd/ |
| D | trace-perf.c | 47 int __hidden trace_perf_init(struct trace_perf *perf, int pages, int cpu, int pid) in trace_perf_init() 69 void __hidden trace_perf_close(struct trace_perf *perf) in trace_perf_close() 88 int __hidden trace_perf_open(struct trace_perf *perf) in trace_perf_open()
|
| /external/mesa3d/src/intel/perf/ |
| D | intel_perf.c | 73 get_sysfs_dev_dir(struct intel_perf_config *perf, int fd) in get_sysfs_dev_dir() 159 read_sysfs_drm_device_file_uint64(struct intel_perf_config *perf, in read_sysfs_drm_device_file_uint64() 176 oa_config_enabled(struct intel_perf_config *perf, in oa_config_enabled() 185 register_oa_config(struct intel_perf_config *perf, in register_oa_config() 203 enumerate_sysfs_metrics(struct intel_perf_config *perf, in enumerate_sysfs_metrics() 249 add_all_metrics(struct intel_perf_config *perf, in add_all_metrics() 259 kernel_has_dynamic_config_support(struct intel_perf_config *perf, int fd) in kernel_has_dynamic_config_support() 268 i915_query_perf_config_supported(struct intel_perf_config *perf, int fd) in i915_query_perf_config_supported() 277 i915_query_perf_config_data(struct intel_perf_config *perf, in i915_query_perf_config_data() 315 i915_add_config(struct intel_perf_config *perf, int fd, in i915_add_config() [all …]
|
| /external/mesa3d/src/intel/vulkan/ |
| D | anv_perf.c | 41 struct intel_perf_config *perf = intel_perf_new(NULL); in anv_physical_device_init_perf() local 335 struct intel_perf_config *perf = pdevice->perf; in anv_EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR() local 387 struct intel_perf_config *perf = pdevice->perf; in anv_GetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR() local 405 struct intel_perf_config *perf = device->physical->perf; in anv_AcquireProfilingLockKHR() local 434 anv_perf_write_pass_results(struct intel_perf_config *perf, in anv_perf_write_pass_results()
|
| /external/mesa3d/src/intel/vulkan_hasvk/ |
| D | anv_perf.c | 49 struct intel_perf_config *perf = intel_perf_new(NULL); in anv_physical_device_init_perf() local 341 struct intel_perf_config *perf = pdevice->perf; in anv_EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR() local 390 struct intel_perf_config *perf = pdevice->perf; in anv_GetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR() local 408 struct intel_perf_config *perf = device->physical->perf; in anv_AcquireProfilingLockKHR() local 437 anv_perf_write_pass_results(struct intel_perf_config *perf, in anv_perf_write_pass_results()
|
| /external/mesa3d/src/panfrost/ds/ |
| D | pan_pps_driver.cpp | 54 PanfrostDriver::create_available_counters(const PanfrostPerf &perf) in create_available_counters() 77 struct panfrost_perf *perf = pan_driver.perf->perf; in create_available_counters() local
|
| D | pan_pps_perf.h | 42 struct panfrost_perf *perf = nullptr; variable
|
| D | pan_pps_driver.h | 51 std::unique_ptr<PanfrostPerf> perf = nullptr; variable
|
| /external/jackson-databind/src/test/java/perf/ |
| D | ManualWritePerfWithRecord.java | 1 package perf; package
|
| D | ManualReadPerfWithRecord.java | 1 package perf; package
|
| D | Record.java | 1 package perf; package
|
| D | RecordAsArray.java | 1 package perf; package
|
| D | ManualReadPerfUntyped.java | 1 package perf; package
|
| D | NopOutputStream.java | 1 package perf; package
|
| D | ManualReadPerfWithMedia.java | 1 package perf; package
|
| D | ManualWritePerfUntyped.java | 1 package perf; package
|
| D | RecordBase.java | 1 package perf; package
|
| D | NopWriter.java | 1 package perf; package
|
| /external/mesa3d/src/intel/compiler/elk/ |
| D | elk_ir_performance.cpp | 1225 execute_instruction(state &st, const perf_desc &perf) in execute_instruction() 1250 mark_read_dependency(state &st, const perf_desc &perf, in mark_read_dependency() 1262 mark_write_dependency(state &st, const perf_desc &perf, in mark_write_dependency() 1386 const perf_desc perf = instruction_desc(info); in issue_fs_inst() local 1508 const perf_desc perf = instruction_desc(info); in issue_vec4_instruction() local
|
| /external/mesa3d/src/intel/ |
| D | meson.build | 36 subdir('perf') subdir
|
| /external/mesa3d/src/intel/ds/ |
| D | intel_pps_driver.h | 87 std::unique_ptr<IntelPerf> perf; variable
|
| /external/autotest/client/profilers/perf/ |
| D | perf.py | 13 class perf(profiler.profiler): class
|
| /external/mesa3d/src/panfrost/ |
| D | meson.build | 41 subdir('perf') subdir
|
| /external/icu/icu4c/source/test/perf/dicttrieperf/ |
| D | dicttrieperf.cpp | 84 PackageLookup(const DictionaryTriePerfTest &perf) { in PackageLookup() 140 BinarySearchPackageLookup(const DictionaryTriePerfTest &perf) in BinarySearchPackageLookup() 249 PrefixBinarySearchPackageLookup(const DictionaryTriePerfTest &perf) in PrefixBinarySearchPackageLookup() 276 BytesTriePackageLookup(const DictionaryTriePerfTest &perf) in BytesTriePackageLookup() 339 const DictionaryTriePerfTest &perf; member in DictLookup
|