Searched refs:callchain_cursor (Results 1 – 17 of 17) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | callchain.h | 164 struct callchain_cursor { struct 196 struct callchain_cursor *cursor, 199 int callchain_merge(struct callchain_cursor *cursor, 202 void callchain_cursor_reset(struct callchain_cursor *cursor); 204 int callchain_cursor_append(struct callchain_cursor *cursor, u64 ip, 211 static inline void callchain_cursor_commit(struct callchain_cursor *cursor) in callchain_cursor_commit() 221 callchain_cursor_current(struct callchain_cursor *cursor) in callchain_cursor_current() 229 static inline void callchain_cursor_advance(struct callchain_cursor *cursor) in callchain_cursor_advance() 235 struct callchain_cursor *get_tls_callchain_cursor(void); 237 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 | 63 static pthread_key_t callchain_cursor; variable 584 fill_node(struct callchain_node *node, struct callchain_cursor *cursor) in fill_node() 657 struct callchain_cursor *cursor, in add_child() 825 struct callchain_cursor *cursor, in split_add_child() 898 struct callchain_cursor *cursor, 903 struct callchain_cursor *cursor, in append_chain_children() 950 struct callchain_cursor *cursor, in append_chain() 1013 struct callchain_cursor *cursor, in callchain_append() 1034 merge_chain_branch(struct callchain_cursor *cursor, in merge_chain_branch() 1082 int callchain_merge(struct callchain_cursor *cursor, in callchain_merge() [all …]
|
| H A D | machine.h | 186 struct callchain_cursor; 189 struct callchain_cursor *cursor, 198 struct callchain_cursor *cursor, in thread__resolve_callchain()
|
| H A D | evsel_fprintf.c | 113 unsigned int print_opts, struct callchain_cursor *cursor, in sample__fprintf_callchain() 218 struct callchain_cursor *cursor, struct strlist *bt_stop_list, FILE *fp) in sample__fprintf_sym()
|
| H A D | machine.c | 2093 static int append_inlines(struct callchain_cursor *cursor, struct map_symbol *ms, u64 ip, in append_inlines() 2147 struct callchain_cursor *cursor, in add_callchain_ip() 2328 struct callchain_cursor *cursor, in lbr_callchain_add_kernel_ip() 2365 struct callchain_cursor *cursor, in save_lbr_cursor_node() 2394 struct callchain_cursor *cursor, in lbr_callchain_add_lbr_ip() 2508 struct callchain_cursor *cursor) in lbr_callchain_add_stitched_lbr_ip() 2662 struct callchain_cursor *cursor, in resolve_lbr_callchain_sample() 2750 struct callchain_cursor *cursor, in find_prev_cpumode() 2780 struct callchain_cursor *cursor, in thread__resolve_callchain_sample() 2964 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 | 1139 struct callchain_cursor *cursor = get_tls_callchain_cursor(); in iter_prepare_cumulative_entry() 1245 struct callchain_cursor cursor, *tls_cursor = get_tls_callchain_cursor(); in iter_add_next_cumulative_entry() 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()
|
| /linux/tools/perf/ |
| H A D | builtin-kwork.c | 697 struct callchain_cursor *cursor; in timehist_save_callchain() 796 struct callchain_cursor *cursor = get_tls_callchain_cursor(); in timehist_print_event()
|
| H A D | builtin-lock.c | 848 struct callchain_cursor *cursor; in lock_contention_caller() 901 struct callchain_cursor *cursor; in callchain_id()
|
| H A D | builtin-trace.c | 2895 struct callchain_cursor *cursor) in trace__resolve_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 | 1678 struct callchain_cursor *cursor = NULL; in perf_sample__fprintf_bts() 2498 struct callchain_cursor *cursor = NULL; in process_event() 2785 struct callchain_cursor *cursor = NULL; in process_deferred_sample_event()
|
| H A D | builtin-sched.c | 290 struct callchain_cursor cursor; 2332 struct callchain_cursor *cursor; in save_task_callchain() 2490 struct callchain_cursor *cursor; in save_idle_callchain()
|
| H A D | builtin-kmem.c | 402 struct callchain_cursor *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 | 326 struct callchain_cursor *cursor; in process_sample_event()
|
| /linux/tools/perf/util/scripting-engines/ |
| H A D | trace-event-python.c | 397 struct callchain_cursor *cursor; in python_process_callchain()
|