Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H 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,
210 static inline void callchain_cursor_commit(struct callchain_cursor *cursor) in callchain_cursor_commit()
220 callchain_cursor_current(struct callchain_cursor *cursor) in callchain_cursor_current()
228 static inline void callchain_cursor_advance(struct callchain_cursor *cursor) in callchain_cursor_advance()
234 struct callchain_cursor *get_tls_callchain_cursor(void);
236 int callchain_cursor__copy(struct callchain_cursor *dst,
[all …]
H A Devsel_fprintf.h34 struct callchain_cursor;
38 unsigned int print_opts, struct callchain_cursor *cursor,
43 struct callchain_cursor *cursor,
H A Dcallchain.c62 static pthread_key_t callchain_cursor; variable
573 fill_node(struct callchain_node *node, struct callchain_cursor *cursor) in fill_node()
646 struct callchain_cursor *cursor, in add_child()
814 struct callchain_cursor *cursor, in split_add_child()
887 struct callchain_cursor *cursor,
892 struct callchain_cursor *cursor, in append_chain_children()
939 struct callchain_cursor *cursor, in append_chain()
1002 struct callchain_cursor *cursor, in callchain_append()
1023 merge_chain_branch(struct callchain_cursor *cursor, in merge_chain_branch()
1071 int callchain_merge(struct callchain_cursor *cursor, in callchain_merge()
[all …]
H A Dmachine.h186 struct callchain_cursor;
189 struct callchain_cursor *cursor,
198 struct callchain_cursor *cursor, in thread__resolve_callchain()
H A Devsel_fprintf.c113 unsigned int print_opts, struct callchain_cursor *cursor, in sample__fprintf_callchain()
211 struct callchain_cursor *cursor, struct strlist *bt_stop_list, FILE *fp) in sample__fprintf_sym()
H A Dmachine.c2094 struct callchain_cursor *cursor, in add_callchain_ip()
2269 struct callchain_cursor *cursor, in lbr_callchain_add_kernel_ip()
2306 struct callchain_cursor *cursor, in save_lbr_cursor_node()
2335 struct callchain_cursor *cursor, in lbr_callchain_add_lbr_ip()
2437 struct callchain_cursor *cursor) in lbr_callchain_add_stitched_lbr_ip()
2590 struct callchain_cursor *cursor, in resolve_lbr_callchain_sample()
2678 struct callchain_cursor *cursor, in find_prev_cpumode()
2708 struct callchain_cursor *cursor, in thread__resolve_callchain_sample()
2890 static int append_inlines(struct callchain_cursor *cursor, struct map_symbol *ms, u64 ip) in append_inlines()
2935 struct callchain_cursor *cursor = arg; in unwind_entry()
[all …]
H A Ddb-export.c218 struct callchain_cursor *cursor; in call_path_from_sample()
H A Dhist.c1141 struct callchain_cursor *cursor = get_tls_callchain_cursor(); in iter_prepare_cumulative_entry()
1247 struct callchain_cursor cursor, *tls_cursor = get_tls_callchain_cursor(); in iter_add_next_cumulative_entry()
1728 struct callchain_cursor *cursor = get_tls_callchain_cursor(); in hists__hierarchy_insert_entry()
1776 struct callchain_cursor *cursor = get_tls_callchain_cursor(); in hists__collapse_insert_entry()
/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-perl.c263 struct callchain_cursor *cursor; in perl_process_callchain()
H A Dtrace-event-python.c396 struct callchain_cursor *cursor; in python_process_callchain()
/linux/tools/perf/
H A Dbuiltin-lock.c848 struct callchain_cursor *cursor; in lock_contention_caller()
901 struct callchain_cursor *cursor; in callchain_id()
H A Dbuiltin-kwork.c697 struct callchain_cursor *cursor; in timehist_save_callchain()
796 struct callchain_cursor *cursor = get_tls_callchain_cursor(); in timehist_print_event()
H A Dbuiltin-sched.c283 struct callchain_cursor cursor;
2325 struct callchain_cursor *cursor; in save_task_callchain()
2483 struct callchain_cursor *cursor; in save_idle_callchain()
H A Dbuiltin-trace.c2874 struct callchain_cursor *cursor) in trace__resolve_callchain()
2946 struct callchain_cursor *cursor = get_tls_callchain_cursor(); in trace__sys_exit()
3246 struct callchain_cursor *cursor = get_tls_callchain_cursor(); in trace__event_handler()
3355 struct callchain_cursor *cursor = get_tls_callchain_cursor(); in trace__pgfault()
H A Dbuiltin-kmem.c402 struct callchain_cursor *cursor; in find_callsite()
H A Dbuiltin-script.c1678 struct callchain_cursor *cursor = NULL; in perf_sample__fprintf_bts()
2297 struct callchain_cursor *cursor = NULL; in process_event()
H A Dbuiltin-c2c.c290 struct callchain_cursor *cursor; in process_sample_event()