Lalit Maganti | 279ecde | 2019-04-01 16:57:12 +0100 | [diff] [blame] | 1 | # Copyright (C) 2019 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 | # |
| 15 | # This file is automatically generated by tools/gen_build. Do not edit. |
| 16 | |
| 17 | package(default_visibility = ["//visibility:public"]) |
| 18 | |
| 19 | licenses(["notice"]) # Apache 2.0 |
| 20 | |
| 21 | exports_files(["LICENSE"]) |
| 22 | |
Lalit Maganti | 26f69bd | 2019-04-29 18:23:47 +0100 | [diff] [blame] | 23 | # GN target: //src/trace_processor/metrics:gen_merged_sql_metrics |
| 24 | genrule( |
| 25 | name = "gen_merged_sql_metrics", |
| 26 | srcs = [ |
| 27 | "src/trace_processor/metrics/android/android_mem.sql", |
Lalit Maganti | 7177c7f | 2019-04-30 15:54:51 +0100 | [diff] [blame] | 28 | "src/trace_processor/metrics/android/android_mem_lmk.sql", |
Lalit Maganti | 26f69bd | 2019-04-29 18:23:47 +0100 | [diff] [blame] | 29 | ], |
Lalit Maganti | 26f69bd | 2019-04-29 18:23:47 +0100 | [diff] [blame] | 30 | outs = [ |
| 31 | "src/trace_processor/metrics/sql_metrics.h", |
| 32 | ], |
Lalit Maganti | e667b0f | 2019-05-02 13:49:35 +0100 | [diff] [blame] | 33 | cmd = "$(location gen_merged_sql_metrics_py) --cpp_out=$@ $(SRCS)", |
Lalit Maganti | 26f69bd | 2019-04-29 18:23:47 +0100 | [diff] [blame] | 34 | tools = [ |
| 35 | "gen_merged_sql_metrics_py", |
| 36 | ], |
| 37 | ) |
| 38 | |
Lalit Maganti | 279ecde | 2019-04-01 16:57:12 +0100 | [diff] [blame] | 39 | # GN target: //src/protozero:libprotozero |
| 40 | cc_library( |
Lalit Maganti | 5e24247 | 2019-04-01 17:25:08 +0100 | [diff] [blame] | 41 | name = "libprotozero", |
Lalit Maganti | 279ecde | 2019-04-01 16:57:12 +0100 | [diff] [blame] | 42 | srcs = [ |
| 43 | "src/base/event.cc", |
| 44 | "src/base/file_utils.cc", |
| 45 | "src/base/metatrace.cc", |
| 46 | "src/base/paged_memory.cc", |
| 47 | "src/base/pipe.cc", |
| 48 | "src/base/string_splitter.cc", |
| 49 | "src/base/string_utils.cc", |
| 50 | "src/base/string_view.cc", |
| 51 | "src/base/temp_file.cc", |
| 52 | "src/base/thread_checker.cc", |
| 53 | "src/base/thread_task_runner.cc", |
| 54 | "src/base/time.cc", |
| 55 | "src/base/unix_task_runner.cc", |
| 56 | "src/base/virtual_destructors.cc", |
| 57 | "src/base/watchdog_posix.cc", |
| 58 | "src/protozero/message.cc", |
| 59 | "src/protozero/message_handle.cc", |
| 60 | "src/protozero/proto_decoder.cc", |
| 61 | "src/protozero/scattered_heap_buffer.cc", |
| 62 | "src/protozero/scattered_stream_null_delegate.cc", |
| 63 | "src/protozero/scattered_stream_writer.cc", |
| 64 | ], |
| 65 | hdrs = [ |
| 66 | "include/perfetto/base/build_config.h", |
| 67 | "include/perfetto/base/circular_queue.h", |
| 68 | "include/perfetto/base/container_annotations.h", |
| 69 | "include/perfetto/base/event.h", |
| 70 | "include/perfetto/base/export.h", |
| 71 | "include/perfetto/base/file_utils.h", |
| 72 | "include/perfetto/base/gtest_prod_util.h", |
| 73 | "include/perfetto/base/hash.h", |
| 74 | "include/perfetto/base/logging.h", |
| 75 | "include/perfetto/base/metatrace.h", |
Lalit Maganti | 85fd37e | 2019-04-24 15:18:26 +0100 | [diff] [blame] | 76 | "include/perfetto/base/no_destructor.h", |
Lalit Maganti | 279ecde | 2019-04-01 16:57:12 +0100 | [diff] [blame] | 77 | "include/perfetto/base/optional.h", |
| 78 | "include/perfetto/base/paged_memory.h", |
| 79 | "include/perfetto/base/pipe.h", |
| 80 | "include/perfetto/base/scoped_file.h", |
| 81 | "include/perfetto/base/small_set.h", |
| 82 | "include/perfetto/base/string_splitter.h", |
| 83 | "include/perfetto/base/string_utils.h", |
| 84 | "include/perfetto/base/string_view.h", |
| 85 | "include/perfetto/base/string_writer.h", |
| 86 | "include/perfetto/base/task_runner.h", |
| 87 | "include/perfetto/base/temp_file.h", |
| 88 | "include/perfetto/base/thread_checker.h", |
| 89 | "include/perfetto/base/thread_task_runner.h", |
| 90 | "include/perfetto/base/thread_utils.h", |
| 91 | "include/perfetto/base/time.h", |
| 92 | "include/perfetto/base/unix_socket.h", |
| 93 | "include/perfetto/base/unix_task_runner.h", |
| 94 | "include/perfetto/base/utils.h", |
| 95 | "include/perfetto/base/watchdog.h", |
| 96 | "include/perfetto/base/watchdog_noop.h", |
| 97 | "include/perfetto/base/watchdog_posix.h", |
| 98 | "include/perfetto/base/weak_ptr.h", |
| 99 | "include/perfetto/protozero/contiguous_memory_range.h", |
| 100 | "include/perfetto/protozero/field.h", |
| 101 | "include/perfetto/protozero/message.h", |
| 102 | "include/perfetto/protozero/message_handle.h", |
| 103 | "include/perfetto/protozero/proto_decoder.h", |
| 104 | "include/perfetto/protozero/proto_utils.h", |
| 105 | "include/perfetto/protozero/scattered_heap_buffer.h", |
| 106 | "include/perfetto/protozero/scattered_stream_null_delegate.h", |
| 107 | "include/perfetto/protozero/scattered_stream_writer.h", |
| 108 | ], |
| 109 | deps = [ |
| 110 | "//third_party/perfetto/google:gtest_prod", |
| 111 | ], |
| 112 | ) |
| 113 | |
Lalit Maganti | 5e24247 | 2019-04-01 17:25:08 +0100 | [diff] [blame] | 114 | # GN target: //src/protozero/protoc_plugin:protoc_plugin |
Lalit Maganti | 279ecde | 2019-04-01 16:57:12 +0100 | [diff] [blame] | 115 | cc_binary( |
| 116 | name = "src_protozero_protoc_plugin_protoc_plugin", |
| 117 | srcs = [ |
| 118 | "src/protozero/protoc_plugin/protozero_generator.cc", |
| 119 | "src/protozero/protoc_plugin/protozero_generator.h", |
| 120 | "src/protozero/protoc_plugin/protozero_plugin.cc", |
| 121 | ], |
| 122 | deps = [ |
| 123 | "//third_party/protobuf", |
| 124 | "//third_party/protobuf:libprotoc", |
| 125 | ], |
| 126 | ) |
| 127 | |
| 128 | # GN target: //src/trace_processor:trace_processor |
| 129 | cc_library( |
Lalit Maganti | 5e24247 | 2019-04-01 17:25:08 +0100 | [diff] [blame] | 130 | name = "trace_processor", |
Lalit Maganti | 279ecde | 2019-04-01 16:57:12 +0100 | [diff] [blame] | 131 | srcs = [ |
| 132 | "src/base/event.cc", |
| 133 | "src/base/file_utils.cc", |
| 134 | "src/base/metatrace.cc", |
| 135 | "src/base/paged_memory.cc", |
| 136 | "src/base/pipe.cc", |
| 137 | "src/base/string_splitter.cc", |
| 138 | "src/base/string_utils.cc", |
| 139 | "src/base/string_view.cc", |
| 140 | "src/base/temp_file.cc", |
| 141 | "src/base/thread_checker.cc", |
| 142 | "src/base/thread_task_runner.cc", |
| 143 | "src/base/time.cc", |
| 144 | "src/base/unix_task_runner.cc", |
| 145 | "src/base/virtual_destructors.cc", |
| 146 | "src/base/watchdog_posix.cc", |
| 147 | "src/protozero/message.cc", |
| 148 | "src/protozero/message_handle.cc", |
| 149 | "src/protozero/proto_decoder.cc", |
| 150 | "src/protozero/scattered_heap_buffer.cc", |
| 151 | "src/protozero/scattered_stream_null_delegate.cc", |
| 152 | "src/protozero/scattered_stream_writer.cc", |
| 153 | "src/trace_processor/android_logs_table.cc", |
| 154 | "src/trace_processor/android_logs_table.h", |
| 155 | "src/trace_processor/args_table.cc", |
| 156 | "src/trace_processor/args_table.h", |
| 157 | "src/trace_processor/args_tracker.cc", |
| 158 | "src/trace_processor/args_tracker.h", |
| 159 | "src/trace_processor/chunked_trace_reader.h", |
| 160 | "src/trace_processor/clock_tracker.cc", |
| 161 | "src/trace_processor/clock_tracker.h", |
| 162 | "src/trace_processor/counter_definitions_table.cc", |
| 163 | "src/trace_processor/counter_definitions_table.h", |
| 164 | "src/trace_processor/counter_values_table.cc", |
| 165 | "src/trace_processor/counter_values_table.h", |
| 166 | "src/trace_processor/event_tracker.cc", |
| 167 | "src/trace_processor/event_tracker.h", |
| 168 | "src/trace_processor/filtered_row_index.cc", |
| 169 | "src/trace_processor/filtered_row_index.h", |
| 170 | "src/trace_processor/ftrace_descriptors.cc", |
| 171 | "src/trace_processor/ftrace_descriptors.h", |
| 172 | "src/trace_processor/ftrace_utils.cc", |
| 173 | "src/trace_processor/ftrace_utils.h", |
Brian Hamrick | d57e133 | 2019-04-24 11:25:36 -0700 | [diff] [blame] | 174 | "src/trace_processor/fuchsia_provider_view.cc", |
| 175 | "src/trace_processor/fuchsia_provider_view.h", |
| 176 | "src/trace_processor/fuchsia_trace_parser.cc", |
| 177 | "src/trace_processor/fuchsia_trace_parser.h", |
| 178 | "src/trace_processor/fuchsia_trace_tokenizer.cc", |
| 179 | "src/trace_processor/fuchsia_trace_tokenizer.h", |
| 180 | "src/trace_processor/fuchsia_trace_utils.cc", |
| 181 | "src/trace_processor/fuchsia_trace_utils.h", |
Florian Mayer | 438b5ab | 2019-05-02 11:18:06 +0100 | [diff] [blame] | 182 | "src/trace_processor/heap_profile_tracker.cc", |
| 183 | "src/trace_processor/heap_profile_tracker.h", |
Lalit Maganti | 279ecde | 2019-04-01 16:57:12 +0100 | [diff] [blame] | 184 | "src/trace_processor/instants_table.cc", |
| 185 | "src/trace_processor/instants_table.h", |
| 186 | "src/trace_processor/json_trace_parser.cc", |
| 187 | "src/trace_processor/json_trace_parser.h", |
Deepanjan Roy | 01994ca | 2019-04-02 11:05:34 -0700 | [diff] [blame] | 188 | "src/trace_processor/json_trace_tokenizer.cc", |
| 189 | "src/trace_processor/json_trace_tokenizer.h", |
| 190 | "src/trace_processor/json_trace_utils.cc", |
| 191 | "src/trace_processor/json_trace_utils.h", |
Lalit Maganti | 622676a | 2019-04-30 14:15:37 +0100 | [diff] [blame] | 192 | "src/trace_processor/metrics/metrics.cc", |
| 193 | "src/trace_processor/metrics/metrics.h", |
Lalit Maganti | 697cc48 | 2019-05-01 14:39:11 +0100 | [diff] [blame] | 194 | "src/trace_processor/metrics/sql_metrics.h", |
Lalit Maganti | 279ecde | 2019-04-01 16:57:12 +0100 | [diff] [blame] | 195 | "src/trace_processor/null_term_string_view.h", |
| 196 | "src/trace_processor/process_table.cc", |
| 197 | "src/trace_processor/process_table.h", |
| 198 | "src/trace_processor/process_tracker.cc", |
| 199 | "src/trace_processor/process_tracker.h", |
Lalit Maganti | c50e142 | 2019-04-29 14:23:25 +0100 | [diff] [blame] | 200 | "src/trace_processor/proto_incremental_state.h", |
Lalit Maganti | 279ecde | 2019-04-01 16:57:12 +0100 | [diff] [blame] | 201 | "src/trace_processor/proto_trace_parser.cc", |
| 202 | "src/trace_processor/proto_trace_parser.h", |
| 203 | "src/trace_processor/proto_trace_tokenizer.cc", |
| 204 | "src/trace_processor/proto_trace_tokenizer.h", |
| 205 | "src/trace_processor/query_constraints.cc", |
| 206 | "src/trace_processor/query_constraints.h", |
| 207 | "src/trace_processor/raw_table.cc", |
| 208 | "src/trace_processor/raw_table.h", |
| 209 | "src/trace_processor/row_iterators.cc", |
| 210 | "src/trace_processor/row_iterators.h", |
| 211 | "src/trace_processor/sched_slice_table.cc", |
| 212 | "src/trace_processor/sched_slice_table.h", |
| 213 | "src/trace_processor/scoped_db.h", |
| 214 | "src/trace_processor/slice_table.cc", |
| 215 | "src/trace_processor/slice_table.h", |
| 216 | "src/trace_processor/slice_tracker.cc", |
| 217 | "src/trace_processor/slice_tracker.h", |
| 218 | "src/trace_processor/span_join_operator_table.cc", |
| 219 | "src/trace_processor/span_join_operator_table.h", |
| 220 | "src/trace_processor/sql_stats_table.cc", |
| 221 | "src/trace_processor/sql_stats_table.h", |
| 222 | "src/trace_processor/sqlite3_str_split.cc", |
| 223 | "src/trace_processor/sqlite3_str_split.h", |
| 224 | "src/trace_processor/sqlite_utils.h", |
| 225 | "src/trace_processor/stats.h", |
| 226 | "src/trace_processor/stats_table.cc", |
| 227 | "src/trace_processor/stats_table.h", |
| 228 | "src/trace_processor/storage_columns.cc", |
| 229 | "src/trace_processor/storage_columns.h", |
| 230 | "src/trace_processor/storage_schema.cc", |
| 231 | "src/trace_processor/storage_schema.h", |
| 232 | "src/trace_processor/storage_table.cc", |
| 233 | "src/trace_processor/storage_table.h", |
| 234 | "src/trace_processor/string_pool.cc", |
| 235 | "src/trace_processor/string_pool.h", |
| 236 | "src/trace_processor/string_table.cc", |
| 237 | "src/trace_processor/string_table.h", |
| 238 | "src/trace_processor/syscall_tracker.cc", |
| 239 | "src/trace_processor/syscall_tracker.h", |
Lalit Maganti | 5e60c65 | 2019-04-15 19:55:07 +0100 | [diff] [blame] | 240 | "src/trace_processor/syscalls_aarch32.h", |
| 241 | "src/trace_processor/syscalls_aarch64.h", |
| 242 | "src/trace_processor/syscalls_armeabi.h", |
| 243 | "src/trace_processor/syscalls_x86_64.h", |
Lalit Maganti | 279ecde | 2019-04-01 16:57:12 +0100 | [diff] [blame] | 244 | "src/trace_processor/table.cc", |
| 245 | "src/trace_processor/table.h", |
| 246 | "src/trace_processor/thread_table.cc", |
| 247 | "src/trace_processor/thread_table.h", |
| 248 | "src/trace_processor/trace_blob_view.h", |
Deepanjan Roy | 01994ca | 2019-04-02 11:05:34 -0700 | [diff] [blame] | 249 | "src/trace_processor/trace_parser.h", |
Lalit Maganti | 279ecde | 2019-04-01 16:57:12 +0100 | [diff] [blame] | 250 | "src/trace_processor/trace_processor.cc", |
| 251 | "src/trace_processor/trace_processor_context.cc", |
| 252 | "src/trace_processor/trace_processor_context.h", |
| 253 | "src/trace_processor/trace_processor_impl.cc", |
| 254 | "src/trace_processor/trace_processor_impl.h", |
| 255 | "src/trace_processor/trace_sorter.cc", |
| 256 | "src/trace_processor/trace_sorter.h", |
| 257 | "src/trace_processor/trace_storage.cc", |
| 258 | "src/trace_processor/trace_storage.h", |
| 259 | "src/trace_processor/virtual_destructors.cc", |
| 260 | "src/trace_processor/window_operator_table.cc", |
| 261 | "src/trace_processor/window_operator_table.h", |
| 262 | ], |
| 263 | hdrs = [ |
| 264 | "include/perfetto/base/build_config.h", |
| 265 | "include/perfetto/base/circular_queue.h", |
| 266 | "include/perfetto/base/container_annotations.h", |
| 267 | "include/perfetto/base/event.h", |
| 268 | "include/perfetto/base/export.h", |
| 269 | "include/perfetto/base/file_utils.h", |
| 270 | "include/perfetto/base/gtest_prod_util.h", |
| 271 | "include/perfetto/base/hash.h", |
| 272 | "include/perfetto/base/logging.h", |
| 273 | "include/perfetto/base/metatrace.h", |
Lalit Maganti | 85fd37e | 2019-04-24 15:18:26 +0100 | [diff] [blame] | 274 | "include/perfetto/base/no_destructor.h", |
Lalit Maganti | 279ecde | 2019-04-01 16:57:12 +0100 | [diff] [blame] | 275 | "include/perfetto/base/optional.h", |
| 276 | "include/perfetto/base/paged_memory.h", |
| 277 | "include/perfetto/base/pipe.h", |
| 278 | "include/perfetto/base/scoped_file.h", |
| 279 | "include/perfetto/base/small_set.h", |
| 280 | "include/perfetto/base/string_splitter.h", |
| 281 | "include/perfetto/base/string_utils.h", |
| 282 | "include/perfetto/base/string_view.h", |
| 283 | "include/perfetto/base/string_writer.h", |
| 284 | "include/perfetto/base/task_runner.h", |
| 285 | "include/perfetto/base/temp_file.h", |
| 286 | "include/perfetto/base/thread_checker.h", |
| 287 | "include/perfetto/base/thread_task_runner.h", |
| 288 | "include/perfetto/base/thread_utils.h", |
| 289 | "include/perfetto/base/time.h", |
| 290 | "include/perfetto/base/unix_socket.h", |
| 291 | "include/perfetto/base/unix_task_runner.h", |
| 292 | "include/perfetto/base/utils.h", |
| 293 | "include/perfetto/base/watchdog.h", |
| 294 | "include/perfetto/base/watchdog_noop.h", |
| 295 | "include/perfetto/base/watchdog_posix.h", |
| 296 | "include/perfetto/base/weak_ptr.h", |
| 297 | "include/perfetto/protozero/contiguous_memory_range.h", |
| 298 | "include/perfetto/protozero/field.h", |
| 299 | "include/perfetto/protozero/message.h", |
| 300 | "include/perfetto/protozero/message_handle.h", |
| 301 | "include/perfetto/protozero/proto_decoder.h", |
| 302 | "include/perfetto/protozero/proto_utils.h", |
| 303 | "include/perfetto/protozero/scattered_heap_buffer.h", |
| 304 | "include/perfetto/protozero/scattered_stream_null_delegate.h", |
| 305 | "include/perfetto/protozero/scattered_stream_writer.h", |
| 306 | "include/perfetto/trace_processor/basic_types.h", |
| 307 | "include/perfetto/trace_processor/trace_processor.h", |
| 308 | "include/perfetto/traced/sys_stats_counters.h", |
| 309 | ], |
| 310 | deps = [ |
Lalit Maganti | 26f69bd | 2019-04-29 18:23:47 +0100 | [diff] [blame] | 311 | "//third_party/perfetto:gen_merged_sql_metrics", |
Lalit Maganti | 279ecde | 2019-04-01 16:57:12 +0100 | [diff] [blame] | 312 | "//third_party/perfetto/google:gtest_prod", |
| 313 | "//third_party/perfetto/google:jsoncpp", |
Lalit Maganti | 279ecde | 2019-04-01 16:57:12 +0100 | [diff] [blame] | 314 | "//third_party/perfetto/protos:common_zero_cc_proto", |
| 315 | "//third_party/perfetto/protos:config_zero_cc_proto", |
Lalit Maganti | 26f69bd | 2019-04-29 18:23:47 +0100 | [diff] [blame] | 316 | "//third_party/perfetto/protos:metrics_android_zero_cc_proto", |
| 317 | "//third_party/perfetto/protos:metrics_zero_cc_proto", |
Lalit Maganti | 98465e1 | 2019-04-04 14:08:40 +0100 | [diff] [blame] | 318 | "//third_party/perfetto/protos:trace_android_zero_cc_proto", |
| 319 | "//third_party/perfetto/protos:trace_chrome_zero_cc_proto", |
| 320 | "//third_party/perfetto/protos:trace_filesystem_zero_cc_proto", |
| 321 | "//third_party/perfetto/protos:trace_ftrace_zero_cc_proto", |
| 322 | "//third_party/perfetto/protos:trace_interned_data_zero_cc_proto", |
| 323 | "//third_party/perfetto/protos:trace_power_zero_cc_proto", |
Lalit Maganti | 98465e1 | 2019-04-04 14:08:40 +0100 | [diff] [blame] | 324 | "//third_party/perfetto/protos:trace_profiling_zero_cc_proto", |
| 325 | "//third_party/perfetto/protos:trace_ps_zero_cc_proto", |
| 326 | "//third_party/perfetto/protos:trace_sys_stats_zero_cc_proto", |
| 327 | "//third_party/perfetto/protos:trace_track_event_zero_cc_proto", |
Lalit Maganti | 279ecde | 2019-04-01 16:57:12 +0100 | [diff] [blame] | 328 | "//third_party/perfetto/protos:trace_zero_cc_proto", |
Lalit Maganti | 279ecde | 2019-04-01 16:57:12 +0100 | [diff] [blame] | 329 | "//third_party/sqlite", |
| 330 | "//third_party/sqlite:sqlite_ext_percentile", |
| 331 | ], |
| 332 | ) |
| 333 | |
Lalit Maganti | 5e24247 | 2019-04-01 17:25:08 +0100 | [diff] [blame] | 334 | # GN target: //src/trace_processor:trace_processor_shell_host |
Lalit Maganti | 279ecde | 2019-04-01 16:57:12 +0100 | [diff] [blame] | 335 | cc_binary( |
Lalit Maganti | 5e24247 | 2019-04-01 17:25:08 +0100 | [diff] [blame] | 336 | name = "trace_processor_shell", |
Lalit Maganti | 279ecde | 2019-04-01 16:57:12 +0100 | [diff] [blame] | 337 | srcs = [ |
| 338 | "include/perfetto/base/build_config.h", |
| 339 | "include/perfetto/base/circular_queue.h", |
| 340 | "include/perfetto/base/container_annotations.h", |
| 341 | "include/perfetto/base/event.h", |
| 342 | "include/perfetto/base/export.h", |
| 343 | "include/perfetto/base/file_utils.h", |
| 344 | "include/perfetto/base/gtest_prod_util.h", |
| 345 | "include/perfetto/base/hash.h", |
| 346 | "include/perfetto/base/logging.h", |
| 347 | "include/perfetto/base/metatrace.h", |
Lalit Maganti | 85fd37e | 2019-04-24 15:18:26 +0100 | [diff] [blame] | 348 | "include/perfetto/base/no_destructor.h", |
Lalit Maganti | 279ecde | 2019-04-01 16:57:12 +0100 | [diff] [blame] | 349 | "include/perfetto/base/optional.h", |
| 350 | "include/perfetto/base/paged_memory.h", |
| 351 | "include/perfetto/base/pipe.h", |
| 352 | "include/perfetto/base/scoped_file.h", |
| 353 | "include/perfetto/base/small_set.h", |
| 354 | "include/perfetto/base/string_splitter.h", |
| 355 | "include/perfetto/base/string_utils.h", |
| 356 | "include/perfetto/base/string_view.h", |
| 357 | "include/perfetto/base/string_writer.h", |
| 358 | "include/perfetto/base/task_runner.h", |
| 359 | "include/perfetto/base/temp_file.h", |
| 360 | "include/perfetto/base/thread_checker.h", |
| 361 | "include/perfetto/base/thread_task_runner.h", |
| 362 | "include/perfetto/base/thread_utils.h", |
| 363 | "include/perfetto/base/time.h", |
| 364 | "include/perfetto/base/unix_socket.h", |
| 365 | "include/perfetto/base/unix_task_runner.h", |
| 366 | "include/perfetto/base/utils.h", |
| 367 | "include/perfetto/base/watchdog.h", |
| 368 | "include/perfetto/base/watchdog_noop.h", |
| 369 | "include/perfetto/base/watchdog_posix.h", |
| 370 | "include/perfetto/base/weak_ptr.h", |
| 371 | "include/perfetto/protozero/contiguous_memory_range.h", |
| 372 | "include/perfetto/protozero/field.h", |
| 373 | "include/perfetto/protozero/message.h", |
| 374 | "include/perfetto/protozero/message_handle.h", |
| 375 | "include/perfetto/protozero/proto_decoder.h", |
| 376 | "include/perfetto/protozero/proto_utils.h", |
| 377 | "include/perfetto/protozero/scattered_heap_buffer.h", |
| 378 | "include/perfetto/protozero/scattered_stream_null_delegate.h", |
| 379 | "include/perfetto/protozero/scattered_stream_writer.h", |
| 380 | "include/perfetto/trace_processor/basic_types.h", |
| 381 | "include/perfetto/trace_processor/trace_processor.h", |
| 382 | "include/perfetto/traced/sys_stats_counters.h", |
| 383 | "src/base/event.cc", |
| 384 | "src/base/file_utils.cc", |
| 385 | "src/base/metatrace.cc", |
| 386 | "src/base/paged_memory.cc", |
| 387 | "src/base/pipe.cc", |
| 388 | "src/base/string_splitter.cc", |
| 389 | "src/base/string_utils.cc", |
| 390 | "src/base/string_view.cc", |
| 391 | "src/base/temp_file.cc", |
| 392 | "src/base/thread_checker.cc", |
| 393 | "src/base/thread_task_runner.cc", |
| 394 | "src/base/time.cc", |
| 395 | "src/base/unix_task_runner.cc", |
| 396 | "src/base/virtual_destructors.cc", |
| 397 | "src/base/watchdog_posix.cc", |
| 398 | "src/protozero/message.cc", |
| 399 | "src/protozero/message_handle.cc", |
| 400 | "src/protozero/proto_decoder.cc", |
| 401 | "src/protozero/scattered_heap_buffer.cc", |
| 402 | "src/protozero/scattered_stream_null_delegate.cc", |
| 403 | "src/protozero/scattered_stream_writer.cc", |
| 404 | "src/trace_processor/android_logs_table.cc", |
| 405 | "src/trace_processor/android_logs_table.h", |
| 406 | "src/trace_processor/args_table.cc", |
| 407 | "src/trace_processor/args_table.h", |
| 408 | "src/trace_processor/args_tracker.cc", |
| 409 | "src/trace_processor/args_tracker.h", |
| 410 | "src/trace_processor/chunked_trace_reader.h", |
| 411 | "src/trace_processor/clock_tracker.cc", |
| 412 | "src/trace_processor/clock_tracker.h", |
| 413 | "src/trace_processor/counter_definitions_table.cc", |
| 414 | "src/trace_processor/counter_definitions_table.h", |
| 415 | "src/trace_processor/counter_values_table.cc", |
| 416 | "src/trace_processor/counter_values_table.h", |
| 417 | "src/trace_processor/event_tracker.cc", |
| 418 | "src/trace_processor/event_tracker.h", |
| 419 | "src/trace_processor/filtered_row_index.cc", |
| 420 | "src/trace_processor/filtered_row_index.h", |
| 421 | "src/trace_processor/ftrace_descriptors.cc", |
| 422 | "src/trace_processor/ftrace_descriptors.h", |
| 423 | "src/trace_processor/ftrace_utils.cc", |
| 424 | "src/trace_processor/ftrace_utils.h", |
Brian Hamrick | d57e133 | 2019-04-24 11:25:36 -0700 | [diff] [blame] | 425 | "src/trace_processor/fuchsia_provider_view.cc", |
| 426 | "src/trace_processor/fuchsia_provider_view.h", |
| 427 | "src/trace_processor/fuchsia_trace_parser.cc", |
| 428 | "src/trace_processor/fuchsia_trace_parser.h", |
| 429 | "src/trace_processor/fuchsia_trace_tokenizer.cc", |
| 430 | "src/trace_processor/fuchsia_trace_tokenizer.h", |
| 431 | "src/trace_processor/fuchsia_trace_utils.cc", |
| 432 | "src/trace_processor/fuchsia_trace_utils.h", |
Florian Mayer | 438b5ab | 2019-05-02 11:18:06 +0100 | [diff] [blame] | 433 | "src/trace_processor/heap_profile_tracker.cc", |
| 434 | "src/trace_processor/heap_profile_tracker.h", |
Lalit Maganti | 279ecde | 2019-04-01 16:57:12 +0100 | [diff] [blame] | 435 | "src/trace_processor/instants_table.cc", |
| 436 | "src/trace_processor/instants_table.h", |
| 437 | "src/trace_processor/json_trace_parser.cc", |
| 438 | "src/trace_processor/json_trace_parser.h", |
Deepanjan Roy | 01994ca | 2019-04-02 11:05:34 -0700 | [diff] [blame] | 439 | "src/trace_processor/json_trace_tokenizer.cc", |
| 440 | "src/trace_processor/json_trace_tokenizer.h", |
| 441 | "src/trace_processor/json_trace_utils.cc", |
| 442 | "src/trace_processor/json_trace_utils.h", |
Lalit Maganti | 622676a | 2019-04-30 14:15:37 +0100 | [diff] [blame] | 443 | "src/trace_processor/metrics/metrics.cc", |
| 444 | "src/trace_processor/metrics/metrics.h", |
Lalit Maganti | 697cc48 | 2019-05-01 14:39:11 +0100 | [diff] [blame] | 445 | "src/trace_processor/metrics/sql_metrics.h", |
Lalit Maganti | 279ecde | 2019-04-01 16:57:12 +0100 | [diff] [blame] | 446 | "src/trace_processor/null_term_string_view.h", |
| 447 | "src/trace_processor/process_table.cc", |
| 448 | "src/trace_processor/process_table.h", |
| 449 | "src/trace_processor/process_tracker.cc", |
| 450 | "src/trace_processor/process_tracker.h", |
Lalit Maganti | c50e142 | 2019-04-29 14:23:25 +0100 | [diff] [blame] | 451 | "src/trace_processor/proto_incremental_state.h", |
Lalit Maganti | 279ecde | 2019-04-01 16:57:12 +0100 | [diff] [blame] | 452 | "src/trace_processor/proto_trace_parser.cc", |
| 453 | "src/trace_processor/proto_trace_parser.h", |
| 454 | "src/trace_processor/proto_trace_tokenizer.cc", |
| 455 | "src/trace_processor/proto_trace_tokenizer.h", |
| 456 | "src/trace_processor/query_constraints.cc", |
| 457 | "src/trace_processor/query_constraints.h", |
| 458 | "src/trace_processor/raw_table.cc", |
| 459 | "src/trace_processor/raw_table.h", |
| 460 | "src/trace_processor/row_iterators.cc", |
| 461 | "src/trace_processor/row_iterators.h", |
| 462 | "src/trace_processor/sched_slice_table.cc", |
| 463 | "src/trace_processor/sched_slice_table.h", |
| 464 | "src/trace_processor/scoped_db.h", |
| 465 | "src/trace_processor/slice_table.cc", |
| 466 | "src/trace_processor/slice_table.h", |
| 467 | "src/trace_processor/slice_tracker.cc", |
| 468 | "src/trace_processor/slice_tracker.h", |
| 469 | "src/trace_processor/span_join_operator_table.cc", |
| 470 | "src/trace_processor/span_join_operator_table.h", |
| 471 | "src/trace_processor/sql_stats_table.cc", |
| 472 | "src/trace_processor/sql_stats_table.h", |
| 473 | "src/trace_processor/sqlite3_str_split.cc", |
| 474 | "src/trace_processor/sqlite3_str_split.h", |
| 475 | "src/trace_processor/sqlite_utils.h", |
| 476 | "src/trace_processor/stats.h", |
| 477 | "src/trace_processor/stats_table.cc", |
| 478 | "src/trace_processor/stats_table.h", |
| 479 | "src/trace_processor/storage_columns.cc", |
| 480 | "src/trace_processor/storage_columns.h", |
| 481 | "src/trace_processor/storage_schema.cc", |
| 482 | "src/trace_processor/storage_schema.h", |
| 483 | "src/trace_processor/storage_table.cc", |
| 484 | "src/trace_processor/storage_table.h", |
| 485 | "src/trace_processor/string_pool.cc", |
| 486 | "src/trace_processor/string_pool.h", |
| 487 | "src/trace_processor/string_table.cc", |
| 488 | "src/trace_processor/string_table.h", |
| 489 | "src/trace_processor/syscall_tracker.cc", |
| 490 | "src/trace_processor/syscall_tracker.h", |
Lalit Maganti | 5e60c65 | 2019-04-15 19:55:07 +0100 | [diff] [blame] | 491 | "src/trace_processor/syscalls_aarch32.h", |
| 492 | "src/trace_processor/syscalls_aarch64.h", |
| 493 | "src/trace_processor/syscalls_armeabi.h", |
| 494 | "src/trace_processor/syscalls_x86_64.h", |
Lalit Maganti | 279ecde | 2019-04-01 16:57:12 +0100 | [diff] [blame] | 495 | "src/trace_processor/table.cc", |
| 496 | "src/trace_processor/table.h", |
| 497 | "src/trace_processor/thread_table.cc", |
| 498 | "src/trace_processor/thread_table.h", |
| 499 | "src/trace_processor/trace_blob_view.h", |
Deepanjan Roy | 01994ca | 2019-04-02 11:05:34 -0700 | [diff] [blame] | 500 | "src/trace_processor/trace_parser.h", |
Lalit Maganti | 279ecde | 2019-04-01 16:57:12 +0100 | [diff] [blame] | 501 | "src/trace_processor/trace_processor.cc", |
| 502 | "src/trace_processor/trace_processor_context.cc", |
| 503 | "src/trace_processor/trace_processor_context.h", |
| 504 | "src/trace_processor/trace_processor_impl.cc", |
| 505 | "src/trace_processor/trace_processor_impl.h", |
| 506 | "src/trace_processor/trace_processor_shell.cc", |
| 507 | "src/trace_processor/trace_sorter.cc", |
| 508 | "src/trace_processor/trace_sorter.h", |
| 509 | "src/trace_processor/trace_storage.cc", |
| 510 | "src/trace_processor/trace_storage.h", |
| 511 | "src/trace_processor/virtual_destructors.cc", |
| 512 | "src/trace_processor/window_operator_table.cc", |
| 513 | "src/trace_processor/window_operator_table.h", |
| 514 | ], |
| 515 | deps = [ |
Lalit Maganti | 26f69bd | 2019-04-29 18:23:47 +0100 | [diff] [blame] | 516 | "//third_party/perfetto:gen_merged_sql_metrics", |
Lalit Maganti | 279ecde | 2019-04-01 16:57:12 +0100 | [diff] [blame] | 517 | "//third_party/perfetto/google:gtest_prod", |
| 518 | "//third_party/perfetto/google:jsoncpp", |
| 519 | "//third_party/perfetto/google:linenoise", |
| 520 | "//third_party/perfetto/google:perfetto_version", |
Lalit Maganti | 279ecde | 2019-04-01 16:57:12 +0100 | [diff] [blame] | 521 | "//third_party/perfetto/protos:common_zero_cc_proto", |
| 522 | "//third_party/perfetto/protos:config_zero_cc_proto", |
Lalit Maganti | 26f69bd | 2019-04-29 18:23:47 +0100 | [diff] [blame] | 523 | "//third_party/perfetto/protos:metrics_android_zero_cc_proto", |
| 524 | "//third_party/perfetto/protos:metrics_zero_cc_proto", |
Lalit Maganti | 98465e1 | 2019-04-04 14:08:40 +0100 | [diff] [blame] | 525 | "//third_party/perfetto/protos:trace_android_zero_cc_proto", |
| 526 | "//third_party/perfetto/protos:trace_chrome_zero_cc_proto", |
| 527 | "//third_party/perfetto/protos:trace_filesystem_zero_cc_proto", |
| 528 | "//third_party/perfetto/protos:trace_ftrace_zero_cc_proto", |
| 529 | "//third_party/perfetto/protos:trace_interned_data_zero_cc_proto", |
| 530 | "//third_party/perfetto/protos:trace_power_zero_cc_proto", |
Lalit Maganti | 98465e1 | 2019-04-04 14:08:40 +0100 | [diff] [blame] | 531 | "//third_party/perfetto/protos:trace_profiling_zero_cc_proto", |
| 532 | "//third_party/perfetto/protos:trace_ps_zero_cc_proto", |
| 533 | "//third_party/perfetto/protos:trace_sys_stats_zero_cc_proto", |
| 534 | "//third_party/perfetto/protos:trace_track_event_zero_cc_proto", |
Lalit Maganti | 279ecde | 2019-04-01 16:57:12 +0100 | [diff] [blame] | 535 | "//third_party/perfetto/protos:trace_zero_cc_proto", |
Lalit Maganti | 279ecde | 2019-04-01 16:57:12 +0100 | [diff] [blame] | 536 | "//third_party/sqlite", |
| 537 | "//third_party/sqlite:sqlite_ext_percentile", |
| 538 | ], |
| 539 | ) |
| 540 | |
Lalit Maganti | 5e24247 | 2019-04-01 17:25:08 +0100 | [diff] [blame] | 541 | # GN target: //tools/trace_to_text:trace_to_text_host |
Lalit Maganti | 279ecde | 2019-04-01 16:57:12 +0100 | [diff] [blame] | 542 | cc_binary( |
Lalit Maganti | 5e24247 | 2019-04-01 17:25:08 +0100 | [diff] [blame] | 543 | name = "trace_to_text", |
Lalit Maganti | 279ecde | 2019-04-01 16:57:12 +0100 | [diff] [blame] | 544 | srcs = [ |
| 545 | "include/perfetto/base/build_config.h", |
| 546 | "include/perfetto/base/circular_queue.h", |
| 547 | "include/perfetto/base/container_annotations.h", |
| 548 | "include/perfetto/base/event.h", |
| 549 | "include/perfetto/base/export.h", |
| 550 | "include/perfetto/base/file_utils.h", |
| 551 | "include/perfetto/base/gtest_prod_util.h", |
| 552 | "include/perfetto/base/hash.h", |
| 553 | "include/perfetto/base/logging.h", |
| 554 | "include/perfetto/base/metatrace.h", |
Lalit Maganti | 85fd37e | 2019-04-24 15:18:26 +0100 | [diff] [blame] | 555 | "include/perfetto/base/no_destructor.h", |
Lalit Maganti | 279ecde | 2019-04-01 16:57:12 +0100 | [diff] [blame] | 556 | "include/perfetto/base/optional.h", |
| 557 | "include/perfetto/base/paged_memory.h", |
| 558 | "include/perfetto/base/pipe.h", |
| 559 | "include/perfetto/base/scoped_file.h", |
| 560 | "include/perfetto/base/small_set.h", |
| 561 | "include/perfetto/base/string_splitter.h", |
| 562 | "include/perfetto/base/string_utils.h", |
| 563 | "include/perfetto/base/string_view.h", |
| 564 | "include/perfetto/base/string_writer.h", |
| 565 | "include/perfetto/base/task_runner.h", |
| 566 | "include/perfetto/base/temp_file.h", |
| 567 | "include/perfetto/base/thread_checker.h", |
| 568 | "include/perfetto/base/thread_task_runner.h", |
| 569 | "include/perfetto/base/thread_utils.h", |
| 570 | "include/perfetto/base/time.h", |
| 571 | "include/perfetto/base/unix_socket.h", |
| 572 | "include/perfetto/base/unix_task_runner.h", |
| 573 | "include/perfetto/base/utils.h", |
| 574 | "include/perfetto/base/watchdog.h", |
| 575 | "include/perfetto/base/watchdog_noop.h", |
| 576 | "include/perfetto/base/watchdog_posix.h", |
| 577 | "include/perfetto/base/weak_ptr.h", |
| 578 | "include/perfetto/protozero/contiguous_memory_range.h", |
| 579 | "include/perfetto/protozero/field.h", |
| 580 | "include/perfetto/protozero/message.h", |
| 581 | "include/perfetto/protozero/message_handle.h", |
| 582 | "include/perfetto/protozero/proto_decoder.h", |
| 583 | "include/perfetto/protozero/proto_utils.h", |
| 584 | "include/perfetto/protozero/scattered_heap_buffer.h", |
| 585 | "include/perfetto/protozero/scattered_stream_null_delegate.h", |
| 586 | "include/perfetto/protozero/scattered_stream_writer.h", |
| 587 | "include/perfetto/trace_processor/basic_types.h", |
| 588 | "include/perfetto/trace_processor/trace_processor.h", |
| 589 | "include/perfetto/traced/sys_stats_counters.h", |
| 590 | "src/base/event.cc", |
| 591 | "src/base/file_utils.cc", |
| 592 | "src/base/metatrace.cc", |
| 593 | "src/base/paged_memory.cc", |
| 594 | "src/base/pipe.cc", |
| 595 | "src/base/string_splitter.cc", |
| 596 | "src/base/string_utils.cc", |
| 597 | "src/base/string_view.cc", |
| 598 | "src/base/temp_file.cc", |
| 599 | "src/base/thread_checker.cc", |
| 600 | "src/base/thread_task_runner.cc", |
| 601 | "src/base/time.cc", |
| 602 | "src/base/unix_task_runner.cc", |
| 603 | "src/base/virtual_destructors.cc", |
| 604 | "src/base/watchdog_posix.cc", |
| 605 | "src/protozero/message.cc", |
| 606 | "src/protozero/message_handle.cc", |
| 607 | "src/protozero/proto_decoder.cc", |
| 608 | "src/protozero/scattered_heap_buffer.cc", |
| 609 | "src/protozero/scattered_stream_null_delegate.cc", |
| 610 | "src/protozero/scattered_stream_writer.cc", |
| 611 | "src/trace_processor/android_logs_table.cc", |
| 612 | "src/trace_processor/android_logs_table.h", |
| 613 | "src/trace_processor/args_table.cc", |
| 614 | "src/trace_processor/args_table.h", |
| 615 | "src/trace_processor/args_tracker.cc", |
| 616 | "src/trace_processor/args_tracker.h", |
| 617 | "src/trace_processor/chunked_trace_reader.h", |
| 618 | "src/trace_processor/clock_tracker.cc", |
| 619 | "src/trace_processor/clock_tracker.h", |
| 620 | "src/trace_processor/counter_definitions_table.cc", |
| 621 | "src/trace_processor/counter_definitions_table.h", |
| 622 | "src/trace_processor/counter_values_table.cc", |
| 623 | "src/trace_processor/counter_values_table.h", |
| 624 | "src/trace_processor/event_tracker.cc", |
| 625 | "src/trace_processor/event_tracker.h", |
| 626 | "src/trace_processor/filtered_row_index.cc", |
| 627 | "src/trace_processor/filtered_row_index.h", |
| 628 | "src/trace_processor/ftrace_descriptors.cc", |
| 629 | "src/trace_processor/ftrace_descriptors.h", |
| 630 | "src/trace_processor/ftrace_utils.cc", |
| 631 | "src/trace_processor/ftrace_utils.h", |
Brian Hamrick | d57e133 | 2019-04-24 11:25:36 -0700 | [diff] [blame] | 632 | "src/trace_processor/fuchsia_provider_view.cc", |
| 633 | "src/trace_processor/fuchsia_provider_view.h", |
| 634 | "src/trace_processor/fuchsia_trace_parser.cc", |
| 635 | "src/trace_processor/fuchsia_trace_parser.h", |
| 636 | "src/trace_processor/fuchsia_trace_tokenizer.cc", |
| 637 | "src/trace_processor/fuchsia_trace_tokenizer.h", |
| 638 | "src/trace_processor/fuchsia_trace_utils.cc", |
| 639 | "src/trace_processor/fuchsia_trace_utils.h", |
Florian Mayer | 438b5ab | 2019-05-02 11:18:06 +0100 | [diff] [blame] | 640 | "src/trace_processor/heap_profile_tracker.cc", |
| 641 | "src/trace_processor/heap_profile_tracker.h", |
Lalit Maganti | 279ecde | 2019-04-01 16:57:12 +0100 | [diff] [blame] | 642 | "src/trace_processor/instants_table.cc", |
| 643 | "src/trace_processor/instants_table.h", |
| 644 | "src/trace_processor/json_trace_parser.cc", |
| 645 | "src/trace_processor/json_trace_parser.h", |
Deepanjan Roy | 01994ca | 2019-04-02 11:05:34 -0700 | [diff] [blame] | 646 | "src/trace_processor/json_trace_tokenizer.cc", |
| 647 | "src/trace_processor/json_trace_tokenizer.h", |
| 648 | "src/trace_processor/json_trace_utils.cc", |
| 649 | "src/trace_processor/json_trace_utils.h", |
Lalit Maganti | 622676a | 2019-04-30 14:15:37 +0100 | [diff] [blame] | 650 | "src/trace_processor/metrics/metrics.cc", |
| 651 | "src/trace_processor/metrics/metrics.h", |
Lalit Maganti | 697cc48 | 2019-05-01 14:39:11 +0100 | [diff] [blame] | 652 | "src/trace_processor/metrics/sql_metrics.h", |
Lalit Maganti | 279ecde | 2019-04-01 16:57:12 +0100 | [diff] [blame] | 653 | "src/trace_processor/null_term_string_view.h", |
| 654 | "src/trace_processor/process_table.cc", |
| 655 | "src/trace_processor/process_table.h", |
| 656 | "src/trace_processor/process_tracker.cc", |
| 657 | "src/trace_processor/process_tracker.h", |
Lalit Maganti | c50e142 | 2019-04-29 14:23:25 +0100 | [diff] [blame] | 658 | "src/trace_processor/proto_incremental_state.h", |
Lalit Maganti | 279ecde | 2019-04-01 16:57:12 +0100 | [diff] [blame] | 659 | "src/trace_processor/proto_trace_parser.cc", |
| 660 | "src/trace_processor/proto_trace_parser.h", |
| 661 | "src/trace_processor/proto_trace_tokenizer.cc", |
| 662 | "src/trace_processor/proto_trace_tokenizer.h", |
| 663 | "src/trace_processor/query_constraints.cc", |
| 664 | "src/trace_processor/query_constraints.h", |
| 665 | "src/trace_processor/raw_table.cc", |
| 666 | "src/trace_processor/raw_table.h", |
| 667 | "src/trace_processor/row_iterators.cc", |
| 668 | "src/trace_processor/row_iterators.h", |
| 669 | "src/trace_processor/sched_slice_table.cc", |
| 670 | "src/trace_processor/sched_slice_table.h", |
| 671 | "src/trace_processor/scoped_db.h", |
| 672 | "src/trace_processor/slice_table.cc", |
| 673 | "src/trace_processor/slice_table.h", |
| 674 | "src/trace_processor/slice_tracker.cc", |
| 675 | "src/trace_processor/slice_tracker.h", |
| 676 | "src/trace_processor/span_join_operator_table.cc", |
| 677 | "src/trace_processor/span_join_operator_table.h", |
| 678 | "src/trace_processor/sql_stats_table.cc", |
| 679 | "src/trace_processor/sql_stats_table.h", |
| 680 | "src/trace_processor/sqlite3_str_split.cc", |
| 681 | "src/trace_processor/sqlite3_str_split.h", |
| 682 | "src/trace_processor/sqlite_utils.h", |
| 683 | "src/trace_processor/stats.h", |
| 684 | "src/trace_processor/stats_table.cc", |
| 685 | "src/trace_processor/stats_table.h", |
| 686 | "src/trace_processor/storage_columns.cc", |
| 687 | "src/trace_processor/storage_columns.h", |
| 688 | "src/trace_processor/storage_schema.cc", |
| 689 | "src/trace_processor/storage_schema.h", |
| 690 | "src/trace_processor/storage_table.cc", |
| 691 | "src/trace_processor/storage_table.h", |
| 692 | "src/trace_processor/string_pool.cc", |
| 693 | "src/trace_processor/string_pool.h", |
| 694 | "src/trace_processor/string_table.cc", |
| 695 | "src/trace_processor/string_table.h", |
| 696 | "src/trace_processor/syscall_tracker.cc", |
| 697 | "src/trace_processor/syscall_tracker.h", |
Lalit Maganti | 5e60c65 | 2019-04-15 19:55:07 +0100 | [diff] [blame] | 698 | "src/trace_processor/syscalls_aarch32.h", |
| 699 | "src/trace_processor/syscalls_aarch64.h", |
| 700 | "src/trace_processor/syscalls_armeabi.h", |
| 701 | "src/trace_processor/syscalls_x86_64.h", |
Lalit Maganti | 279ecde | 2019-04-01 16:57:12 +0100 | [diff] [blame] | 702 | "src/trace_processor/table.cc", |
| 703 | "src/trace_processor/table.h", |
| 704 | "src/trace_processor/thread_table.cc", |
| 705 | "src/trace_processor/thread_table.h", |
| 706 | "src/trace_processor/trace_blob_view.h", |
Deepanjan Roy | 01994ca | 2019-04-02 11:05:34 -0700 | [diff] [blame] | 707 | "src/trace_processor/trace_parser.h", |
Lalit Maganti | 279ecde | 2019-04-01 16:57:12 +0100 | [diff] [blame] | 708 | "src/trace_processor/trace_processor.cc", |
| 709 | "src/trace_processor/trace_processor_context.cc", |
| 710 | "src/trace_processor/trace_processor_context.h", |
| 711 | "src/trace_processor/trace_processor_impl.cc", |
| 712 | "src/trace_processor/trace_processor_impl.h", |
| 713 | "src/trace_processor/trace_sorter.cc", |
| 714 | "src/trace_processor/trace_sorter.h", |
| 715 | "src/trace_processor/trace_storage.cc", |
| 716 | "src/trace_processor/trace_storage.h", |
| 717 | "src/trace_processor/virtual_destructors.cc", |
| 718 | "src/trace_processor/window_operator_table.cc", |
| 719 | "src/trace_processor/window_operator_table.h", |
| 720 | "tools/trace_to_text/main.cc", |
| 721 | "tools/trace_to_text/proto_full_utils.cc", |
| 722 | "tools/trace_to_text/proto_full_utils.h", |
| 723 | "tools/trace_to_text/trace_to_profile.cc", |
| 724 | "tools/trace_to_text/trace_to_profile.h", |
| 725 | "tools/trace_to_text/trace_to_systrace.cc", |
| 726 | "tools/trace_to_text/trace_to_systrace.h", |
| 727 | "tools/trace_to_text/trace_to_text.cc", |
| 728 | "tools/trace_to_text/trace_to_text.h", |
| 729 | "tools/trace_to_text/utils.cc", |
| 730 | "tools/trace_to_text/utils.h", |
| 731 | ], |
| 732 | deps = [ |
Lalit Maganti | 26f69bd | 2019-04-29 18:23:47 +0100 | [diff] [blame] | 733 | "//third_party/perfetto:gen_merged_sql_metrics", |
Lalit Maganti | 279ecde | 2019-04-01 16:57:12 +0100 | [diff] [blame] | 734 | "//third_party/perfetto/google:gtest_prod", |
| 735 | "//third_party/perfetto/google:jsoncpp", |
| 736 | "//third_party/perfetto/google:perfetto_version", |
Lalit Maganti | 279ecde | 2019-04-01 16:57:12 +0100 | [diff] [blame] | 737 | "//third_party/perfetto/protos:common_cc_proto", |
| 738 | "//third_party/perfetto/protos:common_zero_cc_proto", |
| 739 | "//third_party/perfetto/protos:config_cc_proto", |
| 740 | "//third_party/perfetto/protos:config_zero_cc_proto", |
Lalit Maganti | 26f69bd | 2019-04-29 18:23:47 +0100 | [diff] [blame] | 741 | "//third_party/perfetto/protos:metrics_android_zero_cc_proto", |
| 742 | "//third_party/perfetto/protos:metrics_zero_cc_proto", |
Lalit Maganti | 98465e1 | 2019-04-04 14:08:40 +0100 | [diff] [blame] | 743 | "//third_party/perfetto/protos:protos_third_party_pprof_cc_proto", |
| 744 | "//third_party/perfetto/protos:trace_android_cc_proto", |
| 745 | "//third_party/perfetto/protos:trace_android_zero_cc_proto", |
Lalit Maganti | 279ecde | 2019-04-01 16:57:12 +0100 | [diff] [blame] | 746 | "//third_party/perfetto/protos:trace_cc_proto", |
Lalit Maganti | 98465e1 | 2019-04-04 14:08:40 +0100 | [diff] [blame] | 747 | "//third_party/perfetto/protos:trace_chrome_cc_proto", |
| 748 | "//third_party/perfetto/protos:trace_chrome_zero_cc_proto", |
| 749 | "//third_party/perfetto/protos:trace_filesystem_cc_proto", |
| 750 | "//third_party/perfetto/protos:trace_filesystem_zero_cc_proto", |
| 751 | "//third_party/perfetto/protos:trace_ftrace_cc_proto", |
| 752 | "//third_party/perfetto/protos:trace_ftrace_zero_cc_proto", |
| 753 | "//third_party/perfetto/protos:trace_interned_data_cc_proto", |
| 754 | "//third_party/perfetto/protos:trace_interned_data_zero_cc_proto", |
Lalit Maganti | 279ecde | 2019-04-01 16:57:12 +0100 | [diff] [blame] | 755 | "//third_party/perfetto/protos:trace_minimal_cc_proto", |
Lalit Maganti | 98465e1 | 2019-04-04 14:08:40 +0100 | [diff] [blame] | 756 | "//third_party/perfetto/protos:trace_power_cc_proto", |
| 757 | "//third_party/perfetto/protos:trace_power_zero_cc_proto", |
Lalit Maganti | 98465e1 | 2019-04-04 14:08:40 +0100 | [diff] [blame] | 758 | "//third_party/perfetto/protos:trace_profiling_cc_proto", |
| 759 | "//third_party/perfetto/protos:trace_profiling_zero_cc_proto", |
| 760 | "//third_party/perfetto/protos:trace_ps_cc_proto", |
| 761 | "//third_party/perfetto/protos:trace_ps_zero_cc_proto", |
| 762 | "//third_party/perfetto/protos:trace_sys_stats_cc_proto", |
| 763 | "//third_party/perfetto/protos:trace_sys_stats_zero_cc_proto", |
| 764 | "//third_party/perfetto/protos:trace_track_event_cc_proto", |
| 765 | "//third_party/perfetto/protos:trace_track_event_zero_cc_proto", |
Lalit Maganti | 279ecde | 2019-04-01 16:57:12 +0100 | [diff] [blame] | 766 | "//third_party/perfetto/protos:trace_zero_cc_proto", |
Lalit Maganti | 279ecde | 2019-04-01 16:57:12 +0100 | [diff] [blame] | 767 | "//third_party/protobuf", |
| 768 | "//third_party/protobuf:libprotoc", |
| 769 | "//third_party/sqlite", |
| 770 | "//third_party/sqlite:sqlite_ext_percentile", |
| 771 | ], |
| 772 | ) |
| 773 | |
Lalit Maganti | 279ecde | 2019-04-01 16:57:12 +0100 | [diff] [blame] | 774 | gensignature( |
Lalit Maganti | ef545da | 2019-05-02 14:05:40 +0100 | [diff] [blame^] | 775 | name = "trace_processor_sig", |
Lalit Maganti | 279ecde | 2019-04-01 16:57:12 +0100 | [diff] [blame] | 776 | srcs = [ |
| 777 | ":trace_processor_shell", |
Lalit Maganti | 279ecde | 2019-04-01 16:57:12 +0100 | [diff] [blame] | 778 | ":trace_to_text", |
| 779 | ], |
Lalit Maganti | ef545da | 2019-05-02 14:05:40 +0100 | [diff] [blame^] | 780 | tags = [ |
| 781 | "__TRACE_PROCESSOR_SIG_TAG1", |
| 782 | "__TRACE_PROCESSOR_SIG_TAG2", |
| 783 | ], |
Lalit Maganti | 279ecde | 2019-04-01 16:57:12 +0100 | [diff] [blame] | 784 | ) |
Lalit Maganti | 26f69bd | 2019-04-29 18:23:47 +0100 | [diff] [blame] | 785 | |
| 786 | py_binary( |
Lalit Maganti | caac992 | 2019-05-01 10:40:53 +0100 | [diff] [blame] | 787 | name = "gen_merged_sql_metrics_py", |
Lalit Maganti | 26f69bd | 2019-04-29 18:23:47 +0100 | [diff] [blame] | 788 | srcs = [ |
Lalit Maganti | ab619fa | 2019-05-02 12:56:37 +0100 | [diff] [blame] | 789 | "tools/gen_merged_sql_metrics.py", |
| 790 | ], |
| 791 | main = "tools/gen_merged_sql_metrics.py", |
Lalit Maganti | 26f69bd | 2019-04-29 18:23:47 +0100 | [diff] [blame] | 792 | ) |