Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dmachine.h170 int thread__resolve_callchain(struct thread *thread,
Ddb-export.c289 err = thread__resolve_callchain(thread, &callchain_cursor, evsel, in call_path_from_sample()
Dcallchain.c1085 return thread__resolve_callchain(al->thread, cursor, evsel, sample, in sample__resolve_callchain()
Dmachine.c2357 int thread__resolve_callchain(struct thread *thread, in thread__resolve_callchain() function
/Linux-v4.19/tools/perf/util/scripting-engines/
Dtrace-event-perl.c271 if (thread__resolve_callchain(al->thread, &callchain_cursor, evsel, in perl_process_callchain()
Dtrace-event-python.c403 if (thread__resolve_callchain(al->thread, &callchain_cursor, evsel, in python_process_callchain()
/Linux-v4.19/tools/perf/
Dbuiltin-script.c1207 thread__resolve_callchain(al->thread, &callchain_cursor, evsel, in perf_sample__fprintf_bts()
1682 thread__resolve_callchain(al->thread, &callchain_cursor, evsel, in process_event()
Dbuiltin-sched.c2149 if (thread__resolve_callchain(thread, cursor, evsel, sample, in save_task_callchain()
Dbuiltin-trace.c1759 thread__resolve_callchain(al.thread, cursor, evsel, sample, NULL, NULL, max_stack)) in trace__resolve_callchain()