Home | History | Annotate | Download | only in ftrace_reader

Lines Matching refs:table

48 void AddEventGroup(const ProtoTranslationTable* table,
51 const std::vector<const Event*>* events = table->GetEventsByGroup(group);
61 const ProtoTranslationTable* table) {
74 AddEventGroup(table, "mdss", &events);
75 AddEventGroup(table, "sde", &events);
85 AddEventGroup(table, "cgroup", &events);
90 AddEventGroup(table, "irq", &events);
91 AddEventGroup(table, "ipi", &events);
108 AddEventGroup(table, "i2c", &events);
125 AddEventGroup(table, "memory_bus", &events);
149 AddEventGroup(table, "mmc", &events);
154 AddEventGroup(table, "cpufreq_interactive", &events);
159 AddEventGroup(table, "sync", &events);
164 AddEventGroup(table, "workqueue", &events);
173 AddEventGroup(table, "lowmemorykiller", &events);
178 AddEventGroup(table, "regulator", &events);
197 AddEventGroup(table, "pagecache", &events);
227 const ProtoTranslationTable* table)
228 : ftrace_(ftrace), table_(table), current_state_(), configs_() {}