-
After running `make deploy` the following files get modified:
```
modified: config/default/go-kprobe-counter/kustomization.yaml
modified: config/default/go-kprobe-counter/patch.yaml
modif…
-
Running two instances of tcptracer-bpf fails:
In terminal 1:
```
$ sudo ./tests/tracer
```
In terminal 2:
```
$ sudo ./tests/tracer
cannot write "p:ptcp_set_state tcp_set_state\n" to kprobe_…
alban updated
4 years ago
-
```
# /usr/share/bcc/tools/biotop
cannot attach kprobe, probe entry may not exist
Traceback (most recent call last):
File "/usr/share/bcc/tools/biotop", line 181, in
b.attach_kprobe(event=…
cmurf updated
2 years ago
-
tcptracer-bpf.c has:
- 7 bpf maps
- 7 bpf kprobes/kretprobes
PR #39 is adding 4 more bpf objects, so it is becoming more complex.
We could add diagrams directly in the repository, to explain:
…
alban updated
7 years ago
-
Somewhat similar to #3023
kernel-5.8.0-1.fc33.x86_64
bcc-tools-0.15.0-6.fc33.x86_64
```
# /usr/share/bcc/tools/fileslower
cannot attach kprobe, probe entry may not exist
Traceback (most rece…
cmurf updated
3 years ago
-
Env is easy to fetch but we're already on the limit of kprobes, so it won't be 100% reliable, still we should consider adding it, not strictly needed for the session viewer, but good to have.
-
Please add a Linux-only advanced option to Endpoint's policy for 8.8. This feature is new to 8.8. Adding these entries now will enable end-to-end testing in 8.8.0-SNAPSHOT builds.
`inputs[0].policy…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem?
I want to enhance monitoring for a process captured by Tetragon …
-
https://github.com/iovisor/bpf-docs/blob/master/bpf_helpers.rst has:
```
int bpf_get_stack(struct pt_regs *regs, void *buf, u32 size, u64 flags)
```
This comes from the BPF_PROG_TYPE_KPROBE cont…
-
### What happened?
I'm trying to use rateLimit on tpc_connect calls, example:
```
spec:
kprobes:
- args:
- index: 0
maxData: false
returnCopy: false
type: sock
…