X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=retrace%2Fretrace.py;h=ecad9f45615497c6657e419f2ef2cd813ab79326;hb=81301939f025407ceb284a9dcd5d5a1f05d27b8f;hp=2dd8e2f12a2ae0d825c9c61f079946a91b1b4699;hpb=2b807458f983e01e6c5c49a6c77ee28a145a1b2d;p=apitrace diff --git a/retrace/retrace.py b/retrace/retrace.py index 2dd8e2f..ecad9f4 100644 --- a/retrace/retrace.py +++ b/retrace/retrace.py @@ -479,7 +479,7 @@ class Retracer: handle_names.add(handle.name) print - functions = filter(self.filterFunction, api.functions) + functions = filter(self.filterFunction, api.getAllFunctions()) for function in functions: if function.sideeffects and not function.internal: self.retraceFunction(function)