blob: 6ec2ad33fa68a1dae4a8e068bcd09629cda0f950 [file] [log] [blame]
// Copyright 2016 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.
#ifndef GARNET_BIN_TRACE_COMMANDS_LIST_CATEGORIES_H_
#define GARNET_BIN_TRACE_COMMANDS_LIST_CATEGORIES_H_
#include "garnet/bin/trace/command.h"
namespace tracing {
class ListCategories : public CommandWithTraceController {
public:
static Info Describe();
explicit ListCategories(component::StartupContext* context);
void Start(const fxl::CommandLine& command_line) override;
};
} // namespace tracing
#endif // GARNET_BIN_TRACE_COMMANDS_LIST_CATEGORIES_H_