Searched refs:thread__resolve_callchain (Results 1 – 10 of 10) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | machine.h | 196 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 D | db-export.c | 229 err = thread__resolve_callchain(thread, cursor, in call_path_from_sample()
|
| H A D | callchain.c | 1181 return thread__resolve_callchain(al->thread, cursor, sample, in fill_callchain_info()
|
| /linux/tools/perf/ |
| H A D | builtin-lock.c | 857 ret = thread__resolve_callchain(thread, cursor, sample, in lock_contention_caller() 906 ret = thread__resolve_callchain(thread, cursor, sample, in callchain_id()
|
| H A D | builtin-script.c | 1694 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 D | builtin-kwork.c | 756 if (thread__resolve_callchain(thread, cursor, sample, in timehist_print_event()
|
| H A D | builtin-inject.c | 556 ret = thread__resolve_callchain(thread, cursor, sample, in perf_event__repipe_common_mmap()
|
| H A D | builtin-sched.c | 2421 if (thread__resolve_callchain(thread, cursor, sample, in init_idle_threads()
|
| H A D | builtin-trace.c | 2931 err = thread__resolve_callchain(al.thread, cursor, sample, NULL, NULL, max_stack); in trace__sys_exit()
|
| /linux/tools/perf/util/scripting-engines/ |
| H A D | trace-event-python.c | 406 if (thread__resolve_callchain(al->thread, cursor, in python_process_callchain()
|