Lines Matching refs:callchain_cursor
163 struct callchain_cursor { struct
195 struct callchain_cursor *cursor,
198 int callchain_merge(struct callchain_cursor *cursor,
201 void callchain_cursor_reset(struct callchain_cursor *cursor);
203 int callchain_cursor_append(struct callchain_cursor *cursor, u64 ip,
210 static inline void callchain_cursor_commit(struct callchain_cursor *cursor) in callchain_cursor_commit()
220 callchain_cursor_current(struct callchain_cursor *cursor) in callchain_cursor_current()
228 static inline void callchain_cursor_advance(struct callchain_cursor *cursor) in callchain_cursor_advance()
234 struct callchain_cursor *get_tls_callchain_cursor(void);
236 int callchain_cursor__copy(struct callchain_cursor *dst,
237 struct callchain_cursor *src);
252 struct callchain_cursor *cursor, struct symbol **parent,
266 static inline void callchain_cursor_snapshot(struct callchain_cursor *dest, in callchain_cursor_snapshot()
267 struct callchain_cursor *src) in callchain_cursor_snapshot()