Lines Matching refs:callchain_cursor
155 struct callchain_cursor { struct
163 extern __thread struct callchain_cursor callchain_cursor; argument
189 struct callchain_cursor *cursor,
192 int callchain_merge(struct callchain_cursor *cursor,
195 void callchain_cursor_reset(struct callchain_cursor *cursor);
197 int callchain_cursor_append(struct callchain_cursor *cursor, u64 ip,
204 static inline void callchain_cursor_commit(struct callchain_cursor *cursor) in callchain_cursor_commit()
212 callchain_cursor_current(struct callchain_cursor *cursor) in callchain_cursor_current()
220 static inline void callchain_cursor_advance(struct callchain_cursor *cursor) in callchain_cursor_advance()
226 int callchain_cursor__copy(struct callchain_cursor *dst,
227 struct callchain_cursor *src);
242 struct callchain_cursor *cursor, struct symbol **parent,
256 static inline void callchain_cursor_snapshot(struct callchain_cursor *dest, in callchain_cursor_snapshot()
257 struct callchain_cursor *src) in callchain_cursor_snapshot()