Home
last modified time | relevance | path

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

/linux/tools/perf/
H A Dbuiltin-trace.c1560 if (thread__priv(thread) == NULL) in thread__trace()
1563 if (thread__priv(thread) == NULL) in thread__trace()
1566 ttrace = thread__priv(thread); in thread__trace()
1580 struct thread_trace *ttrace = thread__priv(arg->thread); in syscall_arg__set_ret_scnprintf()
1628 return thread_trace__files_entry(thread__priv(thread), fd); in thread__files_entry()
1633 struct thread_trace *ttrace = thread__priv(thread); in trace__set_fd_pathname()
1678 struct thread_trace *ttrace = thread__priv(thread); in thread__fd_path()
1731 struct thread_trace *ttrace = thread__priv(arg->thread); in syscall_arg__scnprintf_close_fd()
1742 struct thread_trace *ttrace = thread__priv(thread); in thread__set_filename_pos()
2324 struct thread_trace *ttrace = thread__priv(thread); in syscall__scnprintf_args()
[all …]
/linux/tools/perf/util/
H A Dthread.h255 static inline void *thread__priv(struct thread *thread) in thread__priv() function
H A Dthread.c122 thread__priv_destructor(thread__priv(thread)); in thread__delete()
H A Djitdump.c820 priv = thread__priv(thread);