Searched refs:unwind (Results 1 – 12 of 12) sorted by relevance
39 expect(spEle.unwind).toBeNaN();53 expect(spEle.unwind).toEqual(111);67 expect(spEle.unwind).toEqual(1121);79 expect(spEle.unwind).toEqual(1121);
94 std::string unwind = args[idx + 1]; in ParseCommand() local95 if (unwind == "dwarf") { in ParseCommand()97 } else if (unwind == "fp") { in ParseCommand()102 printf("set unwind mode:%s\n", unwind.c_str()); in ParseCommand()
8 * Max unwind level:抓取的栈的最大深度。
104 u32 unwind = 0; in unwind_stack() local105 int err = bpf_probe_read_kernel(&unwind, sizeof(u32), unwind_ptr); in unwind_stack()109 return unwind; in unwind_stack()
270 static inline int InitUnwindFlag(const int fd, bool unwind) in InitUnwindFlag() argument274 if (unwind) { in InitUnwindFlag()
48 get unwind(): number { method in SpAllocations
47 get unwind(): number { method in SpAllocations
322 # what means host use remote mode to unwind324 # There is an exception, we can support local unwind for linux.
1708 maxStackDepth: this.spAllocations!.unwind,
1703 maxStackDepth: this.spAllocations!.unwind,