Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dmachine.h196 static inline int thread__resolve_callchain(struct thread *thread,
197 static inline int thread__resolve_callchain(struct thread *thread, thread__resolve_callchain() function
H A Ddb-export.c229 err = thread__resolve_callchain(thread, cursor, in call_path_from_sample()
H A Dcallchain.c1181 return thread__resolve_callchain(al->thread, cursor, sample, in fill_callchain_info()
/linux/tools/perf/
H A Dbuiltin-lock.c857 ret = thread__resolve_callchain(thread, cursor, sample, in lock_contention_caller()
906 ret = thread__resolve_callchain(thread, cursor, sample, in callchain_id()
H A Dbuiltin-script.c1694 if (thread__resolve_callchain(al->thread, cursor, in perf_sample__fprintf_bts()
2518 if (thread__resolve_callchain(al->thread, cursor, in process_event()
2805 if (thread__resolve_callchain(al.thread, cursor, in process_deferred_sample_event()
H A Dbuiltin-kwork.c756 if (thread__resolve_callchain(thread, cursor, sample, in timehist_print_event()
H A Dbuiltin-inject.c556 ret = thread__resolve_callchain(thread, cursor, sample, in perf_event__repipe_common_mmap()
H A Dbuiltin-sched.c2421 if (thread__resolve_callchain(thread, cursor, sample, in init_idle_threads()
H A Dbuiltin-trace.c2931 err = thread__resolve_callchain(al.thread, cursor, sample, NULL, NULL, max_stack); in trace__sys_exit()
/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c406 if (thread__resolve_callchain(al->thread, cursor, in python_process_callchain()