Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1629)

#13405: Add DTrace probes

Can't Edit
Can't Publish+Mail
Start Review
Created:
1 year, 6 months ago by jcea
Modified:
7 months, 2 weeks ago
Reviewers:
martin
CC:
loewis, rhettinger, jcea, ronaldoussoren, sasha, AntoinePitrou, wsanchez_wsanchez.net, movement_users.sourceforge.net, Benjamin Peterson, martin_marcher.name, trent, glyph_twistedmatrix.com, laszlo.peter_oracle.com, twl_sauria.com, jbaker_zyasoft.com, joe_alacatialabs.com, danchr_gmail.com, duvall_comfychair.org, dmalcolm, python_samueljohn.de, mjw_redhat.com, garen.parham_gmail.com, Charles-François Natali, lasizoillo_gmail.com, fche_elastic.org, kapil.foss_gmail.com, eric.snow, jmcp_opensolaris.org, scox_redhat.com, Marc.Abramowitz, justin.venus_gmail.com, francois.dion_gmail.com, retrry_gmail.com
Visibility:
Public.

Patch Set 1 #

Patch Set 2 #

Patch Set 3 #

Patch Set 4 #

Patch Set 5 #

Patch Set 6 #

Patch Set 7 #

Patch Set 8 #

Patch Set 9 #

Patch Set 10 #

Patch Set 11 #

Patch Set 12 #

Patch Set 13 #

Total comments: 48

Patch Set 14 #

Patch Set 15 #

Patch Set 16 #

Patch Set 17 #

Patch Set 18 #

Patch Set 19 #

Patch Set 20 #

Patch Set 21 #

Patch Set 22 #

Patch Set 23 #

Patch Set 24 #

Unified diffs Side-by-side diffs Delta from patch set Stats Patch
.hgignore View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 1 chunk +3 lines, -0 lines 0 comments Download
Doc/library/debug.rst View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 1 chunk +2 lines, -1 line 0 comments Download
Doc/library/dtrace.rst View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 1 chunk +183 lines, -0 lines 0 comments Download
Include/code.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 2 chunks +5 lines, -0 lines 0 comments Download
Include/pydtrace.d View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 1 chunk +157 lines, -0 lines 0 comments Download
Include/pydtrace_offsets.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 1 chunk +21 lines, -0 lines 0 comments Download
Include/pydtrace_offsets.sh View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 1 chunk +30 lines, -0 lines 0 comments Download
Lib/test/dtrace_sample.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 1 chunk +73 lines, -0 lines 0 comments Download
Lib/test/test_dtrace.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 1 chunk +344 lines, -0 lines 0 comments Download
Lib/test/test_sys.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 2 chunks +5 lines, -1 line 0 comments Download
Makefile.pre.in View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 6 chunks +49 lines, -0 lines 0 comments Download
Modules/dtracemodule.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 1 chunk +25 lines, -0 lines 0 comments Download
Modules/gcmodule.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 3 chunks +53 lines, -1 line 0 comments Download
Objects/classobject.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 5 chunks +97 lines, -1 line 0 comments Download
Objects/codeobject.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 2 chunks +26 lines, -0 lines 0 comments Download
Objects/typeobject.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 4 chunks +90 lines, -1 line 0 comments Download
Python/ceval.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 9 chunks +173 lines, -0 lines 0 comments Download
Python/sysmodule.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 1 chunk +0 lines, -1 line 0 comments Download
configure View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 35 chunks +213 lines, -31 lines 0 comments Download
configure.in View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 1 chunk +63 lines, -0 lines 0 comments Download
pyconfig.h.in View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 1 chunk +3 lines, -0 lines 0 comments Download
setup.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 6
loewis
Review of the C parts of the patch. http://bugs.python.org/review/13405/diff/3743/12151 File Include/code.h (right): http://bugs.python.org/review/13405/diff/3743/12151#newcode10 Include/code.h:10: #include ...
1 year, 5 months ago #1
loewis
Typos in documentation http://bugs.python.org/review/13405/diff/3743/12150 File Doc/library/dtrace.rst (right): http://bugs.python.org/review/13405/diff/3743/12150#newcode35 Doc/library/dtrace.rst:35: accesible to external scripts. accessible http://bugs.python.org/review/13405/diff/3743/12150#newcode37 ...
1 year, 5 months ago #2
jcea
http://bugs.python.org/review/13405/diff/3743/12150 File Doc/library/dtrace.rst (right): http://bugs.python.org/review/13405/diff/3743/12150#newcode35 Doc/library/dtrace.rst:35: accesible to external scripts. On 2011/12/02 13:45:40, loewis wrote: ...
1 year, 5 months ago #3
jcea
http://bugs.python.org/review/13405/diff/3743/12151 File Include/code.h (right): http://bugs.python.org/review/13405/diff/3743/12151#newcode10 Include/code.h:10: #include "pyconfig.h" On 2011/12/02 00:17:36, loewis wrote: > If ...
1 year, 5 months ago #4
jcea
http://bugs.python.org/review/13405/diff/3743/12165 File Python/ceval.c (right): http://bugs.python.org/review/13405/diff/3743/12165#newcode891 Python/ceval.c:891: { On 2011/12/02 00:17:37, loewis wrote: > Please keep ...
1 year, 5 months ago #5
jcea
1 year, 5 months ago #6

          
Sign in to reply to this message.

RSS Feeds Recent Issues | This issue
This is Rietveld cbc36f91f3f7