blob: e6d1ce085c7207b80fbd2dcc2864a5fbd245c2f5 [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_PROVIDERS_H_
#define GARNET_BIN_TRACE_COMMANDS_LIST_PROVIDERS_H_
#include "garnet/bin/trace/command.h"
namespace tracing {
class ListProviders : public CommandWithTraceController {
public:
static Info Describe();
explicit ListProviders(app::ApplicationContext* context);
void Run(const fxl::CommandLine&) override;
};
} // namespace tracing
#endif // GARNET_BIN_TRACE_COMMANDS_LIST_PROVIDERS_H_