Lines Matching full:cat2
224 TRACE_EVENT_INSTANT1("cat2", "name3", TRACE_EVENT_SCOPE_THREAD, "num", 3);
225 TRACE_EVENT_INSTANT1("cat2", "name4", TRACE_EVENT_SCOPE_THREAD, "num", 4);
412 TRACE_EVENT_BEGIN0("cat2", "name3"); // found by duration query
416 TRACE_EVENT_BEGIN0("cat2", "name5"); // not found (duration too short)
417 TRACE_EVENT_END0("cat2", "name5"); // not found (duration too short)
418 TRACE_EVENT_END0("cat2", "name3"); // found by duration query
436 Query::EventCategory() == Query::String("cat2") ||
458 TRACE_EVENT0("cat2", "name3"); // found by duration query
462 TRACE_EVENT0("cat2", "name5"); // not found (duration too short)
477 Query::EventCategory() == Query::String("cat2") ||
630 TRACE_EVENT_INSTANT1("cat2", "begin", TRACE_EVENT_SCOPE_THREAD, "id", 2);
667 // cat2 and cat4 are associated.
668 analyzer->FindEvents(Query::EventCategory() == Query::String("cat2") &&
672 // cat4 and cat2 are not associated.
674 Query::OtherCategory() == Query::String("cat2"), &found);