Skip to content

Conversation

@Ghostbaby
Copy link
Contributor

  • Updated Go version in go.mod from 1.22.4 to 1.23.4 for improved performance and compatibility.
  • Added preempted_pid_state field to the sched_latency_t structure in trace.c for better tracking of process states.
  • Modified SQL schema in sched.ck to include the new preempted_pid_state column.
  • Updated output handling in output.go and sched_delay.go to accommodate the new field in database inserts.
  • Introduced task state constants and a mapping function in utils.go for enhanced task state management.

- Updated Go version in `go.mod` from 1.22.4 to 1.23.4 for improved performance and compatibility.
- Added `preempted_pid_state` field to the `sched_latency_t` structure in `trace.c` for better tracking of process states.
- Modified SQL schema in `sched.ck` to include the new `preempted_pid_state` column.
- Updated output handling in `output.go` and `sched_delay.go` to accommodate the new field in database inserts.
- Introduced task state constants and a mapping function in `utils.go` for enhanced task state management.
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.32.0 to 0.35.0.
- [Commits](golang/crypto@v0.32.0...v0.35.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.35.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@Ghostbaby Ghostbaby merged commit 69013f3 into main May 12, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants