Francesco
Francesco
I added italian translation for months and days of week.
hello everyone, I am trying to retrieve some information from hardware registers such as the number of cpu cycles (cache misses and others) of a portion of XDP code. The...
Hello everyone, I am trying to attach two xdp programs to the same interface with BCC. The two programs stay attached but only the last one loaded works. Does BCC...
**Describe the bug** The `ld_st_pattern` regex in [nv_attach_impl/pass/ptxpass_kprobe_memcapture/main.cpp](https://github.com/eunomia-bpf/bpftime/blob/1126075feb2e725181e247a95ef5a792c42e2ce5/attach/nv_attach_impl/pass/ptxpass_kprobe_memcapture/main.cpp#L46) fails to match PTX load (`ld`) and store (`st`) instructions that use floating-point types (e.g., .f32, .f64) or the `.b128` type. The...