Searched defs:callchain_cursor (Results 1 - 2 of 2) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dcallchain.h77 struct callchain_cursor { struct
86 extern struct callchain_cursor callchain_cursor;
88 extern __thread struct callchain_cursor callchain_cursor;
110 struct callchain_cursor *cursor,
113 int callchain_merge(struct callchain_cursor *cursor,
120 static inline void callchain_cursor_reset(struct callchain_cursor *cursor)
126 int callchain_cursor_append(struct callchain_cursor *cursor, u64 ip,
130 static inline void callchain_cursor_commit(struct callchain_cursor *curso
[all...]
H A Dcallchain.c23 struct callchain_cursor callchain_cursor; variable in typeref:struct:callchain_cursor
25 __thread struct callchain_cursor callchain_cursor; variable in typeref:struct:callchain_cursor
202 fill_node(struct callchain_node *node, struct callchain_cursor *cursor)
232 struct callchain_cursor *cursor,
251 struct callchain_cursor *cursor,
289 struct callchain_cursor *cursor,
294 struct callchain_cursor *cursor,
315 struct callchain_cursor *curso
[all...]

Completed in 111 milliseconds