Home
last modified time | relevance | path

Searched refs:stack_end (Results 1 – 3 of 3) sorted by relevance

/system/extras/simpleperf/
DOfflineUnwinder.h55 uint64_t stack_end; member
DOfflineUnwinder.cpp281 unwinding_result_.stack_end = stack_addr + stack_size; in UnwindCallChain()
Drecord.cpp1141 MoveFromBinaryFormat(unwinding_result.stack_end, p); in UnwindingResultRecord()
1160 MoveToBinaryFormat(unwinding_result.stack_end, p); in UnwindingResultRecord()
1186 PrintIndented(indent, "stack_end 0x%" PRIx64 "\n", unwinding_result.stack_end); in DumpData()