Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 675470 - dev-lang/python-3.6.5 - Add conditional support for --with-dtrace for profiling
Summary: dev-lang/python-3.6.5 - Add conditional support for --with-dtrace for profiling
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2019-01-15 08:08 UTC by Jay Kamat
Modified: 2019-01-27 06:48 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
my emerge info (emerge-info,5.53 KB, text/plain)
2019-01-15 08:08 UTC, Jay Kamat
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jay Kamat 2019-01-15 08:08:38 UTC
Created attachment 561184 [details]
my emerge info

Per https://docs.python.org/3/howto/instrumentation.html, you can gain some very powerful python tracing tools by enabling the '--with-dtrace' option when building python.

I have tested this with 'EXTRA_ECONF="--with-dtrace"' after installing dev-util/systemtap, and the USDT probes are enabled as expected.

Would it be possible to add a use flag to python to enable this for me? I would be happy to contribute this if I get a little bit of guidance on naming/style.