Home
last modified time | relevance | path

Searched defs:EventFormat (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/system/extras/simpleperf/
H A Devent_type.cpp38 struct EventFormat { struct
39 EventFormat(const std::string& name, const std::string& attr, int shift) in EventFormat() function
42 std::string name;
43 std::string attr;
44 int shift;
/aosp_15_r20/external/perfetto/src/traced/probes/android_log/
H A Dandroid_log_data_source.h57 struct EventFormat { struct
58 std::string name;
82 const EventFormat* GetEventFormat(int id) const; argument
/aosp_15_r20/device/google/cuttlefish/host/commands/kernel_log_monitor/
Dkernel_log_server.cc41 enum EventFormat { enum