blob: 94f09ccc04a859f631af031561a5870d465817dd [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/lib/perfmon:headers",
"$zx/kernel/object",
]
}