grafana / pyroscope

Continuous Profiling Platform. Debug performance issues down to a single line of code
https://grafana.com/oss/pyroscope/
GNU Affero General Public License v3.0
9.98k stars 598 forks source link

fix(ebpf): python backport fixes #3268

Closed korniltsev closed 5 months ago

korniltsev commented 5 months ago

This PR is applying some fixes from https://github.com/grafana/pyroscope/pull/3184/files#diff-a5a0a7f930ad6111157723f6f1c134d7644f6a9f403390b950c8d9a18ad13cfe

  1. fix issue with libc file name is libc-2.31.so, cc @keyolk https://github.com/grafana/pyroscope/pull/3126
  2. fix issue with short GNU bnuild-id
  3. update offsets for python 3.13rc6 ,
  4. add ubuntu tests images for python tests