Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/util/
Dmachine.h193 int thread__resolve_callchain(struct thread *thread,
Ddb-export.c229 err = thread__resolve_callchain(thread, &callchain_cursor, evsel, in call_path_from_sample()
Dcallchain.c1098 return thread__resolve_callchain(al->thread, cursor, evsel, sample, in sample__resolve_callchain()
Dmachine.c3094 int thread__resolve_callchain(struct thread *thread, in thread__resolve_callchain() function
/Linux-v6.1/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.c420 if (thread__resolve_callchain(al->thread, &callchain_cursor, evsel, in python_process_callchain()
/Linux-v6.1/tools/perf/
Dbuiltin-lock.c941 ret = thread__resolve_callchain(thread, cursor, evsel, sample, in lock_contention_caller()
989 ret = thread__resolve_callchain(thread, cursor, evsel, sample, in callchain_id()
Dbuiltin-kwork.c597 if (thread__resolve_callchain(thread, cursor, evsel, sample, in timehist_save_callchain()
Dbuiltin-script.c1537 thread__resolve_callchain(al->thread, &callchain_cursor, evsel, in perf_sample__fprintf_bts()
2185 thread__resolve_callchain(al->thread, &callchain_cursor, evsel, in process_event()
Dbuiltin-sched.c2192 if (thread__resolve_callchain(thread, cursor, evsel, sample, in save_task_callchain()
Dbuiltin-trace.c2416 err = thread__resolve_callchain(al.thread, cursor, evsel, sample, NULL, NULL, max_stack);