Rafael David Tinoco

Results 213 comments of Rafael David Tinoco

> Hi Rafael, I already implemented it :) #3685 Oh, that was easy on my side =D. Ok, Ill try to review soon! Thanks for work! Excited to check it.

@shani-gold would you mind sharing the use case and project ? Just by curiosity. I'm interested in your use case, are you doing event OLAP processing ? Is that the...

Lets use this issue to add an example/selftest to have a socket program in the source code so people can use as a reference as well. What @mozillazg has provided...

@mozillazg Actually, I just saw https://github.com/mozillazg/hello-libbpfgo. It is a very very nice set of examples, @mozillazg. Why don't you merge it all into a "examples" directory within libbpfgo ? That...

You could even create an entire "hello-world" structure of how to use libbpfgo, and we can add issues to document things giving explanations on whys etc. If you pick this...

@mozillazg For now, I can think of things that would fit example and not selftests: - socket filtering (involved libbpfgo calls are already tested by other selftests but the "socket...

I really like the idea and I think it would improve adoption speed because of this.

Yep, good idea, lets deprecate it in libbpfgo for one or two releases and move it into tracee!

> I think we have a current difficulty in maintaining different packages inside tracee, for example it's laborious to make changes in types. I thought about the multi-packaged tracee (pkg/xxx)...

> Would be curious to know if this is something you've also experienced in Tracee. It would be fantastic to see if implementing this in Go would help here. I...