Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/
H A Dbuiltin-trace.c1628 if (thread__priv(thread) == NULL) in thread__trace()
1631 if (thread__priv(thread) == NULL) in thread__trace()
1634 ttrace = thread__priv(thread); in thread__trace()
1648 struct thread_trace *ttrace = thread__priv(arg->thread); in syscall_arg__set_ret_scnprintf()
1701 struct thread_trace *ttrace = thread__priv(thread); in trace__set_fd_pathname()
1746 struct thread_trace *ttrace = thread__priv(thread); in thread__fd_path()
1810 struct thread_trace *ttrace = thread__priv(thread); in thread__set_filename_pos()
2396 struct thread_trace *ttrace = thread__priv(thread); in syscall__scnprintf_args()
2673 ttrace = thread__priv(trace->current); in trace__printf_interrupted_entry()
3052 ttrace = thread__priv(thread); in trace__vfs_getname()
[all …]
H A Dbuiltin-sched.c951 tr = thread__priv(thread); in thread__get_runtime()
1528 .ptr = thread__priv(thread), in thread__has_color()
1542 if (!sched->map.color_pids || !thread || thread__priv(thread)) in map__findnew_thread()
2054 struct thread_runtime *tr = thread__priv(thread); in timehist_get_priostr()
2147 struct thread_runtime *tr = thread__priv(thread); in timehist_print_sample()
2493 itr = thread__priv(idle); in timehist_get_thread()
2952 r = thread__priv(t); in show_thread_runtime()
3071 r = thread__priv(t); in timehist_print_summary()
3095 itr = thread__priv(t); in timehist_print_summary()
H A Dbuiltin-kvm.c922 if (!thread__priv(thread) && kvm_entry_event(evsel)) { in per_vcpu_record()
935 return thread__priv(thread); in per_vcpu_record()
/linux-6.15/tools/perf/util/
H A Dthread.h259 static inline void *thread__priv(struct thread *thread) in thread__priv() function
H A Dthread.c126 thread__priv_destructor(thread__priv(thread)); in thread__delete()
H A Djitdump.c822 priv = thread__priv(thread); in jit_has_pid()