Home
last modified time | relevance | path

Searched refs:GetValidStackSize (Results 1 – 4 of 4) sorted by relevance

/system/extras/simpleperf/
Dsample_tree.h114 (r.GetValidStackSize() > 0)) { in ProcessSampleRecord()
119 r.GetValidStackSize(), &user_ips, &sps)) { in ProcessSampleRecord()
Dcmd_debug_unwind.cpp235 r.GetValidStackSize() > 0) { in ProcessRecord()
241 r.GetValidStackSize(), &ips, &sps)) { in ProcessRecord()
Dcmd_record.cpp1529 (r.GetValidStackSize() > 0)) { in UnwindRecord()
1536 r.GetValidStackSize(), &ips, &sps)) { in UnwindRecord()
1546 r.GetValidStackSize(), &ips, &sps)) { in UnwindRecord()
Drecord.h415 uint64_t GetValidStackSize() const { in GetValidStackSize() function