Giter VIP home page Giter VIP logo

Comments (5)

KungFuJesus avatar KungFuJesus commented on September 18, 2024

I too have this issue, I've fixed it with a patch, though arguably I could be applying it in the wrong place (the original regex the match happens on could be written so that the +0xaddress doesn't get captured)

See my pull request:
#114

from flamegraph.

brendangregg avatar brendangregg commented on September 18, 2024

ok, sorry, I need to catch up with the PRs.

from flamegraph.

KungFuJesus avatar KungFuJesus commented on September 18, 2024

It may make more sense to modify the regex to have an optional capture group (not sure if perl regexes support this or not). Otherwise just adding it to the match expression means it will fail on older kernels. Or you could just do what I did inside the if expression with another regex inside.

Just full disclosure, I don't know a lick of perl, I figured out how to do what I did by googling things.

from flamegraph.

chrishantha avatar chrishantha commented on September 18, 2024

I also faced the same issue with perf script output in version 4.8.6. I'm using Ubuntu and the kernel version is 4.8.0-30-generic.

As a temporary workaround, I used sed to remove the hexadecimal part in the function.

sudo perf script | sed -r 's/\+0x[a-f0-9]+//' > out.stacks

from flamegraph.

brendangregg avatar brendangregg commented on September 18, 2024

Thanks, should be fixed now with my latest pushes. Importantly, it passes the bundled tests, which cover older kernels.

from flamegraph.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.