Skip to content
#

usdt

Here are 65 public repositories matching this topic...

martinvonwittich
martinvonwittich commented Aug 25, 2021

Is your feature request related to a problem? Please describe.

I fiddled around with bpftrace to write internal documentation for my colleagues on how to use it. I chose tracepoint:syscalls:sys_enter_mkdir as a suitable tracepoint for a simple demo, and wrote this code:

bpftrace -e 'tracepoint:syscalls:sys_enter_mkdir { printf("mkdir %s %o\n", str(args->pathname), args->mode); }

Improve this page

Add a description, image, and links to the usdt topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the usdt topic, visit your repo's landing page and select "manage topics."

Learn more