]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-138122: Extend binary profiling format with full source location and opcode (...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Wed, 24 Dec 2025 16:15:11 +0000 (16:15 +0000)
committerGitHub <noreply@github.com>
Wed, 24 Dec 2025 16:15:11 +0000 (16:15 +0000)
commit7c44f37170cf87a898a8b3ff008c845b8e780c3d
tree8086f9a960303bff7745fad2ec7c092f903f3150
parent1e17ccd030a2285ad53db5952360fffa33a8a877
gh-138122: Extend binary profiling format with full source location and opcode (#143088)

Co-authored-by: Stan Ulbrych <stan@ulbrych.org>
InternalDocs/profiling_binary_format.md
Lib/profiling/sampling/cli.py
Lib/test/test_profiling/test_sampling_profiler/test_binary_format.py
Modules/_remote_debugging/binary_io.h
Modules/_remote_debugging/binary_io_reader.c
Modules/_remote_debugging/binary_io_writer.c