-
I was expecting that pwru is able to track BPF helpers called by XDP progs when running with `--filter-trace-xdp --filter-track-bpf-helpers`. That turned to be not the case.
The `--filter-track-bpf-h…
-
**Describe the bug**
I cannot run v1.6.6-1 on Linux Aeon. Just installed Aeon, so I do not have experience with previous opensnitch versions.
- OpenSnitch version: 1.6.6-1
- OS: Aeon (atomic Op…
-
kernel version: 6.8.0-40-generic
system version: ubuntu 22.04
debug info:
```
cannot attach kprobe, Invalid argument
Traceback (most recent call last):
File "/mnt/sdb/bcc/examples/tracing/bite…
-
### Checks
- [X] I have searched the existing issues
- [X] I have read the documentation
- [ ] Is it your first time sumbitting an issue
### Current Behavior
在 riscv64 上尝试构建 latest(0.8.0) d…
-
bpftrace won't attach to tracepoint event that provided for uprobe [1] or kprobe [2]
```
# perf probe -x ./test -a func
Added new event:
probe_test:func (on func in /root/TTT/test)
Yo…
-
As a developer I want to:
1. Implement kprobes and uprobes to be monitor each app’s running state
2. Flag running applications
-
Currently, tracing multiple tracepoints simultaneously is not supported. However, enabling this feature would be highly beneficial for users. For example, attempting to trace multiple tracepoints usin…
-
Policies that use the same symbols do not currently work. Here's an example:
```yaml
apiVersion: cilium.io/v1alpha1
kind: TracingPolicy
metadata:
name: "multiple-symbols"
spec:
kprobes:
…
-
```
SEC("kprobe/do_fchmodat")
int kprobe__do_fchmodat(struct pt_regs *ctx) {
struct data_t data = {0};
char *filename = (char *)PT_REGS_PARM2(ctx);
unsigned int mode =…
-
I think we could largely base a startup script on what we have with kproxy.
https://packagecloud.io/kentik/kproxy/packages/debian/wheezy/kproxy-latest-debian-7_7.17_amd64.deb
Just rename the fil…