Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DOfflineUnwinder.h50 uint64_t stack_end; member
DOfflineUnwinder.cpp317 unwinding_result_.stack_end = stack_addr + stack_size; in UnwindCallChain()
Drecord.cpp1242 MoveFromBinaryFormat(unwinding_result.stack_end, p); in UnwindingResultRecord()
1261 MoveToBinaryFormat(unwinding_result.stack_end, p); in UnwindingResultRecord()
1287 PrintIndented(indent, "stack_end 0x%" PRIx64 "\n", unwinding_result.stack_end); in DumpData()