-
**What kind of request is this:**
bug
**Steps to reproduce (least amount of steps as possible):**
- Rancher Server `v2.5-head (04/06/2021)` _93d921f_
- HA RKE AWS Node Driver. RHEL 8
-…
izaac updated
5 months ago
-
I'm testing bio tools on riscv cpu with kenel 6.1, and get failures
```
~ # uname -a
Linux formosa 6.1.31+ #8 SMP Thu Jun 15 09:10:38 CST 2023 riscv64 GNU/Linux
~ # biosnoop
libbpf: prog 'blk_acc…
-
/area documentation
**What would you like to be added**:
I'm noticing that the modern ebpf probe is still not widely known among users. There are cases in which using the modern probe could so…
-
This code:
```c
#include
#define DATA_LEN 100
struct string {
unsigned int len;
char* data; // len bytes long, not null-terminated
};
int trace(struct pt_regs *ctx, struct st…
-
```
xiewenyudeMBP:shadowsocks-rust xiewenyu$ cargo build --target aarch64-apple-ios --features "local-tun local-redir armv8 neon"
Compiling smoltcp v0.8.0
Compiling shadowsocks v1.13.2 (/User…
-
Are there plans to include BPF stage names (labelled as Workflow Categories in CrmTranslations.xml) and classic workflow messages? I love using Easy Translator and these 2 solutions components are the…
-
Hi @yonghong-song ,
I'm not sure this topic is suitable on bcc GitHub or not. Since I knew you are an expert on this, so wonder if I can ask you.
We do some high accuracy profiling by bcc. Howev…
-
```
What steps will reproduce the problem?
1.
pyrit -r test2.pcap analyze
Pyrit 0.4.1-dev (svn r308) (C) 2008-2011 Lukas Lueg http://pyrit.googlecode.com
This code is distributed under the GNU General…
-
```
What steps will reproduce the problem?
1.
pyrit -r test2.pcap analyze
Pyrit 0.4.1-dev (svn r308) (C) 2008-2011 Lukas Lueg http://pyrit.googlecode.com
This code is distributed under the GNU General…
-
I met an issue of invalid BPF_LD_IMM insn when use strncmp(key.comm, "xxx", sizeof(key.comm));
After I rewrite the strncmp function with C language, it works well, but I feel it is inconvenient, so…