tracing-etw

Crates.iotracing-etw
lib.rstracing-etw
version0.2.1
sourcesrc
created_at2021-10-12 00:26:33.020955
updated_at2024-11-06 01:21:36.759104
descriptionETW or Linux user_events output for tokio-tracing
homepage
repositoryhttps://github.com/microsoft/tracing-etw
max_upload_size
id463793
size150,703
Doug Cook (idigdoug)

documentation

README

tracing-etw-user_events

ETW and EventHeader formatted user_events layer for tracing.

Crates.io Documentation MIT licensed Build Status maintenance status

Overview

This layer emits tracing events as Windows ETW events or Linux user-mode tracepoints (user_events with the EventHeader encoding; requires a Linux 6.4+ kernel).

Note: Linux kernels without user_events support will not log any events.

Commit count: 35

cargo fmt