Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correctly detect java in -tid, don't double annotate. #147

Merged

Conversation

nitsanw
Copy link
Contributor

@nitsanw nitsanw commented Oct 9, 2017

Stackcollapse was detecting java programs correctly when profiling
the process, but failing when --tid was used. Switched to matching
start of string.
Also, auto annotation caused double annotation (discovered when
implementing perf-map-agent native annotation).

Stackcollapse was detecting java programs correctly when profiling
the process, but failing when --tid was used. Switched to matching
start of string.
Also, auto annotation caused double annotation (discovered when
implementing perf-map-agent native annotation).
@nitsanw
Copy link
Contributor Author

nitsanw commented Oct 10, 2017

The tests fail on the differing output, please let me know that you are happy with the change and I will fix the tests ASAP

@nitsanw
Copy link
Contributor Author

nitsanw commented Oct 24, 2017

ping?

@brendangregg
Copy link
Owner

ok, thanks!

@brendangregg
Copy link
Owner

ah wait, it broke the tests...

@brendangregg
Copy link
Owner

We'll just fix the tests afterwards. Thanks.

@brendangregg brendangregg merged commit 208c495 into brendangregg:master Nov 7, 2023
@bsodmike
Copy link

We watched jon pull his hair our for 20 mins thanks to this haha

jonhoo added a commit to jonhoo/FlameGraph that referenced this pull request Jul 14, 2024
This was planned[1] but never happened.

May be worthwhile to make CI run `test.sh` -- I'll submit a separate PR
that does so.

[1]: brendangregg#147 (comment)
jonhoo added a commit to Orca-bit/inferno that referenced this pull request Jul 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants