ajor / bpftrace

High-level tracing language for Linux eBPF - development moved to https://github.com/iovisor/bpftrace
https://github.com/iovisor/bpftrace
Apache License 2.0
250 stars 15 forks source link

Tools #38

Closed brendangregg closed 6 years ago

brendangregg commented 6 years ago

I wrote these a while ago but wasn't going to submit until printf supported nice format widths. Their output looks much better now. :)

This creates a tools subdirectory: that would be for useful tools. We should also have an examples subdirectory for short code examples, that are more focused on showing code than having a useful tool.

taem commented 6 years ago

Hi,

Awesome! Pointer arithmetic is great thing, but scalar arrays would be better I guess.

ajor commented 6 years ago

Nice - thanks for these!