Home
last modified time | relevance | path

Searched refs:callchain_cursor_node (Results 1 – 7 of 7) sorted by relevance

/linux/tools/perf/util/
H A Dcallchain.h143 struct callchain_cursor_node { struct
155 struct callchain_cursor_node *next; argument
160 struct callchain_cursor_node cursor;
165 struct callchain_cursor_node *first;
166 struct callchain_cursor_node **last;
168 struct callchain_cursor_node *curr;
219 static inline struct callchain_cursor_node *
256 int fill_callchain_info(struct addr_location *al, struct callchain_cursor_node *node,
314 typedef int (*callchain_iter_fn)(struct callchain_cursor_node *node, void *data);
H A Dcallchain.c575 struct callchain_cursor_node *cursor_node; in fill_node()
728 static enum match_result match_chain(struct callchain_cursor_node *node, in match_chain()
851 struct callchain_cursor_node *node; in split_add_child()
898 struct callchain_cursor_node *node; in append_chain_children()
957 struct callchain_cursor_node *node; in append_chain()
1028 struct callchain_cursor_node **old_last = cursor->last; in merge_chain_branch()
1085 struct callchain_cursor_node *node = *cursor->last; in callchain_cursor_append()
1141 int fill_callchain_info(struct addr_location *al, struct callchain_cursor_node *node, in fill_callchain_info()
1598 struct callchain_cursor_node *node, *next; in callchain_cursor__delete()
1641 struct callchain_cursor_node *node; in callchain_cursor__copy()
[all …]
H A Dthread.h28 struct callchain_cursor_node *prev_lbr_cursor;
H A Ddb-export.c240 struct callchain_cursor_node *node; in call_path_from_sample()
H A Dmachine.c2289 sizeof(struct callchain_cursor_node)); in save_lbr_cursor_node()
2403 struct callchain_cursor_node *cnode; in lbr_callchain_add_stitched_lbr_ip()
2501 sizeof(struct callchain_cursor_node)); in has_stitched_lbr()
2525 calloc(max_lbr + 1, sizeof(struct callchain_cursor_node)); in alloc_lbr_stitch()
/linux/tools/perf/
H A Dbuiltin-lock.c862 struct callchain_cursor_node *node; in report_lock_release_event()
910 struct callchain_cursor_node *node; in report_lock_release_event()
H A Dbuiltin-inject.c902 static int mark_dso_hit_callback(struct callchain_cursor_node *node, void *data) in mark_dso_hit_callback()