Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dcallchain.h114 struct callchain_cursor_node { struct
118 struct callchain_cursor_node *next; argument
123 struct callchain_cursor_node *first;
124 struct callchain_cursor_node **last;
126 struct callchain_cursor_node *curr;
176 static inline struct callchain_cursor_node *
201 int fill_callchain_info(struct addr_location *al, struct callchain_cursor_node *node,
Dcallchain.c396 struct callchain_cursor_node *cursor_node; in fill_node()
437 static s64 match_chain(struct callchain_cursor_node *node, in match_chain()
486 struct callchain_cursor_node *node; in split_add_child()
527 struct callchain_cursor_node *node; in append_chain_children()
579 struct callchain_cursor_node *node; in append_chain()
641 struct callchain_cursor_node **old_last = cursor->last; in merge_chain_branch()
688 struct callchain_cursor_node *node = *cursor->last; in callchain_cursor_append()
731 int fill_callchain_info(struct addr_location *al, struct callchain_cursor_node *node, in fill_callchain_info()
Dhist.c770 struct callchain_cursor_node *node; in iter_next_cumulative_entry()
Dsession.c1789 struct callchain_cursor_node *node; in perf_evsel__print_ip()
/linux-4.4.14/tools/perf/util/scripting-engines/
Dtrace-event-python.c331 struct callchain_cursor_node *node; in python_process_callchain()
/linux-4.4.14/tools/perf/
Dbuiltin-kmem.c370 struct callchain_cursor_node *node; in find_callsite()