aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/lldbgdbproxy.py
diff options
context:
space:
mode:
authorMircea Trofin <mtrofin@google.com>2025-06-23 08:07:31 -0700
committerGitHub <noreply@github.com>2025-06-23 08:07:31 -0700
commitdaa2a587cc01c5656deecda7f768fed0afc1e515 (patch)
tree00091a2b93e5f6da50b59d017d8d0e88f8c4bb18 /lldb/packages/Python/lldbsuite/test/lldbgdbproxy.py
parent44936c8d13f904a68647d83bdcdbbeefb4670d3e (diff)
downloadllvm-daa2a587cc01c5656deecda7f768fed0afc1e515.zip
llvm-daa2a587cc01c5656deecda7f768fed0afc1e515.tar.gz
llvm-daa2a587cc01c5656deecda7f768fed0afc1e515.tar.bz2
[TRE] Adjust function entry count when using instrumented profiles (#143987)
The entry count of a function needs to be updated after a callsite is elided by TRE: before elision, the entry count accounted for the recursive call at that callsite. After TRE, we need to remove that callsite's contribution. This patch enables this for instrumented profiling cases because, there, we know the function entry count captured entries before TRE. We cannot currently address this for sample-based (because we don't know whether this function was TRE-ed in the binary that donated samples)
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lldbgdbproxy.py')
0 files changed, 0 insertions, 0 deletions