Fiedzia
February 22, 2017, 8:59pm
1
Recently Brendan Greg wrote about using tracing with Golang:
As part of my work on rust-usdt I've tried to do the same for Rust, here is the result:
https://github.com/Fiedzia/rust-usdt/blob/master/doc/articles/part2.md
Questions and PR's welcomed.
3 Likes
jer
February 23, 2017, 9:39am
2
Very nice! I'm currently heavily working with BPF and bcc (not for tracing though), and so am reading a lot of what Brendan writes. Thanks for posting this!
Fiedzia
February 23, 2017, 11:30am
3
What are you using them for?
kubaxvx
February 23, 2017, 1:34pm
5
@Fiedzia Just a quick note: the link to the first article is not working. I think you forgot to add /articles
between /doc
and /part1.md
.
Fiedzia
February 23, 2017, 1:52pm
6
Thanks for pointing it out, fixed now.