Searched refs:thread__resolve_callchain (Results 1 – 10 of 10) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | machine.h | 197 static inline int thread__resolve_callchain(struct thread *thread, in thread__resolve_callchain() function
|
| H A D | db-export.c | 231 err = thread__resolve_callchain(thread, cursor, evsel, in call_path_from_sample()
|
| H A D | callchain.c | 1134 return thread__resolve_callchain(al->thread, cursor, evsel, sample, in sample__resolve_callchain()
|
| /linux/tools/perf/ |
| H A D | builtin-lock.c | 865 ret = thread__resolve_callchain(thread, cursor, evsel, sample, in lock_contention_caller() 914 ret = thread__resolve_callchain(thread, cursor, evsel, sample, in callchain_id()
|
| H A D | builtin-script.c | 1682 if (thread__resolve_callchain(al->thread, cursor, evsel, in perf_sample__fprintf_bts() 2505 if (thread__resolve_callchain(al->thread, cursor, evsel, in process_event() 2789 if (thread__resolve_callchain(al.thread, cursor, evsel, in process_deferred_sample_event()
|
| H A D | builtin-kwork.c | 711 if (thread__resolve_callchain(thread, cursor, evsel, sample, in timehist_save_callchain()
|
| H A D | builtin-inject.c | 422 ret = thread__resolve_callchain(thread, cursor, evsel, sample, in perf_event__convert_sample_callchain()
|
| H A D | builtin-sched.c | 2349 if (thread__resolve_callchain(thread, cursor, evsel, sample, in save_task_callchain()
|
| H A D | builtin-trace.c | 2907 err = thread__resolve_callchain(al.thread, cursor, evsel, sample, NULL, NULL, max_stack); in trace__resolve_callchain()
|
| /linux/tools/perf/util/scripting-engines/ |
| H A D | trace-event-python.c | 407 if (thread__resolve_callchain(al->thread, cursor, evsel, in python_process_callchain()
|