Searched defs:callchain_cursor (Results 1 – 2 of 2) sorted by relevance
163 struct callchain_cursor { struct165 struct callchain_cursor_node *first; argument166 struct callchain_cursor_node **last; argument168 struct callchain_cursor_node *curr; argument171 extern __thread struct callchain_cursor callchain_cursor; argument
60 __thread struct callchain_cursor callchain_cursor; variable
Completed in 9 milliseconds