HomeSort by relevance Sort by last modified time
    Searched refs:callchain_cursor (Results 1 - 7 of 7) sorted by null

  /external/linux-tools-perf/util/
callchain.h 72 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)
callchain.c 203 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 *cursor
    [all...]
hist.h 58 struct callchain_cursor callchain_cursor; member in struct:hists
session.h 62 struct callchain_cursor callchain_cursor; member in struct:perf_session
session.c 253 callchain_cursor_reset(&self->callchain_cursor);
284 err = callchain_cursor_append(&self->callchain_cursor,
1223 struct callchain_cursor *cursor = &session->callchain_cursor;
    [all...]
hist.c 242 callchain_cursor_reset(&self->callchain_cursor);
243 callchain_merge(&self->callchain_cursor, iter->callchain,
  /external/linux-tools-perf/
builtin-report.c 80 err = callchain_append(he->callchain, &session->callchain_cursor,

Completed in 81 milliseconds