Searched refs:callchain_cursor (Results 1 – 17 of 17) sorted by relevance
/openbmc/linux/tools/perf/util/ |
H A D | callchain.h | 163 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 D | evsel_fprintf.h | 34 struct callchain_cursor; 38 unsigned int print_opts, struct callchain_cursor *cursor, 43 struct callchain_cursor *cursor,
|
H A D | callchain.c | 62 static pthread_key_t callchain_cursor; variable 573 fill_node(struct callchain_node *node, struct callchain_cursor *cursor) in fill_node() 639 struct callchain_cursor *cursor, in add_child() 799 struct callchain_cursor *cursor, in split_add_child() 872 struct callchain_cursor *cursor, 877 struct callchain_cursor *cursor, in append_chain_children() 924 struct callchain_cursor *cursor, in append_chain() 987 struct callchain_cursor *cursor, in callchain_append() 1008 merge_chain_branch(struct callchain_cursor *cursor, in merge_chain_branch() 1057 int callchain_merge(struct callchain_cursor *cursor, in callchain_merge() [all …]
|
H A D | evsel_fprintf.c | 112 unsigned int print_opts, struct callchain_cursor *cursor, in sample__fprintf_callchain() 210 struct callchain_cursor *cursor, struct strlist *bt_stop_list, FILE *fp) in sample__fprintf_sym()
|
H A D | machine.h | 195 struct callchain_cursor; 198 struct callchain_cursor *cursor,
|
H A D | machine.c | 2319 struct callchain_cursor *cursor, in add_callchain_ip() 2488 struct callchain_cursor *cursor, in lbr_callchain_add_kernel_ip() 2522 struct callchain_cursor *cursor, in save_lbr_cursor_node() 2547 struct callchain_cursor *cursor, in lbr_callchain_add_lbr_ip() 2648 struct callchain_cursor *cursor) in lbr_callchain_add_stitched_lbr_ip() 2796 struct callchain_cursor *cursor, in resolve_lbr_callchain_sample() 2879 struct callchain_cursor *cursor, in find_prev_cpumode() 2909 struct callchain_cursor *cursor, in thread__resolve_callchain_sample() 3088 static int append_inlines(struct callchain_cursor *cursor, struct map_symbol *ms, u64 ip) in append_inlines() 3134 struct callchain_cursor *cursor = arg; in unwind_entry() [all …]
|
H A D | db-export.c | 218 struct callchain_cursor *cursor; in call_path_from_sample()
|
H A D | hist.c | 1037 struct callchain_cursor *cursor = get_tls_callchain_cursor(); in iter_prepare_cumulative_entry() 1143 struct callchain_cursor cursor, *tls_cursor = get_tls_callchain_cursor(); in iter_add_next_cumulative_entry() 1583 struct callchain_cursor *cursor = get_tls_callchain_cursor(); in hists__hierarchy_insert_entry() 1630 struct callchain_cursor *cursor = get_tls_callchain_cursor(); in hists__collapse_insert_entry()
|
/openbmc/linux/tools/perf/util/scripting-engines/ |
H A D | trace-event-perl.c | 263 struct callchain_cursor *cursor; in perl_process_callchain()
|
H A D | trace-event-python.c | 420 struct callchain_cursor *cursor; in python_process_callchain()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-kwork.c | 594 struct callchain_cursor *cursor; in timehist_save_callchain() 693 struct callchain_cursor *cursor = get_tls_callchain_cursor(); in timehist_print_event()
|
H A D | builtin-lock.c | 938 struct callchain_cursor *cursor; in lock_contention_caller() 991 struct callchain_cursor *cursor; in callchain_id()
|
H A D | builtin-sched.c | 289 struct callchain_cursor cursor; 2199 struct callchain_cursor *cursor; in save_task_callchain() 2343 struct callchain_cursor *cursor; in save_idle_callchain()
|
H A D | builtin-trace.c | 2447 struct callchain_cursor *cursor) 2526 struct callchain_cursor *cursor = get_tls_callchain_cursor(); 2827 struct callchain_cursor *cursor = get_tls_callchain_cursor(); 2933 struct callchain_cursor *cursor = get_tls_callchain_cursor();
|
H A D | builtin-kmem.c | 402 struct callchain_cursor *cursor; in find_callsite()
|
H A D | builtin-script.c | 1558 struct callchain_cursor *cursor = NULL; in perf_sample__fprintf_bts() 2214 struct callchain_cursor *cursor = NULL; in process_event()
|
H A D | builtin-c2c.c | 287 struct callchain_cursor *cursor; in process_sample_event()
|