Jordan Rome

Results 346 comments of Jordan Rome

@Rtoax Just re-reading this issue. It looks like pcomm should be doing `curtask->group_leader->comm`: - https://github.com/bpftrace/bpftrace/pull/4744

@amscanne Making commits from the github UI? DCO failing :)

Also the regression test is failing lol. I think it needs to be 'fentry:*'

Even though this program creates multiple threads, what guarantees do we have that wherever these tests are being run will run these threads on different cpus? Doesn't this get tricky...

Closing due to age. Feel free to reopen.

I think we can close this issue as tracepoints already support working with `args` builtin. @viktormalik unless I"m missing something

@viktormalik ah, got it. Missed the "entire" part 😄

I'm seeing the same thing as @viktormalik but I'm on llvm12 ``` $ sudo ./src/bpftrace --info System OS: Linux 6.4.3-0_fbk11_2563_g44ec95f7d7f4 #1 SMP Thu Apr 18 16:09:12 PDT 2024 Arch: x86_64...

> I'd favour going with the "map methods" approach. In general, I'm a big fan of methods on objects BUT that's a big language change for bpftrace. If we added...

> I think we should sort out the syntax before merging new functions though, as once they're in, they're pretty much in forever. I'll create an RFC issue with some...