## [[Grafana Pyroscope|Pyroscope]]
[pyroscope.ebpf | Grafana Alloy documentation](https://grafana.com/docs/alloy/latest/reference/components/pyroscope/pyroscope.ebpf/#troubleshooting-unknown-symbols)
## Redis
[Redis CPU profiling | Docs](https://redis.io/docs/latest/operate/oss_and_stack/management/optimization/cpu-profiling/)
```
make REDIS_CFLAGS="-g -fno-omit-frame-pointer"
```