chromium/out/Default/gen/third_party/perfetto/protos/perfetto/common/perf_events.pb.h

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: protos/perfetto/common/perf_events.proto

#ifndef GOOGLE_PROTOBUF_INCLUDED_protos_2fperfetto_2fcommon_2fperf_5fevents_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_protos_2fperfetto_2fcommon_2fperf_5fevents_2eproto

#include <limits>
#include <string>

#include <google/protobuf/port_def.inc>
#if PROTOBUF_VERSION < 3021000
#error This file was generated by a newer version of protoc which is
#error incompatible with your Protocol Buffer headers. Please update
#error your headers.
#endif
#if 3021012 < PROTOBUF_MIN_PROTOC_VERSION
#error This file was generated by an older version of protoc which is
#error incompatible with your Protocol Buffer headers. Please
#error regenerate this file with a newer version of protoc.
#endif

#include <google/protobuf/port_undef.inc>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/arena.h>
#include <google/protobuf/arenastring.h>
#include <google/protobuf/generated_message_util.h>
#include <google/protobuf/metadata_lite.h>
#include <google/protobuf/message_lite.h>
#include <google/protobuf/repeated_field.h>  // IWYU pragma: export
#include <google/protobuf/extension_set.h>  // IWYU pragma: export
#include <google/protobuf/generated_enum_util.h>
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_protos_2fperfetto_2fcommon_2fperf_5fevents_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_protos_2fperfetto_2fcommon_2fperf_5fevents_2eproto {};
namespace perfetto {
namespace protos {
class PerfEvents;
struct PerfEventsDefaultTypeInternal;
extern PerfEventsDefaultTypeInternal _PerfEvents_default_instance_;
class PerfEvents_RawEvent;
struct PerfEvents_RawEventDefaultTypeInternal;
extern PerfEvents_RawEventDefaultTypeInternal _PerfEvents_RawEvent_default_instance_;
class PerfEvents_Timebase;
struct PerfEvents_TimebaseDefaultTypeInternal;
extern PerfEvents_TimebaseDefaultTypeInternal _PerfEvents_Timebase_default_instance_;
class PerfEvents_Tracepoint;
struct PerfEvents_TracepointDefaultTypeInternal;
extern PerfEvents_TracepointDefaultTypeInternal _PerfEvents_Tracepoint_default_instance_;
}  // namespace protos
}  // namespace perfetto
PROTOBUF_NAMESPACE_OPEN
template<> ::perfetto::protos::PerfEvents* Arena::CreateMaybeMessage<::perfetto::protos::PerfEvents>(Arena*);
template<> ::perfetto::protos::PerfEvents_RawEvent* Arena::CreateMaybeMessage<::perfetto::protos::PerfEvents_RawEvent>(Arena*);
template<> ::perfetto::protos::PerfEvents_Timebase* Arena::CreateMaybeMessage<::perfetto::protos::PerfEvents_Timebase>(Arena*);
template<> ::perfetto::protos::PerfEvents_Tracepoint* Arena::CreateMaybeMessage<::perfetto::protos::PerfEvents_Tracepoint>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace perfetto {
namespace protos {

enum PerfEvents_Counter : int {};
bool PerfEvents_Counter_IsValid(int value);
constexpr PerfEvents_Counter PerfEvents_Counter_Counter_MIN =;
constexpr PerfEvents_Counter PerfEvents_Counter_Counter_MAX =;
constexpr int PerfEvents_Counter_Counter_ARRAYSIZE =;

const std::string& PerfEvents_Counter_Name(PerfEvents_Counter value);
template<typename T>
inline const std::string& PerfEvents_Counter_Name(T enum_t_value) {}
bool PerfEvents_Counter_Parse(
    ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, PerfEvents_Counter* value);
enum PerfEvents_PerfClock : int {};
bool PerfEvents_PerfClock_IsValid(int value);
constexpr PerfEvents_PerfClock PerfEvents_PerfClock_PerfClock_MIN =;
constexpr PerfEvents_PerfClock PerfEvents_PerfClock_PerfClock_MAX =;
constexpr int PerfEvents_PerfClock_PerfClock_ARRAYSIZE =;

const std::string& PerfEvents_PerfClock_Name(PerfEvents_PerfClock value);
template<typename T>
inline const std::string& PerfEvents_PerfClock_Name(T enum_t_value) {}
bool PerfEvents_PerfClock_Parse(
    ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, PerfEvents_PerfClock* value);
// ===================================================================

class PerfEvents_Timebase final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:perfetto.protos.PerfEvents.Timebase) */ {};
// -------------------------------------------------------------------

class PerfEvents_Tracepoint final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:perfetto.protos.PerfEvents.Tracepoint) */ {};
// -------------------------------------------------------------------

class PerfEvents_RawEvent final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:perfetto.protos.PerfEvents.RawEvent) */ {};
// -------------------------------------------------------------------

class PerfEvents final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:perfetto.protos.PerfEvents) */ {};
// ===================================================================


// ===================================================================

#ifdef __GNUC__
  #pragma GCC diagnostic push
  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
#endif  // __GNUC__
// PerfEvents_Timebase

// uint64 frequency = 2;
inline bool PerfEvents_Timebase::_internal_has_frequency() const {}
inline bool PerfEvents_Timebase::has_frequency() const {}
inline void PerfEvents_Timebase::set_has_frequency() {}
inline void PerfEvents_Timebase::clear_frequency() {}
inline uint64_t PerfEvents_Timebase::_internal_frequency() const {}
inline void PerfEvents_Timebase::_internal_set_frequency(uint64_t value) {}
inline uint64_t PerfEvents_Timebase::frequency() const {}
inline void PerfEvents_Timebase::set_frequency(uint64_t value) {}

// uint64 period = 1;
inline bool PerfEvents_Timebase::_internal_has_period() const {}
inline bool PerfEvents_Timebase::has_period() const {}
inline void PerfEvents_Timebase::set_has_period() {}
inline void PerfEvents_Timebase::clear_period() {}
inline uint64_t PerfEvents_Timebase::_internal_period() const {}
inline void PerfEvents_Timebase::_internal_set_period(uint64_t value) {}
inline uint64_t PerfEvents_Timebase::period() const {}
inline void PerfEvents_Timebase::set_period(uint64_t value) {}

// .perfetto.protos.PerfEvents.Counter counter = 4;
inline bool PerfEvents_Timebase::_internal_has_counter() const {}
inline bool PerfEvents_Timebase::has_counter() const {}
inline void PerfEvents_Timebase::set_has_counter() {}
inline void PerfEvents_Timebase::clear_counter() {}
inline ::perfetto::protos::PerfEvents_Counter PerfEvents_Timebase::_internal_counter() const {}
inline ::perfetto::protos::PerfEvents_Counter PerfEvents_Timebase::counter() const {}
inline void PerfEvents_Timebase::_internal_set_counter(::perfetto::protos::PerfEvents_Counter value) {}
inline void PerfEvents_Timebase::set_counter(::perfetto::protos::PerfEvents_Counter value) {}

// .perfetto.protos.PerfEvents.Tracepoint tracepoint = 3;
inline bool PerfEvents_Timebase::_internal_has_tracepoint() const {}
inline bool PerfEvents_Timebase::has_tracepoint() const {}
inline void PerfEvents_Timebase::set_has_tracepoint() {}
inline void PerfEvents_Timebase::clear_tracepoint() {}
inline ::perfetto::protos::PerfEvents_Tracepoint* PerfEvents_Timebase::release_tracepoint() {}
inline const ::perfetto::protos::PerfEvents_Tracepoint& PerfEvents_Timebase::_internal_tracepoint() const {}
inline const ::perfetto::protos::PerfEvents_Tracepoint& PerfEvents_Timebase::tracepoint() const {}
inline ::perfetto::protos::PerfEvents_Tracepoint* PerfEvents_Timebase::unsafe_arena_release_tracepoint() {}
inline void PerfEvents_Timebase::unsafe_arena_set_allocated_tracepoint(::perfetto::protos::PerfEvents_Tracepoint* tracepoint) {}
inline ::perfetto::protos::PerfEvents_Tracepoint* PerfEvents_Timebase::_internal_mutable_tracepoint() {}
inline ::perfetto::protos::PerfEvents_Tracepoint* PerfEvents_Timebase::mutable_tracepoint() {}

// .perfetto.protos.PerfEvents.RawEvent raw_event = 5;
inline bool PerfEvents_Timebase::_internal_has_raw_event() const {}
inline bool PerfEvents_Timebase::has_raw_event() const {}
inline void PerfEvents_Timebase::set_has_raw_event() {}
inline void PerfEvents_Timebase::clear_raw_event() {}
inline ::perfetto::protos::PerfEvents_RawEvent* PerfEvents_Timebase::release_raw_event() {}
inline const ::perfetto::protos::PerfEvents_RawEvent& PerfEvents_Timebase::_internal_raw_event() const {}
inline const ::perfetto::protos::PerfEvents_RawEvent& PerfEvents_Timebase::raw_event() const {}
inline ::perfetto::protos::PerfEvents_RawEvent* PerfEvents_Timebase::unsafe_arena_release_raw_event() {}
inline void PerfEvents_Timebase::unsafe_arena_set_allocated_raw_event(::perfetto::protos::PerfEvents_RawEvent* raw_event) {}
inline ::perfetto::protos::PerfEvents_RawEvent* PerfEvents_Timebase::_internal_mutable_raw_event() {}
inline ::perfetto::protos::PerfEvents_RawEvent* PerfEvents_Timebase::mutable_raw_event() {}

// optional .perfetto.protos.PerfEvents.PerfClock timestamp_clock = 11;
inline bool PerfEvents_Timebase::_internal_has_timestamp_clock() const {}
inline bool PerfEvents_Timebase::has_timestamp_clock() const {}
inline void PerfEvents_Timebase::clear_timestamp_clock() {}
inline ::perfetto::protos::PerfEvents_PerfClock PerfEvents_Timebase::_internal_timestamp_clock() const {}
inline ::perfetto::protos::PerfEvents_PerfClock PerfEvents_Timebase::timestamp_clock() const {}
inline void PerfEvents_Timebase::_internal_set_timestamp_clock(::perfetto::protos::PerfEvents_PerfClock value) {}
inline void PerfEvents_Timebase::set_timestamp_clock(::perfetto::protos::PerfEvents_PerfClock value) {}

// optional string name = 10;
inline bool PerfEvents_Timebase::_internal_has_name() const {}
inline bool PerfEvents_Timebase::has_name() const {}
inline void PerfEvents_Timebase::clear_name() {}
inline const std::string& PerfEvents_Timebase::name() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void PerfEvents_Timebase::set_name(ArgT0&& arg0, ArgT... args) {}
inline std::string* PerfEvents_Timebase::mutable_name() {}
inline const std::string& PerfEvents_Timebase::_internal_name() const {}
inline void PerfEvents_Timebase::_internal_set_name(const std::string& value) {}
inline std::string* PerfEvents_Timebase::_internal_mutable_name() {}
inline std::string* PerfEvents_Timebase::release_name() {}
inline void PerfEvents_Timebase::set_allocated_name(std::string* name) {}

inline bool PerfEvents_Timebase::has_interval() const {}
inline void PerfEvents_Timebase::clear_has_interval() {}
inline bool PerfEvents_Timebase::has_event() const {}
inline void PerfEvents_Timebase::clear_has_event() {}
inline PerfEvents_Timebase::IntervalCase PerfEvents_Timebase::interval_case() const {}
inline PerfEvents_Timebase::EventCase PerfEvents_Timebase::event_case() const {}
// -------------------------------------------------------------------

// PerfEvents_Tracepoint

// optional string name = 1;
inline bool PerfEvents_Tracepoint::_internal_has_name() const {}
inline bool PerfEvents_Tracepoint::has_name() const {}
inline void PerfEvents_Tracepoint::clear_name() {}
inline const std::string& PerfEvents_Tracepoint::name() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void PerfEvents_Tracepoint::set_name(ArgT0&& arg0, ArgT... args) {}
inline std::string* PerfEvents_Tracepoint::mutable_name() {}
inline const std::string& PerfEvents_Tracepoint::_internal_name() const {}
inline void PerfEvents_Tracepoint::_internal_set_name(const std::string& value) {}
inline std::string* PerfEvents_Tracepoint::_internal_mutable_name() {}
inline std::string* PerfEvents_Tracepoint::release_name() {}
inline void PerfEvents_Tracepoint::set_allocated_name(std::string* name) {}

// optional string filter = 2;
inline bool PerfEvents_Tracepoint::_internal_has_filter() const {}
inline bool PerfEvents_Tracepoint::has_filter() const {}
inline void PerfEvents_Tracepoint::clear_filter() {}
inline const std::string& PerfEvents_Tracepoint::filter() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void PerfEvents_Tracepoint::set_filter(ArgT0&& arg0, ArgT... args) {}
inline std::string* PerfEvents_Tracepoint::mutable_filter() {}
inline const std::string& PerfEvents_Tracepoint::_internal_filter() const {}
inline void PerfEvents_Tracepoint::_internal_set_filter(const std::string& value) {}
inline std::string* PerfEvents_Tracepoint::_internal_mutable_filter() {}
inline std::string* PerfEvents_Tracepoint::release_filter() {}
inline void PerfEvents_Tracepoint::set_allocated_filter(std::string* filter) {}

// -------------------------------------------------------------------

// PerfEvents_RawEvent

// optional uint32 type = 1;
inline bool PerfEvents_RawEvent::_internal_has_type() const {}
inline bool PerfEvents_RawEvent::has_type() const {}
inline void PerfEvents_RawEvent::clear_type() {}
inline uint32_t PerfEvents_RawEvent::_internal_type() const {}
inline uint32_t PerfEvents_RawEvent::type() const {}
inline void PerfEvents_RawEvent::_internal_set_type(uint32_t value) {}
inline void PerfEvents_RawEvent::set_type(uint32_t value) {}

// optional uint64 config = 2;
inline bool PerfEvents_RawEvent::_internal_has_config() const {}
inline bool PerfEvents_RawEvent::has_config() const {}
inline void PerfEvents_RawEvent::clear_config() {}
inline uint64_t PerfEvents_RawEvent::_internal_config() const {}
inline uint64_t PerfEvents_RawEvent::config() const {}
inline void PerfEvents_RawEvent::_internal_set_config(uint64_t value) {}
inline void PerfEvents_RawEvent::set_config(uint64_t value) {}

// optional uint64 config1 = 3;
inline bool PerfEvents_RawEvent::_internal_has_config1() const {}
inline bool PerfEvents_RawEvent::has_config1() const {}
inline void PerfEvents_RawEvent::clear_config1() {}
inline uint64_t PerfEvents_RawEvent::_internal_config1() const {}
inline uint64_t PerfEvents_RawEvent::config1() const {}
inline void PerfEvents_RawEvent::_internal_set_config1(uint64_t value) {}
inline void PerfEvents_RawEvent::set_config1(uint64_t value) {}

// optional uint64 config2 = 4;
inline bool PerfEvents_RawEvent::_internal_has_config2() const {}
inline bool PerfEvents_RawEvent::has_config2() const {}
inline void PerfEvents_RawEvent::clear_config2() {}
inline uint64_t PerfEvents_RawEvent::_internal_config2() const {}
inline uint64_t PerfEvents_RawEvent::config2() const {}
inline void PerfEvents_RawEvent::_internal_set_config2(uint64_t value) {}
inline void PerfEvents_RawEvent::set_config2(uint64_t value) {}

// -------------------------------------------------------------------

// PerfEvents

#ifdef __GNUC__
  #pragma GCC diagnostic pop
#endif  // __GNUC__
// -------------------------------------------------------------------

// -------------------------------------------------------------------

// -------------------------------------------------------------------


// @@protoc_insertion_point(namespace_scope)

}  // namespace protos
}  // namespace perfetto

PROTOBUF_NAMESPACE_OPEN

template <> struct is_proto_enum< ::perfetto::protos::PerfEvents_Counter> : ::std::true_type {};
template <> struct is_proto_enum< ::perfetto::protos::PerfEvents_PerfClock> : ::std::true_type {};

PROTOBUF_NAMESPACE_CLOSE

// @@protoc_insertion_point(global_scope)

#include <google/protobuf/port_undef.inc>
#endif  // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_protos_2fperfetto_2fcommon_2fperf_5fevents_2eproto