OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CountersLast
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfilingPlatformOther.c
20
static uint64_t *
CountersLast
= NULL;
39
CountersLast
= (uint64_t *)Data->CounterPtr + Data->NumCounters;
52
UPDATE_LAST(
CountersLast
, (uint64_t *)Data->CounterPtr + Data->NumCounters);
67
uint64_t *__llvm_profile_end_counters(void) { return
CountersLast
; }
InstrProfilingPlatformOther.c
20
static uint64_t *
CountersLast
= NULL;
39
CountersLast
= (uint64_t *)Data->CounterPtr + Data->NumCounters;
52
UPDATE_LAST(
CountersLast
, (uint64_t *)Data->CounterPtr + Data->NumCounters);
67
uint64_t *__llvm_profile_end_counters(void) { return
CountersLast
; }
Completed in 22 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025