Levi Zim
Levi Zim
Add an eBPF backend for - System-wide tracing (#33) - Emulating old follow-fork behavior to provide a mostly compatible interface like the old one ## Benefits - We can have...
Add a new subcommand for supporting system-wide exec tracing. It cannot be implemented with ptrace so ebpf or systemtap is probably the solution.
Inspired by https://blog.quarticcat.com/posts/no-more-oom/ , I think tracexec is the perfect place to control the parallelism of build system. r8(it's not a linker anyway) really pushes my system near/to OOM when...
Add a new kind of breakpoint that break on process fork/clone. There should be two ways to add such breakpoint: - Select a process in the TUI and add a...
Similar to #4, but we can export the exec events as commonly used formats like `compile_commands.json` used by clangd: https://clang.llvm.org/docs/JSONCompilationDatabase.html
I am getting the following clippy warning when using const ArcStr literals. IMO these warnings are harmless. It's probably a good idea to silence such warnings in `arcstr::literal` macro. ```rust...
### 问题类型 / Type of issues * 其它 / other ### 受影响的软件包 / Affected packages * cling ---- cling doesn't function unless I provide ` -I /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/`. ```c ❯ cling...
### This issue is unique. - [X] I have used the [search tool](https://github.com/ONLYOFFICE/DesktopEditors/issues?q=) and did not find an issue describing my idea. ### Your idea. The javascript engine v8, version...
- Fix rotten - Use my fork of seccompiler for enabling seccomp-bpf feature, previous upstream PR: https://github.com/rust-vmm/seccompiler/pull/72