William Findlay
William Findlay
Need to finish configuring Semaphore CI to automatically run unit tests on newer kernels. So far, there are some linker issues with building bcc from source on the Ubuntu VM....
Hi there. I was wondering if you would be interested in a PR to add support for wildcards in field filters. For example, something like `"*.a.b.c"` would match all paths...
There is a mismatch between event numbers in userspace and their opcode numbers from the BPF side, so we can't log opcode names like we've been doing. In any case,...
This commit adds a code generated UnwrapGetEventsResponse helper that returns the inner event type from a GetEventsResponse. This enables us to do type matching directly on the inner event, for...
See commits.
### Proposed feature or solution It would be cool if we could duplicate a schedule and use it to create an identical one with a different name and URL. After...
Implement a new export filter for process capabilities. The filter includes support for matching effective, permitted, and inheritable capability sets, with various match behaviours. Behaviours include: - `any`: matches if...
#1432 and #1700 fixed segmentation faults related to using field filters on exec and exit events due to the way these events interact with the process cache. The fixes work...
Although not strictly to spec, some upstream graphql implementations such as the start.gg API encode their ID types as integers rather than strings. Prior to this commit, deserialization would fail...
I noticed that when defining something like the following: ```go type Config struct { Foo string `opts:"default=bar"` } ``` The default value is not respected when parsing an empty argument...