• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (C) 2024 The Android Open Source Project
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7#      http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15import("../../../../../gn/perfetto_sql.gni")
16
17perfetto_sql_source_set("android") {
18  deps = [
19    "auto",
20    "battery",
21    "cpu",
22    "dumpsys",
23    "frames",
24    "gpu",
25    "memory",
26    "startup",
27    "winscope",
28  ]
29  sources = [
30    "anrs.sql",
31    "app_process_starts.sql",
32    "battery.sql",
33    "battery_stats.sql",
34    "binder.sql",
35    "binder_breakdown.sql",
36    "broadcasts.sql",
37    "critical_blocking_calls.sql",
38    "desktop_mode.sql",
39    "device.sql",
40    "dvfs.sql",
41    "freezer.sql",
42    "garbage_collection.sql",
43    "input.sql",
44    "io.sql",
45    "job_scheduler.sql",
46    "job_scheduler_states.sql",
47    "kernel_wakelocks.sql",
48    "monitor_contention.sql",
49    "network_packets.sql",
50    "oom_adjuster.sql",
51    "power_rails.sql",
52    "process_metadata.sql",
53    "screen_state.sql",
54    "screenshots.sql",
55    "services.sql",
56    "slices.sql",
57    "statsd.sql",
58    "suspend.sql",
59    "thread.sql",
60    "version.sql",
61    "wakeups.sql",
62  ]
63}
64