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

Add real-time tracing documentation #800

Merged
merged 2 commits into from
Mar 11, 2022
Merged
Changes from 1 commit
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
Prev Previous commit
Fix grammar nit
Signed-off-by: Dave Thaler <dthaler@microsoft.com>
  • Loading branch information
dthaler committed Mar 11, 2022
commit 7570c9709dc5ea6bbc1f6ae540ea28476d6dc2fa
2 changes: 1 addition & 1 deletion include/bpf_helper_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ EBPF_HELPER(long, bpf_trace_printk5, (const char* fmt, uint32_t fmt_size, uint64
/**
* @brief Print debug output. For instructions on viewing the output, see the
* <a href="https://github.com/microsoft/ebpf-for-windows/blob/main/docs/GettingStarted.md#using-tracing">Using
* tracing</a> section of Getting Started Guide for eBPF for Windows.
* tracing</a> section of the Getting Started Guide for eBPF for Windows.
*
* @param[in] fmt Printf-style format string.
* @param[in] ... Numeric arguments to be used by the format string.
Expand Down