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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
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...]
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...]

Completed in 193 milliseconds