blob: 8f41e61b69b3bb43392b8ceedd72b652a4d68b22 [file] [log] [blame]
# Copyright 2019 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("mtrace") {
sources = [
"mtrace-ipt.cpp",
"mtrace-pmu.cpp",
"mtrace.cpp",
]
deps = [
"$zx/kernel/object",
]
}