Lines Matching defs:callchain_cursor
77 struct callchain_cursor {
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 *cursor)