Searched refs:get_tls_callchain_cursor (Results 1 – 13 of 13) sorted by relevance
| /linux/tools/perf/util/ |
| A D | callchain.h | 234 struct callchain_cursor *get_tls_callchain_cursor(void);
|
| A D | hist.c | 1047 struct callchain_cursor *cursor = get_tls_callchain_cursor(); in iter_prepare_cumulative_entry() 1094 callchain_cursor_commit(get_tls_callchain_cursor()); in iter_add_single_cumulative_entry() 1107 node = callchain_cursor_current(get_tls_callchain_cursor()); in iter_next_cumulative_entry() 1153 struct callchain_cursor cursor, *tls_cursor = get_tls_callchain_cursor(); in iter_add_next_cumulative_entry() 1249 err = sample__resolve_callchain(iter->sample, get_tls_callchain_cursor(), &iter->parent, in hist_entry_iter__add() 1591 struct callchain_cursor *cursor = get_tls_callchain_cursor(); in hists__hierarchy_insert_entry() 1638 struct callchain_cursor *cursor = get_tls_callchain_cursor(); in hists__collapse_insert_entry()
|
| A D | callchain.c | 1138 return callchain_append(he->callchain, get_tls_callchain_cursor(), sample->period); in hist_entry__append_callchain() 1616 struct callchain_cursor *get_tls_callchain_cursor(void) in get_tls_callchain_cursor() function 1805 struct callchain_cursor *cursor = get_tls_callchain_cursor(); in sample__for_each_callchain_node()
|
| A D | db-export.c | 230 cursor = get_tls_callchain_cursor(); in call_path_from_sample()
|
| /linux/tools/perf/util/scripting-engines/ |
| A D | trace-event-perl.c | 273 cursor = get_tls_callchain_cursor(); in perl_process_callchain()
|
| A D | trace-event-python.c | 432 cursor = get_tls_callchain_cursor(); in python_process_callchain()
|
| /linux/tools/perf/ |
| A D | builtin-kwork.c | 708 cursor = get_tls_callchain_cursor(); in timehist_save_callchain() 795 struct callchain_cursor *cursor = get_tls_callchain_cursor(); in timehist_print_event()
|
| A D | builtin-lock.c | 955 cursor = get_tls_callchain_cursor(); in lock_contention_caller() 1005 cursor = get_tls_callchain_cursor(); in callchain_id()
|
| A D | builtin-sched.c | 2215 get_tls_callchain_cursor(), symbol_conf.bt_stop_list, stdout); in timehist_print_sample() 2313 cursor = get_tls_callchain_cursor(); in save_task_callchain() 2450 cursor = get_tls_callchain_cursor(); in save_idle_callchain()
|
| A D | builtin-trace.c | 2755 …return sample__fprintf_callchain(sample, 38, print_opts, get_tls_callchain_cursor(), symbol_conf.b… 2808 struct callchain_cursor *cursor = get_tls_callchain_cursor(); 3111 struct callchain_cursor *cursor = get_tls_callchain_cursor(); 3217 struct callchain_cursor *cursor = get_tls_callchain_cursor();
|
| A D | builtin-kmem.c | 413 cursor = get_tls_callchain_cursor(); in find_callsite()
|
| A D | builtin-script.c | 1667 cursor = get_tls_callchain_cursor(); in perf_sample__fprintf_bts() 2331 cursor = get_tls_callchain_cursor(); in process_event()
|
| A D | builtin-c2c.c | 302 cursor = get_tls_callchain_cursor(); in process_sample_event()
|
Completed in 70 milliseconds