Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dunwind-libunwind.c599 addr_space = thread__priv(thread); in unwind__flush_access()
610 addr_space = thread__priv(thread); in unwind__finish_access()
621 addr_space = thread__priv(ui->thread); in get_entries()
Dthread.h88 static inline void *thread__priv(struct thread *thread) in thread__priv() function
/linux-4.4.14/tools/perf/
Dbuiltin-trace.c1379 if (thread__priv(thread) == NULL) in thread__trace()
1382 if (thread__priv(thread) == NULL) in thread__trace()
1385 ttrace = thread__priv(thread); in thread__trace()
1455 struct thread_trace *ttrace = thread__priv(thread); in trace__set_fd_pathname()
1508 struct thread_trace *ttrace = thread__priv(thread); in thread__fd_path()
1545 struct thread_trace *ttrace = thread__priv(arg->thread); in syscall_arg__scnprintf_close_fd()
1556 struct thread_trace *ttrace = thread__priv(thread); in thread__set_filename_pos()
1943 ttrace = thread__priv(trace->current); in trace__printf_interrupted_entry()
2107 ttrace = thread__priv(thread); in trace__vfs_getname()
2897 struct thread_trace *ttrace = thread__priv(thread); in trace__fprintf_one_thread()
Dbuiltin-kvm.c379 if (!thread__priv(thread) && kvm_entry_event(evsel)) { in per_vcpu_record()
392 return thread__priv(thread); in per_vcpu_record()