Searched refs:get_command_line (Results 1 – 6 of 6) sorted by relevance
25 std::vector<std::string> get_command_line(pid_t pid);
29 std::vector<std::string> get_command_line(pid_t pid) { in get_command_line() function
517 info.command_line = get_command_line(g_target_thread); in main()
112 dump_process_header(&log, pid, get_command_line(pid)); in dump_backtrace_header()
575 std::vector<std::string> command_line = get_command_line(pid); in engrave_tombstone_ucontext()
99 << "Cmd line: " << android::base::Join(get_command_line(pid), " ") << "\n"; in get_wchan_data()