Lines Matching refs:thread__priv
1622 if (thread__priv(thread) == NULL) in thread__trace()
1625 if (thread__priv(thread) == NULL) in thread__trace()
1628 ttrace = thread__priv(thread); in thread__trace()
1642 struct thread_trace *ttrace = thread__priv(arg->thread); in syscall_arg__set_ret_scnprintf()
1690 return thread_trace__files_entry(thread__priv(thread), fd); in thread__files_entry()
1695 struct thread_trace *ttrace = thread__priv(thread); in trace__set_fd_pathname()
1741 struct thread_trace *ttrace = thread__priv(thread); in thread__fd_path()
1794 struct thread_trace *ttrace = thread__priv(arg->thread); in syscall_arg__scnprintf_close_fd()
1805 struct thread_trace *ttrace = thread__priv(thread); in thread__set_filename_pos()
2400 struct thread_trace *ttrace = thread__priv(thread); in syscall__scnprintf_args()
2680 ttrace = thread__priv(trace->current); in trace__printf_interrupted_entry()
3053 ttrace = thread__priv(thread); in trace__vfs_getname()
4892 struct thread_trace *ttrace = thread__priv(thread); in trace__fprintf_thread()
4929 unsigned long a_nr_events = thread__nr_events(thread__priv(a->thread)); in trace_nr_events_cmp()
4930 unsigned long b_nr_events = thread__nr_events(thread__priv(b->thread)); in trace_nr_events_cmp()