Searched defs:callchain_cursor (Results 1 - 2 of 2) sorted by relevance

/external/linux-tools-perf/src/tools/perf/util/
H A Dcallchain.h77 struct callchain_cursor { struct
85 extern __thread struct callchain_cursor callchain_cursor;
106 struct callchain_cursor *cursor,
109 int callchain_merge(struct callchain_cursor *cursor,
116 static inline void callchain_cursor_reset(struct callchain_cursor *cursor)
122 int callchain_cursor_append(struct callchain_cursor *cursor, u64 ip,
126 static inline void callchain_cursor_commit(struct callchain_cursor *cursor)
134 callchain_cursor_current(struct callchain_cursor *cursor)
142 static inline void callchain_cursor_advance(struct callchain_cursor *curso
[all...]
H A Dcallchain.c22 __thread struct callchain_cursor callchain_cursor; variable in typeref:struct:callchain_cursor
198 fill_node(struct callchain_node *node, struct callchain_cursor *cursor)
228 struct callchain_cursor *cursor,
247 struct callchain_cursor *cursor,
285 struct callchain_cursor *cursor,
290 struct callchain_cursor *cursor,
311 struct callchain_cursor *cursor,
377 struct callchain_cursor *cursor,
394 merge_chain_branch(struct callchain_cursor *curso
[all...]

Completed in 118 milliseconds