diff options
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
-rw-r--r-- | tools/perf/scripts/python/export-to-sqlite.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/scripts/python/export-to-sqlite.py b/tools/perf/scripts/python/export-to-sqlite.py index 3222a83f4184..021326c46285 100644 --- a/tools/perf/scripts/python/export-to-sqlite.py +++ b/tools/perf/scripts/python/export-to-sqlite.py | |||
@@ -608,11 +608,11 @@ def trace_end(): | |||
608 | if is_table_empty("ptwrite"): | 608 | if is_table_empty("ptwrite"): |
609 | drop("ptwrite") | 609 | drop("ptwrite") |
610 | if is_table_empty("mwait") and is_table_empty("pwre") and is_table_empty("exstop") and is_table_empty("pwrx"): | 610 | if is_table_empty("mwait") and is_table_empty("pwre") and is_table_empty("exstop") and is_table_empty("pwrx"): |
611 | do_query(query, 'DROP VIEW power_events_view'); | ||
611 | drop("mwait") | 612 | drop("mwait") |
612 | drop("pwre") | 613 | drop("pwre") |
613 | drop("exstop") | 614 | drop("exstop") |
614 | drop("pwrx") | 615 | drop("pwrx") |
615 | do_query(query, 'DROP VIEW power_events_view'); | ||
616 | if is_table_empty("cbr"): | 616 | if is_table_empty("cbr"): |
617 | drop("cbr") | 617 | drop("cbr") |
618 | 618 | ||