Lines Matching refs:te
166 struct pmu_event *te;
174 te = &test->event;
176 for (; te->name; test++, te = &test->event) {
177 if (strcmp(table->name, te->name))
182 if (!is_same(table->desc, te->desc)) {
184 table->name, table->desc, te->desc);
188 if (!is_same(table->topic, te->topic)) {
191 te->topic);
195 if (!is_same(table->long_desc, te->long_desc)) {
198 te->long_desc);
202 if (!is_same(table->unit, te->unit)) {
205 te->unit);
209 if (!is_same(table->perpkg, te->perpkg)) {
212 te->perpkg);
216 if (!is_same(table->metric_expr, te->metric_expr)) {
219 te->metric_expr);
223 if (!is_same(table->metric_name, te->metric_name)) {
226 te->metric_name);
230 if (!is_same(table->deprecated, te->deprecated)) {
233 te->deprecated);
271 struct pmu_event *te;
298 for (te = &test->event; te->name; test++, te = &test->event) {
299 struct perf_pmu_alias *alias = find_alias(te->name, &aliases);
303 te->pmu);
307 pmu_name, te->name);
312 pmu_name, te->name);
317 if (!is_same(alias->desc, te->desc)) {
319 pmu_name, alias->desc, te->desc);
339 if (!is_same(alias->topic, te->topic)) {
341 pmu_name, alias->topic, te->topic);