OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Counters
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/profile/
PGOProfiling.c
37
uint64_t *
Counters
) {
41
fprintf(OutputFile, "%" PRIu64 "\n",
Counters
[i]);
InstrProfilingBuffer.c
38
PROFILE_RANGE_SIZE(
Counters
) * sizeof(uint64_t) + NamesSize + Padding;
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerTracePC.h
98
memset(
Counters
(), 0, GetNumPCs());
182
uint8_t *
Counters
() const;
227
// Returns a feature number by placing
Counters
into buckets as illustrated
254
uint8_t *
Counters
= this->
Counters
();
267
ForEachNonZeroByte(
Counters
,
Counters
+ N, FirstFeature, Handle8bitCounter);
FuzzerTracePC.cpp
25
// The coverage
counters
and PCs.
41
uint8_t *TracePC::
Counters
() const {
73
// Initializes unstable
counters
by copying Inline8bitCounters to unstable
74
//
counters
.
81
// Compares the current
counters
with
counters
from previous runs
99
// Updates and applies unstable
counters
to ModuleCounters in single iteration
159
Printf("INFO: Loaded %zd modules (%zd inline 8-bit
counters
): ",
186
Printf("INFO: %zd Extra
Counters
\n", NumExtraCounters);
258
if (
Counters
()[GuardIdx]
[
all
...]
Completed in 14 milliseconds
Indexes created Tue Oct 14 08:09:56 GMT 2025