Home
last modified time | relevance | path

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

/tools/perf/util/
Dthread.h97 static inline void *thread__priv(struct thread *thread) in thread__priv() function
/tools/perf/
Dbuiltin-trace.c899 if (thread__priv(thread) == NULL) in thread__trace()
902 if (thread__priv(thread) == NULL) in thread__trace()
905 ttrace = thread__priv(thread); in thread__trace()
922 struct thread_trace *ttrace = thread__priv(thread); in trace__set_fd_pathname()
975 struct thread_trace *ttrace = thread__priv(thread); in thread__fd_path()
1012 struct thread_trace *ttrace = thread__priv(arg->thread); in syscall_arg__scnprintf_close_fd()
1023 struct thread_trace *ttrace = thread__priv(thread); in thread__set_filename_pos()
1475 ttrace = thread__priv(trace->current); in trace__printf_interrupted_entry()
1687 ttrace = thread__priv(thread); in trace__vfs_getname()
2621 struct thread_trace *ttrace = thread__priv(thread); in trace__fprintf_thread()
Dbuiltin-kvm.c379 if (!thread__priv(thread) && kvm_entry_event(evsel)) { in per_vcpu_record()
393 return thread__priv(thread); in per_vcpu_record()
Dbuiltin-sched.c1369 .ptr = thread__priv(thread), in thread__has_color()
1383 if (!sched->map.color_pids || !thread || thread__priv(thread)) in map__findnew_thread()