Skip to content

Commit c17720b

Browse files
committed
add support for profiling native extensions
First draft support for profiling native extensions. Currently only works on 64-bit linux and OSX, using gimli for handling addr2line functionality and getting unwind info from dwarf debug data.
1 parent 27d20df commit c17720b

36 files changed

+12185
-420
lines changed

.gitignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/target
2-
proc-maps/target
3-
python-bindings/target
2+
remoteprocess/target
43
**/*.rs.bk
54

65
# Python Distribution / packaging

0 commit comments

Comments
 (0)