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

Replace log with tracing 👯 #9

Merged
merged 25 commits into from
May 28, 2022
Merged

Replace log with tracing 👯 #9

merged 25 commits into from
May 28, 2022

Conversation

hyyking
Copy link
Owner

@hyyking hyyking commented Apr 17, 2022

  • clone the tracing 0.2.0 project and add it to the kernel tree, as it has no_std support
  • implement a qemu-serial tracer
    • adapt the logging protocol
    • implement the tracer
    • add COBS encoding
  • adapt the konsole crate
    • detect spans
    • build a tree-like structure for spans
  • instrument/trace some basic APIs such as bootloader, page_mapper ... (see Tracking issue for kernel tracing #10)

And eventually use the nice span API in konsole :D

@hyyking hyyking mentioned this pull request Apr 17, 2022
16 tasks
@hyyking hyyking marked this pull request as ready for review May 28, 2022 12:33
@hyyking hyyking merged commit dc85835 into master May 28, 2022
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.

1 participant