Home
last modified time | relevance | path

Searched refs:miss (Results 1 – 25 of 174) sorted by relevance

1234567

/external/bcc/tools/
Dllcstat.py108 miss = miss_count[(k.pid, k.cpu, k.name)] variable
110 miss = 0 variable
112 tot_miss += miss
114 hit = (v.value - miss) if (v.value >= miss) else 0
116 k.pid, k.name.decode('utf-8', 'replace'), k.cpu, v.value, miss,
Dcachestat_example.txt4 show Linux page cache hit/miss statistics including read and write hit %
12 ./cachestat 1 # print every second hit/miss stats
41 a page cache miss.
Ddcstat.py136 miss = b["stats"][c_int(stats["MISS"])].value variable
137 hit = ref - miss
Dllcstat_example.txt4 llcstat traces cache reference and cache miss events system-wide, and summarizes
56 and miss events
Dcachetop_example.txt4 show Linux page cache hit/miss statistics including read and write hit % per
15 ./cachetop 1 # print every second hit/miss stats
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dbugprone-virtual-near-miss.rst1 .. title:: clang-tidy - bugprone-virtual-near-miss
3 bugprone-virtual-near-miss
6 Warn if a function is a near miss (ie. the name is very similar and the function
/external/deqp-deps/glslang/Test/baseResults/
Dspv.ext.MissShader_Errors.rmiss.out2 ERROR: 0:3: 'hitAttributeEXT' : not supported in this stage: miss
16 ERROR: 0:14: 'ignoreIntersectionEXT' : not supported in this stage: miss
17 ERROR: 0:15: 'terminateRayEXT' : not supported in this stage: miss
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/
Dspv.ext.MissShader_Errors.rmiss.out2 ERROR: 0:3: 'hitAttributeEXT' : not supported in this stage: miss
16 ERROR: 0:14: 'ignoreIntersectionEXT' : not supported in this stage: miss
17 ERROR: 0:15: 'terminateRayEXT' : not supported in this stage: miss
/external/bcc/examples/cpp/
DLLCStat.cc105 auto miss = misses[it.first]; in main() local
106 hit = miss <= it.second ? it.second - miss : 0; in main()
/external/llvm-project/pstl/test/std/algorithms/alg.nonmodifying/
Dfind.pass.cpp50 test(Value value, Hit hit, Miss miss) in test() argument
55 Sequence<T> in(n, [&](size_t k) -> T { return miss(n ^ k); }); in test()
Dfind_if.pass.cpp54 test(Predicate pred, Hit hit, Miss miss) in test() argument
60 Sequence<T> in(n, [&](size_t k) -> T { return miss(n ^ k); }); in test()
/external/angle/src/tests/perf_tests/
DVulkanPipelineCachePerf.cpp106 const auto &miss = mCacheMisses[mMissIndex]; in step() local
108 nullptr, defaultSpecConsts, miss, &desc, &result); in step()
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingComplexControlFlowTests.cpp110 deUint32 miss; member
446 const deUint32 miss = 1; in getPushConstants() local
453 result = { 32 | 8 | 1, 10000, 0x0F, 0xF0, hitOfs, miss }; in getPushConstants()
459 result = { 8, 10000, 0x0F, 100000, hitOfs, miss }; in getPushConstants()
465 result = { 3, 10000, 0x07, 100000, hitOfs, miss }; in getPushConstants()
471 result = { 7, 10000, 0x0F, 0xF0, hitOfs, miss }; in getPushConstants()
477 result = { 16, 5, 0x0F, 0xF0, hitOfs, miss }; in getPushConstants()
483 result = { 8, 5, 0x0F, 0x09, hitOfs, miss }; in getPushConstants()
489 result = { 9, 16, 0x0F, 10, hitOfs, miss }; in getPushConstants()
495 result = { 9, 16, 0x0F, 10, hitOfs, miss }; in getPushConstants()
[all …]
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline_cache.c60 fprintf(stderr, " NIR cache miss count: %d\n", cache->nir_stats.miss); in cache_dump_stats()
64 fprintf(stderr, " variant cache miss count: %d\n", cache->variant_stats.miss); in cache_dump_stats()
172 cache->nir_stats.miss++; in v3dv_pipeline_cache_search_for_nir()
191 cache->nir_stats.miss = 0; in v3dv_pipeline_cache_init()
197 cache->variant_stats.miss = 0; in v3dv_pipeline_cache_init()
244 cache->variant_stats.miss++; in v3dv_pipeline_cache_search_for_variant()
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_flags.inc46 "If set, prints the miss rate of the mem info block cache.")
49 "If set, prints detailed miss rates of the mem info block cache sets.")
/external/snakeyaml/src/test/resources/pyyaml/
Dspec-02-08.data4 action: strike (miss)
/external/llvm-project/llvm/test/YAMLParser/
Dspec-02-08.test6 action: strike (miss)
/external/llvm/test/YAMLParser/
Dspec-02-08.test6 action: strike (miss)
/external/deqp/
DOWNERS5 # We miss you
/external/brotli/research/
Dsieve.cc169 bool miss = false; in sieve_generate() local
172 miss = true; in sieve_generate()
176 if (!miss) { in sieve_generate()
/external/cldr/tools/java/org/unicode/cldr/tool/
Dtransforms-index.css14 td.miss {
/external/llvm-project/clang-tools-extra/clangd/test/
Dmetrics.test7 # CHECK-DAG: c,ast_access_diag,miss,
/external/libxml2/
Dgentest.py971 for miss in missing_list:
972 lst.write("%s: %d :" % (miss[1], miss[0]))
974 for n in missing_types[miss[1]]:
/external/llvm/test/MC/ARM/
Deh-directive-fnstart-diagnostics.s18 @ Intentionally miss the .fnend directive
/external/llvm-project/llvm/test/MC/ARM/
Deh-directive-fnstart-diagnostics.s18 @ Intentionally miss the .fnend directive

1234567