blob: 3ce8b1bb74f829402bd00492228c1683e2759045 [file] [log] [blame]
// Copyright 2021 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Package perfetto contains shared functionalities for Perfetto system tracing tests.
package perfetto
const (
// TraceConfigFile is the data path of the trace config file in text proto format.
TraceConfigFile = "perfetto/system_trace_cfg.pbtxt"
)