HomeSort by relevance Sort by last modified time
    Searched refs:unwindstack (Results 1 - 25 of 152) sorted by null

1 2 3 4 5 6 7

  /system/core/debuggerd/libdebuggerd/include/libdebuggerd/
elf_utils.h 23 namespace unwindstack { namespace
27 bool elf_get_build_id(unwindstack::Memory*, uintptr_t, std::string*);
types.h 22 #include <unwindstack/Regs.h>
25 std::unique_ptr<unwindstack::Regs> registers;
  /system/core/libunwindstack/include/unwindstack/
UserArm.h 32 namespace unwindstack { namespace
38 } // namespace unwindstack
UserMips.h 32 namespace unwindstack { namespace
43 } // namespace unwindstack
UserMips64.h 32 namespace unwindstack { namespace
43 } // namespace unwindstack
Log.h 22 namespace unwindstack { namespace
27 } // namespace unwindstack
UserArm64.h 32 namespace unwindstack { namespace
41 } // namespace unwindstack
Error.h 22 namespace unwindstack { namespace
40 } // namespace unwindstack
UcontextArm.h 34 #include <unwindstack/MachineArm.h>
36 namespace unwindstack { namespace
61 } // namespace unwindstack
UcontextArm64.h 34 #include <unwindstack/MachineArm64.h>
36 namespace unwindstack { namespace
67 } // namespace unwindstack
UcontextMips.h 34 #include <unwindstack/MachineMips.h>
36 namespace unwindstack { namespace
60 } // namespace unwindstack
RegsArm.h 24 #include <unwindstack/Elf.h>
25 #include <unwindstack/Regs.h>
27 namespace unwindstack { namespace
60 } // namespace unwindstack
RegsArm64.h 24 #include <unwindstack/Elf.h>
25 #include <unwindstack/Regs.h>
27 namespace unwindstack { namespace
60 } // namespace unwindstack
RegsMips.h 24 #include <unwindstack/Elf.h>
25 #include <unwindstack/Regs.h>
27 namespace unwindstack { namespace
60 } // namespace unwindstack
  /system/core/libbacktrace/
UnwindStackMap.h 31 #include <unwindstack/DexFiles.h>
33 #include <unwindstack/JitDebug.h>
34 #include <unwindstack/Maps.h>
49 virtual std::shared_ptr<unwindstack::Memory> GetProcessMemory() override final;
51 unwindstack::Maps* stack_maps() { return stack_maps_.get(); }
53 const std::shared_ptr<unwindstack::Memory>& process_memory() { return process_memory_; }
55 unwindstack::JitDebug* GetJitDebug() { return jit_debug_.get(); }
58 unwindstack::DexFiles* GetDexFiles() { return dex_files_.get(); }
64 std::unique_ptr<unwindstack::Maps> stack_maps_;
65 std::shared_ptr<unwindstack::Memory> process_memory_
    [all...]
UnwindStack.cpp 32 #include <unwindstack/Elf.h>
33 #include <unwindstack/MapInfo.h>
34 #include <unwindstack/Maps.h>
35 #include <unwindstack/Memory.h>
36 #include <unwindstack/Regs.h>
37 #include <unwindstack/RegsGetLocal.h>
40 #include <unwindstack/DexFiles.h>
42 #include <unwindstack/Unwinder.h>
45 #include "UnwindStack.h"
48 bool Backtrace::Unwind(unwindstack::Regs* regs, BacktraceMap* back_map
    [all...]
  /system/core/libunwindstack/
Check.h 22 #include <unwindstack/Log.h>
24 namespace unwindstack { namespace
32 } // namespace unwindstack
Regs.cpp 23 #include <unwindstack/Elf.h>
24 #include <unwindstack/MapInfo.h>
25 #include <unwindstack/Regs.h>
26 #include <unwindstack/RegsArm.h>
27 #include <unwindstack/RegsArm64.h>
28 #include <unwindstack/RegsMips.h>
29 #include <unwindstack/RegsMips64.h>
30 #include <unwindstack/RegsX86.h>
31 #include <unwindstack/RegsX86_64.h>
32 #include <unwindstack/UserArm.h
39 namespace unwindstack { namespace
    [all...]
DwarfEhFrame.h 22 #include <unwindstack/DwarfSection.h>
23 #include <unwindstack/Memory.h>
25 namespace unwindstack { namespace
47 } // namespace unwindstack
  /system/core/libunwindstack/tools/
unwind.cpp 29 #include <unwindstack/DexFiles.h>
30 #include <unwindstack/Elf.h>
31 #include <unwindstack/JitDebug.h>
32 #include <unwindstack/Maps.h>
33 #include <unwindstack/Memory.h>
34 #include <unwindstack/Regs.h>
35 #include <unwindstack/Unwinder.h>
55 unwindstack::RemoteMaps remote_maps(pid);
61 unwindstack::Regs* regs = unwindstack::Regs::RemoteGet(pid)
    [all...]
  /system/core/libunwindstack/tests/
LogFake.h 22 namespace unwindstack { namespace
28 } // namespace unwindstack
DwarfOpLogTest.cpp 24 #include <unwindstack/DwarfError.h>
25 #include <unwindstack/DwarfMemory.h>
26 #include <unwindstack/Log.h>
27 #include <unwindstack/Regs.h>
33 namespace unwindstack { namespace
73 } // namespace unwindstack
ElfFake.cpp 22 #include <unwindstack/Elf.h>
23 #include <unwindstack/ElfInterface.h>
24 #include <unwindstack/Memory.h>
25 #include <unwindstack/Regs.h>
30 namespace unwindstack { namespace
74 } // namespace unwindstack
  /system/core/debuggerd/libdebuggerd/test/
elf_fake.cpp 23 namespace unwindstack { namespace
33 bool elf_get_build_id(unwindstack::Memory*, uintptr_t, std::string* build_id) {
  /system/extras/simpleperf/
OfflineUnwinder.cpp 22 #include <unwindstack/MachineArm.h>
23 #include <unwindstack/MachineArm64.h>
24 #include <unwindstack/MachineX86.h>
25 #include <unwindstack/MachineX86_64.h>
26 #include <unwindstack/Regs.h>
27 #include <unwindstack/RegsArm.h>
28 #include <unwindstack/RegsArm64.h>
29 #include <unwindstack/RegsX86.h>
30 #include <unwindstack/RegsX86_64.h>
31 #include <unwindstack/UserArm.h
    [all...]

Completed in 255 milliseconds

1 2 3 4 5 6 7