bas smit

Results 132 comments of bas smit

This should be fixed in master :). It still emits a warning we should fix but it can be silenced for now: ``` $ sudo bpftrace_master tcpconnect-tp.bt --no-warnings Attaching 2...

hi, sorry totally missed the notification for this. Do you want a license on the RPM spec files or do you want the licenses of the various projects being built...

The bcc and bpftrace specs are based on those from fedora so I'd say its whatever license they use for the specfiles, which seems to be MIT: https://fedoraproject.org/wiki/Licensing:Main . The...

Created two milestones and added some of the work that seems to have traction to it

All steps should be done but it would be nice if anyone feels like doublechecking. https://github.com/iovisor/bpftrace/releases/tag/v0.16.0

oops, sorry for the long delay on this one. I'll take a look at this one Can you add tests?

> > oops, sorry for the long delay on this one. I'll take a look at this one > > Can you add tests? > > I don't know how...

I see two issues: 1. clang-format failed, you need to run clang-format over your changes to make sure they're styled correctly. If you install `git-clang-format` its easy to do. 2....

``` 2: [ FAILED ] call.path 2: Command: ../src//bpftrace -ve 'kfunc:filp_close { $f = path(args->filp->f_path); if (!strstr($f, "bpftrace_runtime_test_syscall_gen_read_temp")) { printf("OK\n"); exit(); } }' 2: Unclean exit code: 1 2: Output:...

Yes we should just skip the copy when `lmap.vargs.size() == 1`. I was looking at a way to order our variables in a way that we do not have to...