Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/
H A Dbuiltin-trace.c1320 if (thread__priv(thread) == NULL) in thread__trace()
1323 if (thread__priv(thread) == NULL) in thread__trace()
1326 ttrace = thread__priv(thread); in thread__trace()
1340 struct thread_trace *ttrace = thread__priv(arg->thread); in syscall_arg__set_ret_scnprintf()
1388 return thread_trace__files_entry(thread__priv(thread), fd); in thread__files_entry()
1393 struct thread_trace *ttrace = thread__priv(thread); in trace__set_fd_pathname()
1438 struct thread_trace *ttrace = thread__priv(thread); in thread__fd_path()
1491 struct thread_trace *ttrace = thread__priv(arg->thread); in syscall_arg__scnprintf_close_fd()
1502 struct thread_trace *ttrace = thread__priv(thread); in thread__set_filename_pos()
2057 struct thread_trace *ttrace = thread__priv(thread); in syscall__scnprintf_args()
[all …]
H A Dbuiltin-sched.c958 tr = thread__priv(thread); in thread__get_runtime()
1542 .ptr = thread__priv(thread), in thread__has_color()
1556 if (!sched->map.color_pids || !thread || thread__priv(thread)) in map__findnew_thread()
2055 struct thread_runtime *tr = thread__priv(thread); in timehist_print_sample()
2387 itr = thread__priv(idle); in timehist_get_thread()
2791 r = thread__priv(t); in show_thread_runtime()
2910 r = thread__priv(t); in timehist_print_summary()
2934 itr = thread__priv(t); in timehist_print_summary()
H A Dbuiltin-kvm.c983 if (!thread__priv(thread) && kvm_entry_event(evsel)) { in per_vcpu_record()
996 return thread__priv(thread); in per_vcpu_record()
H A Dbuiltin-report.c839 parent_task = thread__priv(parent_thread); in tasks_list()
/openbmc/linux/tools/perf/util/
H A Dthread.h261 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.c814 priv = thread__priv(thread); in jit_has_pid()