Lines Matching refs:is_same
122 static bool is_same(const char *reference, const char *test) in is_same() function
182 if (!is_same(table->desc, te->desc)) { in test_pmu_event_table()
188 if (!is_same(table->topic, te->topic)) { in test_pmu_event_table()
195 if (!is_same(table->long_desc, te->long_desc)) { in test_pmu_event_table()
202 if (!is_same(table->unit, te->unit)) { in test_pmu_event_table()
209 if (!is_same(table->perpkg, te->perpkg)) { in test_pmu_event_table()
216 if (!is_same(table->metric_expr, te->metric_expr)) { in test_pmu_event_table()
223 if (!is_same(table->metric_name, te->metric_name)) { in test_pmu_event_table()
230 if (!is_same(table->deprecated, te->deprecated)) { in test_pmu_event_table()
317 if (!is_same(alias->desc, te->desc)) { in __test__pmu_event_aliases()
324 if (!is_same(alias->long_desc, test->alias_long_desc)) { in __test__pmu_event_aliases()
332 if (!is_same(alias->str, test->alias_str)) { in __test__pmu_event_aliases()
339 if (!is_same(alias->topic, te->topic)) { in __test__pmu_event_aliases()