Searched refs:thread__priv (Results 1 – 5 of 5) sorted by relevance
115 static inline void *thread__priv(struct thread *thread) in thread__priv() function
1090 if (thread__priv(thread) == NULL) in thread__trace()1093 if (thread__priv(thread) == NULL) in thread__trace()1096 ttrace = thread__priv(thread); in thread__trace()1110 struct thread_trace *ttrace = thread__priv(arg->thread); in syscall_arg__set_ret_scnprintf()1147 return thread_trace__files_entry(thread__priv(thread), fd); in thread__files_entry()1152 struct thread_trace *ttrace = thread__priv(thread); in trace__set_fd_pathname()1196 struct thread_trace *ttrace = thread__priv(thread); in thread__fd_path()1249 struct thread_trace *ttrace = thread__priv(arg->thread); in syscall_arg__scnprintf_close_fd()1260 struct thread_trace *ttrace = thread__priv(thread); in thread__set_filename_pos()1722 struct thread_trace *ttrace = thread__priv(thread); in syscall__scnprintf_args()[all …]
932 tr = thread__priv(thread); in thread__get_runtime()1499 .ptr = thread__priv(thread), in thread__has_color()1513 if (!sched->map.color_pids || !thread || thread__priv(thread)) in map__findnew_thread()2003 struct thread_runtime *tr = thread__priv(thread); in timehist_print_sample()2324 itr = thread__priv(idle); in timehist_get_thread()2714 r = thread__priv(t); in __show_thread_runtime()2851 r = thread__priv(t); in timehist_print_summary()2875 itr = thread__priv(t); in timehist_print_summary()
409 if (!thread__priv(thread) && kvm_entry_event(evsel)) { in per_vcpu_record()423 return thread__priv(thread); in per_vcpu_record()
722 parent_task = thread__priv(parent_thread); in tasks_list()