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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
callchain.h 77 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 *cursor
    [all...]
callchain.c 23 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 *cursor
    [all...]
machine.c 1276 callchain_cursor_reset(&callchain_cursor);
1310 callchain_cursor_reset(&callchain_cursor);
1328 callchain_cursor_reset(&callchain_cursor);
1334 err = callchain_cursor_append(&callchain_cursor,
1345 struct callchain_cursor *cursor = arg;
    [all...]
hist.c 559 callchain_cursor_reset(&callchain_cursor);
560 callchain_merge(&callchain_cursor,
session.c     [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-report.c 159 &callchain_cursor,
268 &callchain_cursor,
builtin-top.c 786 err = callchain_append(he->callchain, &callchain_cursor,

Completed in 329 milliseconds