Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dcallchain.h85 struct callchain_cursor_node { struct
89 struct callchain_cursor_node *next; argument
94 struct callchain_cursor_node *first;
95 struct callchain_cursor_node **last;
97 struct callchain_cursor_node *curr;
147 static inline struct callchain_cursor_node *
172 int fill_callchain_info(struct addr_location *al, struct callchain_cursor_node *node,
Dcallchain.c447 struct callchain_cursor_node *cursor_node; in fill_node()
488 static s64 match_chain(struct callchain_cursor_node *node, in match_chain()
537 struct callchain_cursor_node *node; in split_add_child()
578 struct callchain_cursor_node *node; in append_chain_children()
630 struct callchain_cursor_node *node; in append_chain()
692 struct callchain_cursor_node **old_last = cursor->last; in merge_chain_branch()
739 struct callchain_cursor_node *node = *cursor->last; in callchain_cursor_append()
782 int fill_callchain_info(struct addr_location *al, struct callchain_cursor_node *node, in fill_callchain_info()
Dhist.c753 struct callchain_cursor_node *node; in iter_next_cumulative_entry()
Dsession.c1522 struct callchain_cursor_node *node; in perf_evsel__print_ip()
/linux-4.1.27/tools/perf/util/scripting-engines/
Dtrace-event-python.c330 struct callchain_cursor_node *node; in python_process_callchain()