Searched refs:ti_log (Results 1 – 4 of 4) sorted by relevance
358 if (max_time_seen < tip->ti_log.rl_start) in request_log_add_thread()359 max_time_seen = tip->ti_log.rl_start; in request_log_add_thread()361 if (max_time_seen < tip->ti_log.rl_end) in request_log_add_thread()362 max_time_seen = tip->ti_log.rl_end; in request_log_add_thread()364 if (tip->ti_log.rl_start != 0) { in request_log_add_thread()365 if (tip->ti_log.rl_end) in request_log_add_thread()366 (*arg)->timestamp = tip->ti_log.rl_start; in request_log_add_thread()370 (*arg)->addr = addr + offsetof(thread_info_t, ti_log); in request_log_add_thread()
615 request_log_entry_t ti_log; member
182 log_enter(&ti->ti_log); in thread_exiting()
97 return (&ti->ti_log); in get_log()