Home
last modified time | relevance | path

Searched refs:callchain_cursor (Results 1 – 17 of 17) sorted by relevance

/linux/tools/perf/util/
A Dcallchain.h163 struct callchain_cursor { struct
195 struct callchain_cursor *cursor,
198 int callchain_merge(struct callchain_cursor *cursor,
201 void callchain_cursor_reset(struct callchain_cursor *cursor);
203 int callchain_cursor_append(struct callchain_cursor *cursor, u64 ip,
220 callchain_cursor_current(struct callchain_cursor *cursor) in callchain_cursor_current()
234 struct callchain_cursor *get_tls_callchain_cursor(void);
236 int callchain_cursor__copy(struct callchain_cursor *dst,
237 struct callchain_cursor *src);
252 struct callchain_cursor *cursor, struct symbol **parent,
[all …]
A Devsel_fprintf.h34 struct callchain_cursor;
38 unsigned int print_opts, struct callchain_cursor *cursor,
43 struct callchain_cursor *cursor,
A Dcallchain.c62 static pthread_key_t callchain_cursor; variable
648 struct callchain_cursor *cursor, in add_child()
816 struct callchain_cursor *cursor, in split_add_child()
889 struct callchain_cursor *cursor,
894 struct callchain_cursor *cursor, in append_chain_children()
941 struct callchain_cursor *cursor, in append_chain()
1004 struct callchain_cursor *cursor, in callchain_append()
1597 struct callchain_cursor *cursor = vcursor; in callchain_cursor__delete()
1619 struct callchain_cursor *cursor; in get_tls_callchain_cursor()
1622 cursor = pthread_getspecific(callchain_cursor); in get_tls_callchain_cursor()
[all …]
A Dmachine.h179 struct callchain_cursor;
182 struct callchain_cursor *cursor,
191 struct callchain_cursor *cursor, in thread__resolve_callchain()
A Devsel_fprintf.c111 unsigned int print_opts, struct callchain_cursor *cursor, in sample__fprintf_callchain()
209 struct callchain_cursor *cursor, struct strlist *bt_stop_list, FILE *fp) in sample__fprintf_sym()
A Dmachine.c2055 struct callchain_cursor *cursor, in add_callchain_ip()
2228 struct callchain_cursor *cursor, in lbr_callchain_add_kernel_ip()
2265 struct callchain_cursor *cursor, in save_lbr_cursor_node()
2294 struct callchain_cursor *cursor, in lbr_callchain_add_lbr_ip()
2396 struct callchain_cursor *cursor) in lbr_callchain_add_stitched_lbr_ip()
2549 struct callchain_cursor *cursor, in resolve_lbr_callchain_sample()
2637 struct callchain_cursor *cursor, in find_prev_cpumode()
2667 struct callchain_cursor *cursor, in thread__resolve_callchain_sample()
2894 struct callchain_cursor *cursor = arg; in unwind_entry()
2917 struct callchain_cursor *cursor, in thread__resolve_callchain_unwind()
[all …]
A Ddb-export.c218 struct callchain_cursor *cursor; in call_path_from_sample()
A Dhist.c1047 struct callchain_cursor *cursor = get_tls_callchain_cursor(); in iter_prepare_cumulative_entry()
1153 struct callchain_cursor cursor, *tls_cursor = get_tls_callchain_cursor(); in iter_add_next_cumulative_entry()
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()
/linux/tools/perf/util/scripting-engines/
A Dtrace-event-perl.c263 struct callchain_cursor *cursor; in perl_process_callchain()
A Dtrace-event-python.c423 struct callchain_cursor *cursor; in python_process_callchain()
/linux/tools/perf/
A Dbuiltin-kwork.c696 struct callchain_cursor *cursor; in timehist_save_callchain()
795 struct callchain_cursor *cursor = get_tls_callchain_cursor(); in timehist_print_event()
A Dbuiltin-lock.c941 struct callchain_cursor *cursor; in lock_contention_caller()
994 struct callchain_cursor *cursor; in callchain_id()
A Dbuiltin-sched.c281 struct callchain_cursor cursor;
2300 struct callchain_cursor *cursor; in save_task_callchain()
2445 struct callchain_cursor *cursor; in save_idle_callchain()
A Dbuiltin-trace.c2730 struct callchain_cursor *cursor)
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 Dbuiltin-kmem.c402 struct callchain_cursor *cursor; in find_callsite()
A Dbuiltin-script.c1664 struct callchain_cursor *cursor = NULL; in perf_sample__fprintf_bts()
2325 struct callchain_cursor *cursor = NULL; in process_event()
A Dbuiltin-c2c.c288 struct callchain_cursor *cursor; in process_sample_event()

Completed in 73 milliseconds