]> sourceware.org Git - systemtap.git/commit
Clear out the Dyninst-related data structures after analysis finishes
authorWilliam Cohen <wcohen@redhat.com>
Fri, 4 Feb 2022 19:18:46 +0000 (14:18 -0500)
committerWilliam Cohen <wcohen@redhat.com>
Tue, 1 Mar 2022 19:14:43 +0000 (14:14 -0500)
commit5fbb575053ef72e6755856c7a766fd6a4e04f3dd
tree789071c1db6be1b79e2b9987c1e0e57f521a6b5d
parentcfabd38cfdd75e4fa34c7f83af3e607ba9f3a453
Clear out the Dyninst-related data structures after analysis finishes

The liveness analysis for SystemTap uses Dyninst to examine the
binaries.  For large binaries such as the Linux kernel this can
consume quite a bit of memory.  Once the analysis is done, the code
needs to clean up as much of that as possible.
analysis.cxx
analysis.h
elaborate.cxx
This page took 0.02809 seconds and 5 git commands to generate.