Searched refs:thread__resolve_callchain (Results 1 – 10 of 10) sorted by relevance
| /linux/tools/perf/util/ |
| A D | machine.h | 190 static inline int thread__resolve_callchain(struct thread *thread, in thread__resolve_callchain() function
|
| A D | db-export.c | 231 err = thread__resolve_callchain(thread, cursor, evsel, in call_path_from_sample()
|
| A D | callchain.c | 1127 return thread__resolve_callchain(al->thread, cursor, evsel, sample, in sample__resolve_callchain()
|
| /linux/tools/perf/util/scripting-engines/ |
| A D | trace-event-perl.c | 275 if (thread__resolve_callchain(al->thread, cursor, evsel, in perl_process_callchain()
|
| A D | trace-event-python.c | 433 if (thread__resolve_callchain(al->thread, cursor, evsel, in python_process_callchain()
|
| /linux/tools/perf/ |
| A D | builtin-lock.c | 958 ret = thread__resolve_callchain(thread, cursor, evsel, sample, in lock_contention_caller() 1007 ret = thread__resolve_callchain(thread, cursor, evsel, sample, in callchain_id()
|
| A D | builtin-script.c | 1668 if (thread__resolve_callchain(al->thread, cursor, evsel, in perf_sample__fprintf_bts() 2332 if (thread__resolve_callchain(al->thread, cursor, evsel, in process_event()
|
| A D | builtin-kwork.c | 710 if (thread__resolve_callchain(thread, cursor, evsel, sample, in timehist_save_callchain()
|
| A D | builtin-sched.c | 2315 if (thread__resolve_callchain(thread, cursor, evsel, sample, in save_task_callchain()
|
| A D | builtin-trace.c | 2742 err = thread__resolve_callchain(al.thread, cursor, evsel, sample, NULL, NULL, max_stack);
|
Completed in 53 milliseconds