HomeSort by relevance Sort by last modified time
    Searched refs:EventTypeFactory (Results 1 - 9 of 9) sorted by null

  /system/extras/simpleperf/
event_type.h 37 class EventTypeFactory {
event_type.cpp 45 const std::vector<const EventType>& EventTypeFactory::GetAllEventTypes() {
49 const EventType* EventTypeFactory::FindEventTypeByName(const std::string& name,
71 const EventType* EventTypeFactory::FindEventTypeByConfig(uint32_t type, uint64_t config) {
cmd_list.cpp 55 auto& event_types = EventTypeFactory::GetAllEventTypes();
record_test.cpp 27 const EventType* event_type = EventTypeFactory::FindEventTypeByName("cpu-cycles");
record_file_test.cpp 35 const EventType* event_type = EventTypeFactory::FindEventTypeByName("cpu-cycles");
event_attr.cpp 93 const EventType* event_type = EventTypeFactory::FindEventTypeByConfig(attr.type, attr.config);
event_fd.cpp 52 EventTypeFactory::FindEventTypeByConfig(perf_attr.type, perf_attr.config);
cmd_stat.cpp 157 EventTypeFactory::FindEventTypeByName(event_type_name, report_unsupported_type);
cmd_record.cpp 232 const EventType* event_type = EventTypeFactory::FindEventTypeByName(event_type_name);

Completed in 61 milliseconds