Fred Leitz
Fred Leitz
Copy RecordButton.swift into your project.
If it helps, attaching USDTs to python works fine... ``` SEC("usdt//usr/bin/python3.10:python:function__entry") int BPF_USDT(python_method, char* filename, char* method, int lineno){ return 0; } ```
I can work on a fix, especially now that I know what the issue is. If I can fix it I'll submit a patch / PR. Question, does the PR...
Read the docs, know where to submit the patches :)
Does this look right to you? After I added this the program can now auto-attach but never gets called when I run ruby. The items I'm unsure about are whether...
Our code is here: https://github.com/containiq/libbpf These patches fixed the parsing issue but it would also sometimes crash the ruby VM so it probably has bugs. Also, the probes never fired...
Hadn't planned on it, don't really have time to maintain.
Older versions should be more consistent with the original project. I know the algorithm has had many performance optimizations made to it. I'd be happy to apply a pull request...
If you can send a pull request i'll merge it, sorry for the late reponse.