Lines Matching defs:callchain_cursor
163 struct callchain_cursor {
171 extern __thread struct callchain_cursor callchain_cursor;
197 struct callchain_cursor *cursor,
200 int callchain_merge(struct callchain_cursor *cursor,
203 void callchain_cursor_reset(struct callchain_cursor *cursor);
205 int callchain_cursor_append(struct callchain_cursor *cursor, u64 ip,
212 static inline void callchain_cursor_commit(struct callchain_cursor *cursor)
220 callchain_cursor_current(struct callchain_cursor *cursor)
228 static inline void callchain_cursor_advance(struct callchain_cursor *cursor)
234 int callchain_cursor__copy(struct callchain_cursor *dst,
235 struct callchain_cursor *src);
250 struct callchain_cursor *cursor, struct symbol **parent,
264 static inline void callchain_cursor_snapshot(struct callchain_cursor *dest,
265 struct callchain_cursor *src)