Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dmachine.h144 int thread__resolve_callchain(struct thread *thread,
Dcallchain.c718 return thread__resolve_callchain(al->thread, evsel, sample, in sample__resolve_callchain()
Dmachine.c1870 int thread__resolve_callchain(struct thread *thread, in thread__resolve_callchain() function
Dsession.c1801 if (thread__resolve_callchain(al->thread, evsel, in perf_evsel__print_ip()
/linux-4.4.14/tools/perf/util/scripting-engines/
Dtrace-event-python.c320 if (thread__resolve_callchain(al->thread, evsel, in python_process_callchain()