Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dthread.h104 static inline void *thread__priv(struct thread *thread) in thread__priv() function
/Linux-v4.19/tools/perf/
Dbuiltin-trace.c943 if (thread__priv(thread) == NULL) in thread__trace()
946 if (thread__priv(thread) == NULL) in thread__trace()
949 ttrace = thread__priv(thread); in thread__trace()
963 struct thread_trace *ttrace = thread__priv(arg->thread); in syscall_arg__set_ret_scnprintf()
975 struct thread_trace *ttrace = thread__priv(thread); in trace__set_fd_pathname()
1028 struct thread_trace *ttrace = thread__priv(thread); in thread__fd_path()
1081 struct thread_trace *ttrace = thread__priv(arg->thread); in syscall_arg__scnprintf_close_fd()
1092 struct thread_trace *ttrace = thread__priv(thread); in thread__set_filename_pos()
1488 struct thread_trace *ttrace = thread__priv(thread); in syscall__scnprintf_args()
1628 ttrace = thread__priv(trace->current); in trace__printf_interrupted_entry()
[all …]
Dbuiltin-sched.c925 tr = thread__priv(thread); in thread__get_runtime()
1489 .ptr = thread__priv(thread), in thread__has_color()
1503 if (!sched->map.color_pids || !thread || thread__priv(thread)) in map__findnew_thread()
1995 struct thread_runtime *tr = thread__priv(thread); in timehist_print_sample()
2316 itr = thread__priv(idle); in timehist_get_thread()
2706 r = thread__priv(t); in __show_thread_runtime()
2843 r = thread__priv(t); in timehist_print_summary()
2867 itr = thread__priv(t); in timehist_print_summary()
Dbuiltin-kvm.c403 if (!thread__priv(thread) && kvm_entry_event(evsel)) { in per_vcpu_record()
417 return thread__priv(thread); in per_vcpu_record()
Dbuiltin-report.c682 parent_task = thread__priv(parent_thread); in tasks_list()