Searched refs:callchain_cursor (Results 1 - 7 of 7) sorted by relevance

/external/linux-tools-perf/util/
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 Dcallchain.c203 fill_node(struct callchain_node *node, struct callchain_cursor *cursor)
233 struct callchain_cursor *cursor,
252 struct callchain_cursor *cursor,
290 struct callchain_cursor *cursor,
295 struct callchain_cursor *cursor,
316 struct callchain_cursor *cursor,
380 struct callchain_cursor *cursor,
397 merge_chain_branch(struct callchain_cursor *cursor,
433 int callchain_merge(struct callchain_cursor *cursor,
439 int callchain_cursor_append(struct callchain_cursor *curso
[all...]
H A Dhist.h58 struct callchain_cursor callchain_cursor; member in struct:hists
H A Dsession.h62 struct callchain_cursor callchain_cursor; member in struct:perf_session
H A Dsession.c253 callchain_cursor_reset(&self->callchain_cursor);
284 err = callchain_cursor_append(&self->callchain_cursor,
1223 struct callchain_cursor *cursor = &session->callchain_cursor;
H A Dhist.c242 callchain_cursor_reset(&self->callchain_cursor);
243 callchain_merge(&self->callchain_cursor, iter->callchain,
/external/linux-tools-perf/
H A Dbuiltin-report.c80 err = callchain_append(he->callchain, &session->callchain_cursor,

Completed in 150 milliseconds