stdlib: Move CPU dependence calcs into separate file
Move the calculations of CPU curves that are dependent on other CPU's
frequencies/states into a separate file. This distinction is made
because there is another callflow that is independent of other CPUs, but
dependent on other elements.
Bug: 370829192
Test: tools/diff_test_trace_processor.py out/linux/trace_processor_shell --name-filter '.*wattson.*'
Change-Id: I926fc4e846f9217d962ad61052bd1b3b362cdee6
Signed-off-by: Samuel Wu <wusamuel@google.com>
diff --git a/Android.bp b/Android.bp
index bab4148..f4bc565 100644
--- a/Android.bp
+++ b/Android.bp
@@ -13661,6 +13661,7 @@
"src/trace_processor/perfetto_sql/stdlib/wattson/curves/estimates.sql",
"src/trace_processor/perfetto_sql/stdlib/wattson/curves/idle_attribution.sql",
"src/trace_processor/perfetto_sql/stdlib/wattson/curves/utils.sql",
+ "src/trace_processor/perfetto_sql/stdlib/wattson/curves/w_cpu_dependence.sql",
"src/trace_processor/perfetto_sql/stdlib/wattson/device_infos.sql",
"src/trace_processor/perfetto_sql/stdlib/wattson/system_state.sql",
],