Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dsample_tree.h112 (r.GetValidStackSize() > 0)) { in ProcessSampleRecord()
117 r.GetValidStackSize(), &user_ips, &sps)) { in ProcessSampleRecord()
Dcmd_debug_unwind.cpp234 r.GetValidStackSize() > 0) { in ProcessRecord()
240 r.GetValidStackSize(), &ips, &sps)) { in ProcessRecord()
Dcmd_record.cpp1412 (r.GetValidStackSize() > 0)) { in UnwindRecord()
1419 r.GetValidStackSize(), &ips, &sps)) { in UnwindRecord()
1429 r.GetValidStackSize(), &ips, &sps)) { in UnwindRecord()
Drecord.h412 uint64_t GetValidStackSize() const { in GetValidStackSize() function