-
As most of the single process tests suites are able to run, we can now start working on compiling and running coreutils. This issue serves as a progress tracker for coreutils. Below is the current sta…
-
Running parca-agent in Docker on Unraid 7.0.0-beta.2.
```
# uname -a
Linux Magda 6.8.12-Unraid #3 SMP PREEMPT_DYNAMIC Tue Jun 18 07:52:57 PDT 2024 x86_64 Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz G…
-
Hello
I just noticed that the args->filename parameter contains an empty string when using the open syscall. To be clear, I am specifically referring to the open syscall and not openat.
I wrote …
-
Triggered by a discussion (in [June](https://lists.freedesktop.org/archives/systemd-devel/2020-June/044755.html) & [Aug](https://lists.freedesktop.org/archives/systemd-devel/2020-August/045038.html)) …
-
### Description
checkescape (`//tools/checkescape`) uses `go tool objdump` to produce a mapping from source lines to function calls at those lines (`checkescape.go:loadObjdump()`). However, `go tool …
-
When viewing the syscalls from a capture file in sysdig-inspect there are many syscalls missing. For example I can see the first 6800 syscalls and then it suddenly jumps to syscall 30400. If I run the…
-
Awesome project!
Golang took the same approach, partly for the same reasons. I believe that some of the Golang work / ideas could be reused here.
What they do is to _generate_ simple functions t…
-
I propose implementing seccomp-bpf similar to what [strace has](https://pchaigno.github.io/strace/2019/10/02/introducing-strace-seccomp-bpf.html). This would allow us only to interact with specific sy…
-
**What happened?**
The latest Linux 6.1 kernel introduced a regression in applications using the `io_uring` syscalls, which could result in processes hanging and not being killed. In particular, `n…
-
### Is your feature request related to a problem? Please describe.
As reported here https://github.com/bpftrace/bpftrace/discussions/3589#discussioncomment-11290641
I'm hooking into `kretfunc:tc…