Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dcallchain.h144 struct callchain_cursor_node { struct
156 struct callchain_cursor_node *next; argument
161 struct callchain_cursor_node cursor;
166 struct callchain_cursor_node *first;
167 struct callchain_cursor_node **last;
169 struct callchain_cursor_node *curr;
220 static inline struct callchain_cursor_node *
257 int fill_callchain_info(struct addr_location *al, struct callchain_cursor_node *node,
315 typedef int (*callchain_iter_fn)(struct callchain_cursor_node *node, void *data);
H A Dcallchain.c586 struct callchain_cursor_node *cursor_node; in fill_node()
737 static enum match_result match_chain(struct callchain_cursor_node *node, in match_chain()
860 struct callchain_cursor_node *node; in split_add_child()
907 struct callchain_cursor_node *node; in append_chain_children()
966 struct callchain_cursor_node *node; in append_chain()
1037 struct callchain_cursor_node **old_last = cursor->last; in merge_chain_branch()
1094 struct callchain_cursor_node *node = *cursor->last; in callchain_cursor_append()
1148 int fill_callchain_info(struct addr_location *al, struct callchain_cursor_node *node, in fill_callchain_info()
1606 struct callchain_cursor_node *node, *next; in callchain_cursor__delete()
1649 struct callchain_cursor_node *node; in callchain_cursor__copy()
[all …]
H A Devsel_fprintf.c117 struct callchain_cursor_node *node; in sample__fprintf_callchain()
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.c2385 sizeof(struct callchain_cursor_node)); in save_lbr_cursor_node()
2511 struct callchain_cursor_node *cnode; in lbr_callchain_add_stitched_lbr_ip()
2609 sizeof(struct callchain_cursor_node)); in has_stitched_lbr()
2634 calloc(max_lbr + 1, sizeof(struct callchain_cursor_node)); in alloc_lbr_stitch()
H A Dbuild-id.c45 static int mark_dso_hit_callback(struct callchain_cursor_node *node, void *data __maybe_unused) in mark_dso_hit_callback()
H A Dhist.c1197 struct callchain_cursor_node *node; in iter_next_cumulative_entry()
/linux/tools/perf/
H A Dbuiltin-lock.c876 struct callchain_cursor_node *node; in lock_contention_caller()
924 struct callchain_cursor_node *node; in callchain_id()
H A Dbuiltin-inject.c397 struct callchain_cursor_node *node; in perf_event__convert_sample_callchain()
982 static int mark_dso_hit_callback(struct callchain_cursor_node *node, void *data) in mark_dso_hit_callback()
H A Dbuiltin-kmem.c401 struct callchain_cursor_node *node; in find_callsite()
H A Dbuiltin-kwork.c696 struct callchain_cursor_node *node; in timehist_save_callchain()
H A Dbuiltin-sched.c2362 struct callchain_cursor_node *node; in save_task_callchain()
/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c418 struct callchain_cursor_node *node; in python_process_callchain()