Lines Matching refs:debugid
125 if (tp->debugid & DBG_FUNC_START && tp->arg1 == TRACE_DEBUGID) {
135 if (tp->debugid & DBG_FUNC_END) {
257 if (KDBG_EXTRACT_CODE(evt->debugid) != telemetry_syscall_no || seen) {
360 T_EXPECT_EQ(tp->debugid, (unsigned int)TRACE_LOST_EVENTS,
362 tp->debugid,
363 ktrace_name_for_eventid(s, tp->debugid & KDBG_EVENTID_MASK));
366 T_EXPECT_NE(tp->debugid, (unsigned int)TRACE_LOST_EVENTS,
368 tp->debugid,
369 ktrace_name_for_eventid(s, tp->debugid & KDBG_EVENTID_MASK));
407 _drain_until_event(uint32_t debugid) in _drain_until_event() argument
421 if (events[i].debugid == debugid) { in _drain_until_event()
422 T_LOG("draining found event 0x%x", debugid); in _drain_until_event()
430 (double)(cur_time_ns - start_time_ns) / 1e9, debugid, in _drain_until_event()
542 tp->timestamp, tp->debugid, tp->cpuid);
804 if (event_ids[i] == (tp->debugid & KDBG_EVENTID_MASK)) { in expect_event()
805 T_LOG("found %s event 0x%x", name, tp->debugid); in expect_event()
1097 tp->timestamp, tp->cpuid, tp->debugname, tp->debugid);
1101 tp->timestamp, tp->cpuid, tp->debugid);
1112 uint32_t eventid = tp->debugid & KDBG_EVENTID_MASK;
1116 T_QUIET; T_EXPECT_EQ(tp->debugid, lost_events,