OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:callchain_cursor
(Results
1 - 3
of
3
) sorted by null
/external/linux-tools-perf/util/
hist.h
58
struct
callchain_cursor
callchain_cursor
;
member in struct:hists
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)
session.h
62
struct
callchain_cursor
callchain_cursor
;
member in struct:perf_session
Completed in 34 milliseconds