]> sourceware.org Git - systemtap.git/commit
revert commit f0e6dc6304; overload detection logic was fine already
authorFrank Ch. Eigler <fche@elastic.org>
Sat, 26 Apr 2008 18:48:51 +0000 (14:48 -0400)
committerFrank Ch. Eigler <fche@elastic.org>
Sat, 26 Apr 2008 18:48:51 +0000 (14:48 -0400)
commit9915575b17cdf08dc523f927e424d3982d4ed787
tree2e3ba2f0cb785deca5f6e4544e7e8ac7b75b4c60
parent9f99b110fbee8a6935ca60c152cc3c7cd809461b
revert commit f0e6dc6304; overload detection logic was fine already

btw, here's a test script to monitor the persistent context values:

function cycles(which:long) %{
        THIS->__retvalue = (THIS->which == 0) ? CONTEXT->cycles_base :
                                                CONTEXT->cycles_sum;
%}

probe timer.profile { /* just for */ backtrace() /* load generation */
                      printf("%d %d\n", cycles(0), cycles(1)) }
probe timer.s(1) { exit() }
ChangeLog
tapsets.cxx
This page took 0.025526 seconds and 5 git commands to generate.