Results 11 issues of Peihao Yang

After a summary of filtered specs, I got a lot of character `S` printed. And the number of characters is not stable. And sometime they just disappear. ``` $ ./test.test...

1. remove codes for perf map in `pkg/bpf` 2. remove legacy run_events and replace it with the new one Signed-off-by: Peihao Yang

needs-rebase

### Describe what this PR does / why we need it #450 ### Does this pull request fix one issue? #450 ### Describe how you did it The implementation is...

to-review
area/integrations

### Describe what this PR does / why we need it #451 ### Does this pull request fix one issue? #451 ### Describe how you did it The implementation is...

to-review
area/integrations

Related to #1970 and https://github.com/alibaba/sentinel-golang/pull/459 The implementation is based on Kratos unified middleware abstractions for http/grpc servers/clients. Tests on HTTP servers/clients are provided in server_test.go and client_test.go . And it...

I don't know if this is a bug, or it is by design. ### Input C/C++ Header A minimal header ```C++ typedef enum cudaError_enum { CUDA_SUCCESS = 0, CUDA_ERROR_INVALID_VALUE =...

I found that the [LinuxMemory](https://docs.rs/oci-spec/0.6.4/oci_spec/runtime/struct.LinuxMemory.html#) is without setter, is this by design? BTW, the current API returns an immutable reference to the struct fields, making it hard to revise the...

These posts are really interesting and helpful. But when I try to run the following snippet in [playground](https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=d08e3f51989fb0d6db5283081027c5f1), it seems outdated and reports and error: > thread 'main' panicked at...

## Description Build a simple HashMap with keys and indicators stored at the host side. And fallback all of operations to host side for bpf map helpers. It is based...

size/XL

**Describe the solution you'd like** A simple implementation based on https://github.com/eunomia-bpf/bpftime/blob/88012fbfac5eccf75df5f8b6ed70847f11b7e385/runtime/src/bpf_map/bpftime_hash_map.hpp#L14 and https://github.com/eunomia-bpf/bpftime/blob/88012fbfac5eccf75df5f8b6ed70847f11b7e385/runtime/src/bpf_map/gpu/nv_gpu_shared_array_map.hpp#L20 **Describe alternatives you've considered** I once tried to add dependency [cuCollections](https://github.com/NVIDIA/cuCollections/tree/dev) to bpftime. In this manner, more...

enhancement
help wanted