| /openbsd-src/gnu/gcc/gcc/ |
| H A D | libgcov.c | 58 void __gcov_merge_add (gcov_type *counters __attribute__ ((unused)), in __gcov_merge_add() 63 void __gcov_merge_single (gcov_type *counters __attribute__ ((unused)), in __gcov_merge_single() 68 void __gcov_merge_delta (gcov_type *counters __attribute__ ((unused)), in __gcov_merge_delta() 610 __gcov_merge_add (gcov_type *counters, unsigned n_counters) in __gcov_merge_add() 628 __gcov_merge_single (gcov_type *counters, unsigned n_counters) in __gcov_merge_single() 667 __gcov_merge_delta (gcov_type *counters, unsigned n_counters) in __gcov_merge_delta() 702 __gcov_interval_profiler (gcov_type *counters, gcov_type value, in __gcov_interval_profiler() 720 __gcov_pow2_profiler (gcov_type *counters, gcov_type value) in __gcov_pow2_profiler() 741 __gcov_one_value_profiler (gcov_type *counters, gcov_type value) in __gcov_one_value_profiler()
|
| H A D | value-prof.h | 47 gcov_type *counters; /* Pointer to first counter. */ member
|
| H A D | coverage.c | 589 build_fn_info_type (unsigned int counters) in build_fn_info_type() 643 tree counters = build_int_cstu (get_gcov_unsigned_t (), in build_fn_info_value() local
|
| /openbsd-src/sys/sys/ |
| H A D | percpu.h | 147 uint64_t *counters; in counters_inc() local 158 uint64_t *counters; in counters_dec() local 169 uint64_t *counters; in counters_add() local 180 uint64_t *counters; in counters_pkt() local
|
| /llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | CtxInstrContextNode.h | 86 // The counters vector starts right after the static header. in counters() function 94 const uint64_t *counters() const { counters() function
|
| H A D | PGOCtxProfReader.h | 60 const SmallVectorImpl<uint64_t> &counters() const { return Counters; } counters() function
|
| /llvm-project/compiler-rt/lib/ctx_profile/ |
| H A D | CtxInstrContextNode.h | 86 // The counters vector starts right after the static header. in counters() function 94 const uint64_t *counters() const { counters() function
|
| /openbsd-src/sys/kern/ |
| H A D | subr_percpu.c | 131 uint64_t *counters; in counters_alloc() local 166 uint64_t *gen, *counters, *temp = scratch; in counters_read() local 215 uint64_t *counters; in counters_zero() local 314 uint64_t *counters; in counters_read() local 329 uint64_t *counters; in counters_zero() local
|
| H A D | uipc_mbuf.c | 238 uint64_t *counters; m_get() local 271 uint64_t *counters; m_gethdr() local 421 uint64_t *counters; m_free() local
|
| /llvm-project/third-party/benchmark/test/ |
| H A D | perf_counters_gtest.cc | 89 auto counters = PerfCounters::Create({kGenericPerfEvent1}); in TEST() local 105 auto counters = in TEST() local 126 std::vector<PerfCounters> counters(2); in TEST() local 227 auto counters = in measure() local
|
| /llvm-project/compiler-rt/test/asan/TestCases/Windows/ |
| H A D | sanitizer_purge.cpp | 11 PROCESS_MEMORY_COUNTERS counters; in GetRSS() local
|
| /llvm-project/mlir/include/mlir/Debug/ |
| H A D | Counter.h | 74 llvm::StringMap<Counter> counters; variable
|
| /llvm-project/libc/test/src/__support/ |
| H A D | hash_test.cpp | 101 AlignedMemory<size_t> counters(sz, sizeof(size_t), 0); in TEST() local 128 AlignedMemory<size_t> counters(sz, sizeof(size_t), 0); in TEST() local
|
| /llvm-project/mlir/lib/Pass/ |
| H A D | IRPrinting.cpp | 215 llvm::DenseMap<Operation *, unsigned> &counters) { in getOpAndSymbolNames() argument 260 createTreePrinterOutputPath(Operation * op,llvm::StringRef passArgument,llvm::StringRef rootDir,llvm::DenseMap<Operation *,unsigned> & counters) createTreePrinterOutputPath() argument 345 llvm::DenseMap<Operation *, unsigned> counters; global() member
|
| /llvm-project/compiler-rt/test/profile/ContinuousSyncMode/ |
| H A D | darwin-proof-of-concept.c | 25 __attribute__((section("__DATA,__pcnts"))) int counters[] = {0xbad}; variable [all...] |
| /openbsd-src/sys/uvm/ |
| H A D | uvm_meter.c | 252 uint64_t counters[exp_ncounters], scratch[exp_ncounters]; in uvmexp_read() local [all...] |
| /llvm-project/third-party/benchmark/src/ |
| H A D | thread_manager.h | 48 UserCounters counters; member
|
| /llvm-project/mlir/lib/Debug/ |
| H A D | DebugCounter.cpp | 27 llvm::cl::list<std::string> counters{ member
|
| /llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_stoptheworld_test.cpp | 88 std::atomic_int counters[kThreadCount] = {}; member
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_stoptheworld_test.cpp | 88 std::atomic_int counters[kThreadCount] = {}; member
|
| /openbsd-src/sys/netinet6/ |
| H A D | ip6_divert.c | 302 uint64_t counters[div6s_ncounters]; divert6_sysctl_div6stat() local
|
| /openbsd-src/sys/netinet/ |
| H A D | ip_divert.c | 326 uint64_t counters[divs_ncounters]; divert_sysctl_divstat() local
|
| H A D | igmp.c | 683 uint64_t counters[igps_ncounters]; igmp_sysctl_igmpstat() local
|
| H A D | raw_ip.c | 137 uint64_t *counters; rip_input() local
|
| /llvm-project/llvm/utils/TableGen/ |
| H A D | DXILEmitter.cpp | 63 SmallVector<StringRef, 4> counters; // counters for this inst. global() member
|