Searched refs:get_tls_callchain_cursor (Results 1 – 13 of 13) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | callchain.h | 235 struct callchain_cursor *get_tls_callchain_cursor(void);
|
| H A D | hist.c | 1139 struct callchain_cursor *cursor = get_tls_callchain_cursor(); in iter_prepare_cumulative_entry() 1186 callchain_cursor_commit(get_tls_callchain_cursor()); in iter_add_single_cumulative_entry() 1199 node = callchain_cursor_current(get_tls_callchain_cursor()); in iter_next_cumulative_entry() 1245 struct callchain_cursor cursor, *tls_cursor = get_tls_callchain_cursor(); in iter_add_next_cumulative_entry() 1341 err = sample__resolve_callchain(iter->sample, get_tls_callchain_cursor(), &iter->parent, in hist_entry_iter__add() 1726 struct callchain_cursor *cursor = get_tls_callchain_cursor(); in hists__hierarchy_insert_entry() 1774 struct callchain_cursor *cursor = get_tls_callchain_cursor(); in hists__collapse_insert_entry()
|
| H A D | callchain.c | 1145 return callchain_append(he->callchain, get_tls_callchain_cursor(), sample->period); in hist_entry__append_callchain() 1624 struct callchain_cursor *get_tls_callchain_cursor(void) in get_tls_callchain_cursor() function 1813 struct callchain_cursor *cursor = get_tls_callchain_cursor(); in sample__for_each_callchain_node()
|
| H A D | db-export.c | 230 cursor = get_tls_callchain_cursor(); in call_path_from_sample()
|
| /linux/tools/perf/ |
| H A D | builtin-kwork.c | 709 cursor = get_tls_callchain_cursor(); in timehist_save_callchain() 796 struct callchain_cursor *cursor = get_tls_callchain_cursor(); in timehist_print_event()
|
| H A D | builtin-lock.c | 862 cursor = get_tls_callchain_cursor(); in lock_contention_caller() 912 cursor = get_tls_callchain_cursor(); in callchain_id()
|
| H A D | builtin-trace.c | 2920 …return sample__fprintf_callchain(sample, 38, print_opts, get_tls_callchain_cursor(), symbol_conf.b… in trace__fprintf_callchain() 2967 struct callchain_cursor *cursor = get_tls_callchain_cursor(); in trace__sys_exit() 3267 struct callchain_cursor *cursor = get_tls_callchain_cursor(); in trace__event_handler() 3378 struct callchain_cursor *cursor = get_tls_callchain_cursor(); in trace__pgfault()
|
| H A D | builtin-script.c | 1681 cursor = get_tls_callchain_cursor(); in perf_sample__fprintf_bts() 2504 cursor = get_tls_callchain_cursor(); in process_event() 2788 cursor = get_tls_callchain_cursor(); in process_deferred_sample_event()
|
| H A D | builtin-sched.c | 2239 get_tls_callchain_cursor(), symbol_conf.bt_stop_list, stdout); in timehist_print_sample() 2347 cursor = get_tls_callchain_cursor(); in save_task_callchain() 2495 cursor = get_tls_callchain_cursor(); in save_idle_callchain()
|
| H A D | builtin-kmem.c | 413 cursor = get_tls_callchain_cursor(); in find_callsite()
|
| H A D | builtin-inject.c | 395 struct callchain_cursor *cursor = get_tls_callchain_cursor(); in perf_event__convert_sample_callchain()
|
| H A D | builtin-c2c.c | 340 cursor = get_tls_callchain_cursor(); in process_sample_event()
|
| /linux/tools/perf/util/scripting-engines/ |
| H A D | trace-event-python.c | 406 cursor = get_tls_callchain_cursor(); in python_process_callchain()
|