Home
last modified time | relevance | path

Searched defs:counters (Results 1 – 25 of 52) sorted by relevance

123

/openbsd-src/gnu/gcc/gcc/
H A Dlibgcov.c58 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 Dvalue-prof.h47 gcov_type *counters; /* Pointer to first counter. */ member
H A Dcoverage.c589 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 Dpercpu.h147 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 DCtxInstrContextNode.h86 // The counters vector starts right after the static header. in counters() function
94 const uint64_t *counters() const { counters() function
H A DPGOCtxProfReader.h60 const SmallVectorImpl<uint64_t> &counters() const { return Counters; } counters() function
/llvm-project/compiler-rt/lib/ctx_profile/
H A DCtxInstrContextNode.h86 // 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 Dsubr_percpu.c131 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 Duipc_mbuf.c238 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 Dperf_counters_gtest.cc89 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 Dsanitizer_purge.cpp11 PROCESS_MEMORY_COUNTERS counters; in GetRSS() local
/llvm-project/mlir/include/mlir/Debug/
H A DCounter.h74 llvm::StringMap<Counter> counters; variable
/llvm-project/libc/test/src/__support/
H A Dhash_test.cpp101 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 DIRPrinting.cpp215 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 Ddarwin-proof-of-concept.c25 __attribute__((section("__DATA,__pcnts"))) int counters[] = {0xbad}; variable
[all...]
/openbsd-src/sys/uvm/
H A Duvm_meter.c252 uint64_t counters[exp_ncounters], scratch[exp_ncounters]; in uvmexp_read() local
[all...]
/llvm-project/third-party/benchmark/src/
H A Dthread_manager.h48 UserCounters counters; member
/llvm-project/mlir/lib/Debug/
H A DDebugCounter.cpp27 llvm::cl::list<std::string> counters{ member
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stoptheworld_test.cpp88 std::atomic_int counters[kThreadCount] = {}; member
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stoptheworld_test.cpp88 std::atomic_int counters[kThreadCount] = {}; member
/openbsd-src/sys/netinet6/
H A Dip6_divert.c302 uint64_t counters[div6s_ncounters]; divert6_sysctl_div6stat() local
/openbsd-src/sys/netinet/
H A Dip_divert.c326 uint64_t counters[divs_ncounters]; divert_sysctl_divstat() local
H A Digmp.c683 uint64_t counters[igps_ncounters]; igmp_sysctl_igmpstat() local
H A Draw_ip.c137 uint64_t *counters; rip_input() local
/llvm-project/llvm/utils/TableGen/
H A DDXILEmitter.cpp63 SmallVector<StringRef, 4> counters; // counters for this inst. global() member

123