blob: f64107977bc7610da25a0b1355df6656c6faaad0 [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.
#ifndef PERFETTO_SIMPLE_PRODUCER_MY_APP_TRACING_CATEGORIES_H_
#define PERFETTO_SIMPLE_PRODUCER_MY_APP_TRACING_CATEGORIES_H_
#include <perfetto/perfetto.h>
PERFETTO_DEFINE_CATEGORIES(
perfetto::Category("perfetto_simple_producer")
.SetDescription("Events from perfetto_simple_producer"));
#endif // PERFETTO_SIMPLE_PRODUCER_MY_APP_TRACING_CATEGORIES_H_