]> sourceware.org Git - systemtap.git/commit
Do liveness analysis after location information set and use regno info
authorWilliam Cohen <wcohen@redhat.com>
Wed, 22 Sep 2021 21:34:25 +0000 (17:34 -0400)
committerWilliam Cohen <wcohen@redhat.com>
Tue, 26 Oct 2021 13:57:22 +0000 (09:57 -0400)
commit70167935fc3299af0397c2269a990f15666a1bde
tree290597cc97327e10c48fd2db37a01f9f012efe1c
parentf14741def77881cb368ebde89acabb4740e20c97
Do liveness analysis after location information set and use regno info

Initially the call to the liveness analysis was being done before
the location information was setup.  Relocated the call after the
location information has been setup.

Corrected liveness analysis code to use the register number.  Also
added print out the function the liveness analysis is being run on.
Note that for probes on inlined functions this name will be different
than the probe point function name, it will be the actual function
that the code was inlined into.
analysis.cxx
tapsets.cxx
This page took 0.022882 seconds and 5 git commands to generate.