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

/linux-master/tools/perf/util/
H A Dthread.h254 static inline void *thread__priv(struct thread *thread) function
H A Dthread.c126 thread__priv_destructor(thread__priv(thread));
H A Djitdump.c815 priv = thread__priv(thread);
/linux-master/tools/perf/
H A Dbuiltin-trace.c1321 if (thread__priv(thread) == NULL)
1324 if (thread__priv(thread) == NULL)
1327 ttrace = thread__priv(thread);
1341 struct thread_trace *ttrace = thread__priv(arg->thread);
1389 return thread_trace__files_entry(thread__priv(thread), fd);
1394 struct thread_trace *ttrace = thread__priv(thread);
1439 struct thread_trace *ttrace = thread__priv(thread);
1492 struct thread_trace *ttrace = thread__priv(arg->thread);
1503 struct thread_trace *ttrace = thread__priv(thread);
2054 struct thread_trace *ttrace = thread__priv(threa
[all...]
H A Dbuiltin-sched.c940 tr = thread__priv(thread);
1517 .ptr = thread__priv(thread),
1531 if (!sched->map.color_pids || !thread || thread__priv(thread))
2018 struct thread_runtime *tr = thread__priv(thread);
2350 itr = thread__priv(idle);
2751 r = thread__priv(t);
2870 r = thread__priv(t);
2894 itr = thread__priv(t);
H A Dbuiltin-kvm.c983 if (!thread__priv(thread) && kvm_entry_event(evsel)) {
996 return thread__priv(thread);

Completed in 291 milliseconds