Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Dmachine.h177 int thread__resolve_callchain(struct thread *thread,
Ddb-export.c229 err = thread__resolve_callchain(thread, &callchain_cursor, evsel, in call_path_from_sample()
Dcallchain.c1093 return thread__resolve_callchain(al->thread, cursor, evsel, sample, in sample__resolve_callchain()
Dmachine.c2526 int thread__resolve_callchain(struct thread *thread, in thread__resolve_callchain() function
/Linux-v5.4/tools/perf/util/scripting-engines/
Dtrace-event-perl.c273 if (thread__resolve_callchain(al->thread, &callchain_cursor, evsel, in perl_process_callchain()
Dtrace-event-python.c407 if (thread__resolve_callchain(al->thread, &callchain_cursor, evsel, in python_process_callchain()
/Linux-v5.4/tools/perf/
Dbuiltin-script.c1320 thread__resolve_callchain(al->thread, &callchain_cursor, evsel, in perf_sample__fprintf_bts()
1871 thread__resolve_callchain(al->thread, &callchain_cursor, evsel, in process_event()
Dbuiltin-sched.c2157 if (thread__resolve_callchain(thread, cursor, evsel, sample, in save_task_callchain()
Dbuiltin-trace.c2069 err = thread__resolve_callchain(al.thread, cursor, evsel, sample, NULL, NULL, max_stack); in trace__resolve_callchain()