Home
last modified time | relevance | path

Searched refs:__thread__resolve_callchain (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/tools/perf/util/
Dmachine.h181 int __thread__resolve_callchain(struct thread *thread,
198 return __thread__resolve_callchain(thread, in thread__resolve_callchain()
Dcallchain.c1812 ret = __thread__resolve_callchain(thread, cursor, evsel, sample, in sample__for_each_callchain_node()
Dmachine.c2943 int __thread__resolve_callchain(struct thread *thread, in __thread__resolve_callchain() function