William Findlay

Results 75 comments of William Findlay

Hi, what exactly is the abnormal resource usage here? If it's simply a disparity between pprof and /proc then this is probably an issue for pprof, not Tetragon.

Marking as draft while I debug

Btw I'm also not a fan of that "BUG in SensorCtl" thing. Maybe we can refactor that slightly in the future.

I went ahead and filed the PR I discussed above. Feel free to close it if this is not something you want to implement.

Hm, this looks like an LLVM issue. What is strange to me is that the target seems to be `x86_64-unknown-linux-gnu` based on your logs. The target should actually be something...

Please review carefully, in particular the `SwitchTo` implementation. I only started ramping up on the codebase yesterday, so forgive me if some obvious way already existed to do what I...

@Eskaan thanks for the feedback. I wasn't sure if I was missing something but WindowTakeFocus didn't actually seem to be working properly for me. It was actually the first thing...

@Eskaan I found and fixed the bug with `WindowTakeFocus` and removed the new event type I added. Thanks for pointing me in the right direction.

I'll take a look in the morning. Looks like some of the recent changes I made messed something up.

@Eskaan I've arrived at something that works but imo it's ugly and probably hiding the real problem. Anyway, tests seem to pass at least. As before, the relevant changes are...