Home
last modified time | relevance | path

Searched refs:lp_ftid (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.81.4/libkern/os/
H A Dlog_internal.h30 firehose_tracepoint_id_u lp_ftid; member
H A Dlog.c190 lp->lp_ftid = ftid; in log_payload_init()
996 if (!FIREHOSE_TRACE_ID_HAS_FLAG(lp->lp_ftid, log, has_private_data)) { in firehose_trace_save_payload()
1048 firehose_trace_finish(ft, lp->lp_ftid); in firehose_trace()
1050 return lp->lp_ftid.ftid_value; in firehose_trace()
1109 oslog_stream(is_metadata, lp->lp_ftid, lp->lp_timestamp, lp_data, lp->lp_data_size); in log_payload_send()
H A Dlog_queue.c340 .lp_ftid = read_dependent_w(&lqe_lp->lp_ftid, lqe_state), in log_queue_dispatch_logs()
/xnu-12377.81.4/tools/lldbmacros/
H A Dlog.py536 ftid=FTID(lqe.data.lp_ftid)))