blob: a46d2fd0386c21bb3379c3bba37452bbba870cbb [file] [log] [blame]
# Copyright 2017 The Fuchsia Authors. All rights reserved. Use of
# this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
source_set("intel_pt_decode") {
sources = [
"decoder.cc",
"decoder.h",
"sideband.cc",
]
deps = [
"third_party/simple-pt:reader",
"//garnet/lib/debugger_utils",
"//src/lib/fxl",
"//third_party/processor-trace/libipt",
"//zircon/public/lib/fit",
]
if (!is_fuchsia) {
deps += [ "//zircon/system/public" ]
}
}