Popular repositories Loading
-
opentelemetry-ebpf-profiler
opentelemetry-ebpf-profiler PublicForked from open-telemetry/opentelemetry-ebpf-profiler
The production-scale datacenter profiler (C/C++, Go, Rust, Python, Java, NodeJS, .NET, PHP, Ruby, Perl, ...)
C
-
beyla
beyla PublicForked from grafana/beyla
eBPF-based autoinstrumentation of web applications and network metrics
C
-
ts-skywalking-rover
ts-skywalking-rover PublicForked from apache/skywalking-rover
Monitor and profiler powered by eBPF to monitor network traffic, and diagnose CPU and network performance.
Go
38 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
April 2025
Created a pull request in open-telemetry/opentelemetry-ebpf-profiler that received 4 comments
BPF: Fix the value_size
of the trace_events
map to sizeof(u32)
As described in https://docs.ebpf.io/linux/map-type/BPF_MAP_TYPE_PERF_EVENT_ARRAY/, the value_size of this trace_events map should be 4 (i.e., size…