Skip to content

Add block, goroutine, mutex, and trace subcommands to runsc profile - #14551

Open
copybara-service[bot] wants to merge 1 commit into
masterfrom
test/cl974170204
Open

Add block, goroutine, mutex, and trace subcommands to runsc profile#14551
copybara-service[bot] wants to merge 1 commit into
masterfrom
test/cl974170204

Conversation

@copybara-service

Copy link
Copy Markdown

Add block, goroutine, mutex, and trace subcommands to runsc profile

Implement the remaining runtime profiling subcommands for runsc profile:

  • goroutine: Dumps the current stack traces of all running goroutines
    in Sentry.
  • block: Collects a goroutine blocking contention profile.
  • mutex: Collects a mutex contention profile.
  • trace: Collects an execution trace.

@copybara-service copybara-service Bot added the exported Issue was exported automatically label Sep 1, 2026
@copybara-service
copybara-service Bot force-pushed the test/cl974170204 branch 10 times, most recently from 27e9797 to 11a9be5 Compare September 3, 2026 17:04
Implement the remaining runtime profiling subcommands for `runsc profile`:
- `goroutine`: Dumps the current stack traces of all running goroutines
in Sentry.
- `block`: Collects a goroutine blocking contention profile.
- `mutex`: Collects a mutex contention profile.
- `trace`: Collects an execution trace.

PiperOrigin-RevId: 974170204
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

exported Issue was exported automatically

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant