Home
last modified time | relevance | path

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

/xnu-11417.140.69/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()
995 assert(FIREHOSE_TRACE_ID_HAS_FLAG(lp->lp_ftid, log, has_private_data)); in firehose_trace_save_payload()
1041 firehose_trace_finish(ft, lp->lp_ftid); in firehose_trace()
1043 return lp->lp_ftid.ftid_value; in firehose_trace()
1102 oslog_stream(is_metadata, lp->lp_ftid, lp->lp_timestamp, lp_data, lp->lp_data_size); in log_payload_send()
H A Dlog_queue.c333 .lp_ftid = read_dependent_w(&lqe_lp->lp_ftid, lqe_state), in log_queue_dispatch_logs()
/xnu-11417.140.69/tools/lldbmacros/
H A Dlog.py536 ftid=FTID(lqe.data.lp_ftid)))