Lines Matching refs:callchain_cursor
163 struct callchain_cursor { struct
171 extern __thread struct callchain_cursor callchain_cursor; argument
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) 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 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, in callchain_cursor_snapshot()
265 struct callchain_cursor *src) in callchain_cursor_snapshot()