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

/external/linux-tools-perf/util/
H A Dhist.h58 struct callchain_cursor callchain_cursor; member in struct:hists
H A Dcallchain.h72 struct callchain_cursor { struct
99 struct callchain_cursor *cursor,
102 int callchain_merge(struct callchain_cursor *cursor,
111 static inline void callchain_cursor_reset(struct callchain_cursor *cursor)
117 int callchain_cursor_append(struct callchain_cursor *cursor, u64 ip,
121 static inline void callchain_cursor_commit(struct callchain_cursor *cursor)
129 callchain_cursor_current(struct callchain_cursor *cursor)
137 static inline void callchain_cursor_advance(struct callchain_cursor *cursor)
H A Dsession.h62 struct callchain_cursor callchain_cursor; member in struct:perf_session

Completed in 355 milliseconds