Title: Missing DTrace probes · Issue #104280 · python/cpython · GitHub
Open Graph Title: Missing DTrace probes · Issue #104280 · python/cpython
X Title: Missing DTrace probes · Issue #104280 · python/cpython
Description: Bug report On Linux, you can list available DTrace probes by running /bcc/tools/tplist.py tool; $ ~/bcc/tools/tplist.py -l cpython/python cpython/python python:function__entry cpython/python python:function__return cpython/python python:...
Open Graph Description: Bug report On Linux, you can list available DTrace probes by running /bcc/tools/tplist.py tool; $ ~/bcc/tools/tplist.py -l cpython/python cpython/python python:function__entry cpython/python python...
X Description: Bug report On Linux, you can list available DTrace probes by running /bcc/tools/tplist.py tool; $ ~/bcc/tools/tplist.py -l cpython/python cpython/python python:function__entry cpython/python python...
Opengraph URL: https://github.com/python/cpython/issues/104280
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Missing DTrace probes","articleBody":"\u003c!--\r\n If you're new to Python and you're not sure whether what you're experiencing is a bug, the CPython issue tracker is not\r\n the right place to seek help. Consider the following options instead:\r\n\r\n - reading the Python tutorial: https://docs.python.org/3/tutorial/\r\n - posting in the \"Users\" category on discuss.python.org: https://discuss.python.org/c/users/7\r\n - emailing the Python-list mailing list: https://mail.python.org/mailman/listinfo/python-list\r\n - searching our issue tracker (https://github.com/python/cpython/issues) to see if\r\n your problem has already been reported\r\n--\u003e\r\n\r\n# Bug report\r\n\r\nOn Linux, you can list available DTrace probes by running [/bcc/tools/tplist.py](https://github.com/iovisor/bcc/blob/master/tools/tplist.py) tool;\r\n\r\n```sh\r\n$ ~/bcc/tools/tplist.py -l cpython/python \r\ncpython/python python:function__entry\r\ncpython/python python:function__return\r\ncpython/python python:line\r\ncpython/python python:import__find__load__done\r\ncpython/python python:import__find__load__start\r\ncpython/python python:audit\r\ncpython/python python:gc__start\r\ncpython/python python:gc__done\r\n```\r\n\r\nThe `function__entry`, `function__return` and `line` probes appear to be missing after the [GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython](https://github.com/python/cpython/pull/103083) update.\r\n\r\n```sh\r\n$ ~/bcc/tools/tplist.py -l cpython/python\r\ncpython/python python:import__find__load__done\r\ncpython/python python:import__find__load__start\r\ncpython/python python:audit\r\ncpython/python python:gc__start\r\ncpython/python python:gc__done\r\n```\r\n\r\n# Your environment\r\n\r\n\u003c!-- Include as many relevant details as possible about the environment you experienced the bug in --\u003e\r\n\r\n- CPython versions tested on: Python 3.12.0a7+\r\n- Operating system and architecture: Arch Linux x86_64\r\n\r\n\u003c!--\r\nYou can freely edit this text. Remove any lines you believe are unnecessary.\r\n--\u003e\r\n\n\n\u003c!-- gh-linked-prs --\u003e\n### Linked PRs\n* gh-107125\n* gh-107489\n* gh-107492\n* gh-110571\n\u003c!-- /gh-linked-prs --\u003e\n","author":{"url":"https://github.com/furkanonder","@type":"Person","name":"furkanonder"},"datePublished":"2023-05-07T23:48:56.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":23},"url":"https://github.com/104280/cpython/issues/104280"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:69d1ed90-f069-df4b-3d76-b5f71fcf8580 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | CEF8:30F550:A6E3:DD0A:696A0B57 |
| html-safe-nonce | 6af95db5aa29f13637422fc51e3b9bbf3c8cd17296061099d9b4784e582962fb |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDRUY4OjMwRjU1MDpBNkUzOkREMEE6Njk2QTBCNTciLCJ2aXNpdG9yX2lkIjoiOTA4MzU0OTY2NjA2NDg2MjAzOSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 8e879d1fb1aebe8d94d974793ac90615539c8ce8378765c0f1311610f060376f |
| hovercard-subject-tag | issue:1699294482 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/python/cpython/104280/issue_layout |
| twitter:image | https://opengraph.githubassets.com/467a8d21c9331a11a15f0eda77e7b7e4d9e3f28acd620837e2b08a70891eabf1/python/cpython/issues/104280 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/467a8d21c9331a11a15f0eda77e7b7e4d9e3f28acd620837e2b08a70891eabf1/python/cpython/issues/104280 |
| og:image:alt | Bug report On Linux, you can list available DTrace probes by running /bcc/tools/tplist.py tool; $ ~/bcc/tools/tplist.py -l cpython/python cpython/python python:function__entry cpython/python python... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | furkanonder |
| hostname | github.com |
| expected-hostname | github.com |
| None | 699227a00bbb7fe1eec276d2ae1c3a93068bc5ba483bd9dc4b2a27a8f4f2f595 |
| turbo-cache-control | no-preview |
| go-import | github.com/python/cpython git https://github.com/python/cpython.git |
| octolytics-dimension-user_id | 1525981 |
| octolytics-dimension-user_login | python |
| octolytics-dimension-repository_id | 81598961 |
| octolytics-dimension-repository_nwo | python/cpython |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 81598961 |
| octolytics-dimension-repository_network_root_nwo | python/cpython |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 7266b2d935baa1c6474b16dd9feaa5ca30607261 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width