summaryrefslogtreecommitdiffstats
path: root/runtime/perf.c
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-04-26 14:48:51 -0400
committerFrank Ch. Eigler <fche@elastic.org>2008-04-26 14:48:51 -0400
commit9915575b17cdf08dc523f927e424d3982d4ed787 (patch)
tree2e3ba2f0cb785deca5f6e4544e7e8ac7b75b4c60 /runtime/perf.c
parent9f99b110fbee8a6935ca60c152cc3c7cd809461b (diff)
downloadsystemtap-steved-9915575b17cdf08dc523f927e424d3982d4ed787.tar.gz
systemtap-steved-9915575b17cdf08dc523f927e424d3982d4ed787.tar.xz
systemtap-steved-9915575b17cdf08dc523f927e424d3982d4ed787.zip
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() }
Diffstat (limited to 'runtime/perf.c')
0 files changed, 0 insertions, 0 deletions