Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vm/.../openbsd: get back traces of the first two cpus. #1705

Merged
merged 1 commit into from
Apr 29, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
vm/.../openbsd: get back traces of the first two cpus.
  • Loading branch information
Greg Steuck committed Apr 29, 2020
commit 338f82ddff17ab73c91839b9dfaefe0bc795ad6e
4 changes: 4 additions & 0 deletions vm/vmimpl/openbsd.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ func DiagnoseOpenBSD(w io.Writer) ([]byte, bool) {
"show all locks",
"show malloc",
"show all pools",
"machine ddbcpu 0", // Traces a couple of first CPUs (enough on GCE farm).
"trace",
"machine ddbcpu 1", // One of these is likely a dup of the very first trace.
"trace",
}
for _, c := range commands {
w.Write([]byte(c + "\n"))
Expand Down