Lines Matching defs:callchain_cursor
61 /* Used for thread-local struct callchain_cursor. */
62 static pthread_key_t callchain_cursor;
573 fill_node(struct callchain_node *node, struct callchain_cursor *cursor)
639 struct callchain_cursor *cursor,
799 struct callchain_cursor *cursor,
872 struct callchain_cursor *cursor,
877 struct callchain_cursor *cursor,
924 struct callchain_cursor *cursor,
987 struct callchain_cursor *cursor,
1008 merge_chain_branch(struct callchain_cursor *cursor,
1057 int callchain_merge(struct callchain_cursor *cursor,
1063 int callchain_cursor_append(struct callchain_cursor *cursor,
1103 struct callchain_cursor *cursor, struct symbol **parent,
1579 struct callchain_cursor *cursor = vcursor;
1592 if (pthread_key_create(&callchain_cursor, callchain_cursor__delete)) {
1598 struct callchain_cursor *get_tls_callchain_cursor(void)
1601 struct callchain_cursor *cursor;
1604 cursor = pthread_getspecific(callchain_cursor);
1609 pthread_setspecific(callchain_cursor, cursor);
1614 int callchain_cursor__copy(struct callchain_cursor *dst,
1615 struct callchain_cursor *src)
1647 void callchain_cursor_reset(struct callchain_cursor *cursor)