Home | History | Annotate | Download | only in simpleperf

Lines Matching refs:stack

71             "    -b           Enable take branch stack sampling. Same as '-j any'\n"
75 " method to parse call graph in stack. Default is dwarf,8192.\n"
89 " Enable taken branch stack sampling. Each sample\n"
105 " --no-unwind If `--call-graph dwarf` option is used, then the user's stack will\n"
107 " the user's stack.\n"
112 " If `--call-graph dwarf` option is used, then the user's stack will\n"
115 " the user's stack after recording.\n"
327 LOG(ERROR) << "invalid dump stack size in --call-graph option: " << strs[1];
331 LOG(ERROR) << "dump stack size " << size << " is not 8-byte aligned.";
694 std::vector<char>& stack = r.stack_user_data.data;
695 std::vector<uint64_t> unwind_ips = UnwindCallChain(GetBuildArch(), *thread, regs, stack);