]> sourceware.org Git - systemtap.git/commit
Remove manual memoization from systemtap example scripts
authorFelix Lu <flu@redhat.com>
Thu, 13 Aug 2015 20:51:21 +0000 (16:51 -0400)
committerFelix Lu <flu@redhat.com>
Fri, 14 Aug 2015 17:39:31 +0000 (13:39 -0400)
commit31131f187a7326a30f6255ad43d0f4b2c99e1d25
tree10ddf0a3a014bffbd4de1a3bbb292e5d15d378f4
parent83dec8abfc7f35ee06204a00062c9532864ce8bf
Remove manual memoization from systemtap example scripts

Stored values are now replaced with an explicit functioncall which
gets optimized by the translator.
20 files changed:
testsuite/systemtap.examples/general/varwatch.stp
testsuite/systemtap.examples/io/iodevstats.stp
testsuite/systemtap.examples/io/iostats.stp
testsuite/systemtap.examples/memory/mmanonpage.stp
testsuite/systemtap.examples/memory/mmfilepage.stp
testsuite/systemtap.examples/memory/mmreclaim.stp
testsuite/systemtap.examples/memory/mmwriteback.stp
testsuite/systemtap.examples/memory/numa_faults.stp
testsuite/systemtap.examples/memory/pfaults.stp
testsuite/systemtap.examples/network/socktop
testsuite/systemtap.examples/process/errsnoop.stp
testsuite/systemtap.examples/process/futexes2.stp
testsuite/systemtap.examples/process/sig_by_pid.stp
testsuite/systemtap.examples/process/sleepingBeauties.stp
testsuite/systemtap.examples/process/strace.stp
testsuite/systemtap.examples/process/wait4time.stp
testsuite/systemtap.examples/profiling/fntimes.stp
testsuite/systemtap.examples/profiling/linetimes.stp
testsuite/systemtap.examples/profiling/timeout.stp
testsuite/systemtap.examples/virtualization/kvm_service_time.stp
This page took 0.029857 seconds and 5 git commands to generate.