Home
last modified time | relevance | path

Searched refs:kdebug_trace (Results 1 – 15 of 15) sorted by relevance

/xnu-11215/tests/ktrace/
H A Dkdebug_coproc_tests.c59 kdebug_trace(frame_eventid | DBG_FUNC_START, 0, 0, 0, 0);
61 kdebug_trace(frame_eventid | DBG_FUNC_END, 0, 0, 0, 0);
80 kdebug_trace(frame_eventid | DBG_FUNC_START, 0, 0, 0, 0);
82 kdebug_trace(frame_eventid | DBG_FUNC_END, 0, 0, 0, 0);
112 kdebug_trace(frame_eventid | DBG_FUNC_START, 0, 0, 0, 0);
149 kdebug_trace(frame_eventid | DBG_FUNC_START, 0, 0, 0, 0);
151 kdebug_trace(frame_eventid | DBG_FUNC_END, 0, 0, 0, 0);
H A Dkdebug_tests.c75 T_ASSERT_POSIX_SUCCESS(kdebug_trace(TRACE_DEBUGID, 0xfeedfacefeedface, 2,
341 T_ASSERT_POSIX_SUCCESS(kdebug_trace(0xfefe0000, 0, 0, 0, 0), NULL);
470 kdebug_trace(TRACE_DEBUGID + 8, 0xff, 0, 0, 0);
473 kdebug_trace(TRACE_DEBUGID, 0, 0, 0, 0);
476 kdebug_trace(TRACE_DEBUGID, 0xff, 0, 0, 0);
1003 kdebug_trace(STRESS_DEBUGID, id, i, 0, 0); in kdebug_abuser_thread()
1243 kdebug_trace(TRACE_DEBUGID, events, 0, 0, 0);
1341 kdebug_trace(TRACE_DEBUGID, 0, 0, 0, 0);
1801 kdebug_trace(END_EVENT, 0, 0, 0, 0);
H A Dkperf_backtracing_tests.c190 kdebug_trace(TRIGGERING_DEBUGID, 0, 0, 0, 0); in recurse_a()
208 kdebug_trace(TRIGGERING_DEBUGID, 0, 0, 0, 0); in recurse_b()
H A Dkperf_tests.c91 kdebug_trace(DISPATCH_AFTER_EVENT, 0, 0, 0, 0); in start_tracing_with_timeout()
792 T_ASSERT_POSIX_SUCCESS(kdebug_trace(debugids[i], 0, 0, 0, 0), NULL); in expect_kdebug_trigger()
795 T_ASSERT_POSIX_SUCCESS(kdebug_trace(NON_TRIGGER_EVENT, 0, 0, 0, 0), NULL); in expect_kdebug_trigger()
1273 kdebug_trace(UNCOMMON_EVENTID, 0, 0, 0, 0);
/xnu-11215/libsyscall/wrappers/
H A Dkdebug_trace.c156 kdebug_trace(uint32_t debugid, uint64_t arg1, uint64_t arg2, uint64_t arg3, in kdebug_trace() function
196 return kdebug_trace(debugid, arg1, arg2, arg3, arg4); in kdebug_signpost_internal()
/xnu-11215/tests/
H A Dthread_group_set_32261625.c14 kdebug_trace(TEST_EVENTID, 0, 0, 0, 0); in newthread()
H A Dmicrostackshot_tests.c433 kdebug_trace(START_EVENT, 0, 0, 0, 0);
438 kdebug_trace(STOP_EVENT, 0, 0, 0, 0);
H A Dperf_exit.c143 …T_ASSERT_POSIX_ZERO(kdebug_trace(NEXT_CASE_EVENTID, producer_i, 0, 0, 0), "kdebug_trace returns 0"…
/xnu-11215/tools/tests/jitter/
H A Dtimer_jitter.c388 kdebug_trace(0xeeeee0 | DBG_FUNC_NONE, 0, 0, 0, 0); in main()
480 kdebug_trace(0xeeeee4 | DBG_FUNC_NONE, 0, 0, 0, 0); in second_thread()
/xnu-11215/bsd/sys/
H A Dkdebug_private.h59 int kdebug_trace(uint32_t debugid, uint64_t arg1, uint64_t arg2, uint64_t arg3,
/xnu-11215/tests/cpu_counters/
H A Dkpc_tests.c671 kdebug_trace(END_EVENT, 0, 0, 0, 0);
805 kdebug_trace(END_EVENT, 0, 0, 0, 0);
/xnu-11215/libsyscall/Libsyscall.xcodeproj/
H A Dproject.pbxproj180 …D9FB1199031AD007E8A73 /* kdebug_trace.c in Sources */ = {isa = PBXBuildFile; fileRef = BA0D9FB0199…
618 …031AD007E8A73 /* kdebug_trace.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
904 BA0D9FB0199031AD007E8A73 /* kdebug_trace.c */,
1595 BA0D9FB1199031AD007E8A73 /* kdebug_trace.c in Sources */,
/xnu-11215/tools/tests/zero-to-n/
H A Dzero-to-n.c1443 kdebug_trace(ARIADNEDBG_CODE(0, 0), worst_latency_ns, g_traceworthy_latency_ns, 0, 0); in main()
/xnu-11215/bsd/skywalk/packet/
H A Dpacket_common.h2036 kdebug_trace(event, PKT_ADDR(ph)->pkt_trace_id, 0, 0, 0); in __packet_trace_event()
/xnu-11215/bsd/kern/
H A Dkdebug.c991 kdebug_trace(struct proc *p, struct kdebug_trace_args *uap, int32_t *retval) in kdebug_trace() function