Report: Add ucode comparisom
[csit.git] / resources / tools / presentation / generator_plots.py
index 51f3097..b6a3939 100644 (file)
@@ -205,7 +205,11 @@ def plot_hdrh_lat_by_percentile(plot, input_data):
             params=[u"latency", u"throughput", u"parent", u"tags", u"type"]
         )[0][0]
     elif plot.get(u"filter", None):
-        data = input_data.filter_data(plot, continue_on_error=True)
+        data = input_data.filter_data(
+            plot,
+            params=[u"latency", u"throughput", u"parent", u"tags", u"type"],
+            continue_on_error=True
+        )
     else:
         job = list(plot[u"data"].keys())[0]
         build = str(plot[u"data"][job][0])