Searched refs:unwind (Results 1 – 8 of 8) sorted by relevance
38 expect(spEle.unwind).toBeNaN();51 expect(spEle.unwind).toEqual(111);64 expect(spEle.unwind).toEqual(1121);75 expect(spEle.unwind).toEqual(1121);
99 std::string unwind = args[idx + 1]; in ParseCommand() local100 if (unwind == "dwarf") { in ParseCommand()102 } else if (unwind == "fp") { in ParseCommand()107 printf("set unwind mode:%s\n", unwind.c_str()); in ParseCommand()
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()
579 maxStackDepth: spAllocations!.unwind,591 maxStackDepth: spAllocations!.unwind,
13 - Max unwind level:抓取的栈的最大深度。
305 # what means host use remote mode to unwind307 # There is an exception, we can support local unwind for linux.
70 get unwind(): number { method in SpAllocations