Home
last modified time | relevance | path

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

/tools/perf/util/
Dmachine.h145 int thread__resolve_callchain(struct thread *thread,
Ddb-export.c289 err = thread__resolve_callchain(thread, &callchain_cursor, evsel, in call_path_from_sample()
Dcallchain.c804 return thread__resolve_callchain(al->thread, cursor, evsel, sample, in sample__resolve_callchain()
Dmachine.c1945 int thread__resolve_callchain(struct thread *thread, in thread__resolve_callchain() function
/tools/perf/util/scripting-engines/
Dtrace-event-perl.c267 if (thread__resolve_callchain(al->thread, &callchain_cursor, evsel, in perl_process_callchain()
Dtrace-event-python.c328 if (thread__resolve_callchain(al->thread, &callchain_cursor, evsel, in python_process_callchain()
/tools/perf/
Dbuiltin-script.c644 thread__resolve_callchain(al->thread, &callchain_cursor, evsel, in print_sample_bts()
896 thread__resolve_callchain(al->thread, &callchain_cursor, evsel, in process_event()
Dbuiltin-trace.c1555 thread__resolve_callchain(al.thread, cursor, evsel, sample, NULL, NULL, trace->max_stack)) in trace__resolve_callchain()