Searched refs:thread__resolve_callchain (Results 1 – 10 of 10) sorted by relevance
/linux-6.14.4/tools/perf/util/ |
D | machine.h | 190 static inline int thread__resolve_callchain(struct thread *thread, in thread__resolve_callchain() function
|
D | db-export.c | 231 err = thread__resolve_callchain(thread, cursor, evsel, in call_path_from_sample()
|
D | callchain.c | 1127 return thread__resolve_callchain(al->thread, cursor, evsel, sample, in sample__resolve_callchain()
|
/linux-6.14.4/tools/perf/util/scripting-engines/ |
D | trace-event-perl.c | 275 if (thread__resolve_callchain(al->thread, cursor, evsel, in perl_process_callchain()
|
D | trace-event-python.c | 406 if (thread__resolve_callchain(al->thread, cursor, evsel, in python_process_callchain()
|
/linux-6.14.4/tools/perf/ |
D | builtin-lock.c | 851 ret = thread__resolve_callchain(thread, cursor, evsel, sample, in lock_contention_caller() 900 ret = thread__resolve_callchain(thread, cursor, evsel, sample, in callchain_id()
|
D | builtin-script.c | 1659 if (thread__resolve_callchain(al->thread, cursor, evsel, in perf_sample__fprintf_bts() 2248 if (thread__resolve_callchain(al->thread, cursor, evsel, in process_event()
|
D | builtin-kwork.c | 711 if (thread__resolve_callchain(thread, cursor, evsel, sample, in timehist_save_callchain()
|
D | builtin-sched.c | 2319 if (thread__resolve_callchain(thread, cursor, evsel, sample, in save_task_callchain()
|
D | builtin-trace.c | 2738 err = thread__resolve_callchain(al.thread, cursor, evsel, sample, NULL, NULL, max_stack); in trace__resolve_callchain()
|