X-Git-Url: http://git.jankratochvil.net/?p=staptrace.git;a=blobdiff_plain;f=src%2Fstaptrace.stp;h=54184ee2f3aefd7b5e5712d7d38153f807510518;hp=21111d6d9e36fed0b7d79f12daf3bff150ddbb71;hb=d6a16a39bfd2deca6841bff3265a21b4f1594efe;hpb=953783999ed4c1881414e875f8fcbfd6224edb35 diff --git a/src/staptrace.stp b/src/staptrace.stp index 21111d6..54184ee 100755 --- a/src/staptrace.stp +++ b/src/staptrace.stp @@ -119,7 +119,6 @@ probe kprocess.create { if (opt_f && trace[tid ()] != 0) { - /* systemtap bug? Why `new_pid' is provided but `new_tid' is not? */ new_tid = task_tid (task) trace[new_tid] = 1 if (!opt_q) @@ -132,9 +131,6 @@ probe kprocess.create probe kprocess.release { - /* systemtap bug? Why `pid' is provided but `tid' is not? */ - /* systemtap bug? Why `[pt]id' is not called `released_[pt]id' to keep the - naming in sync with kprocess.create? */ tid = task_tid (task) if (trace[tid] != 0) {