OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:subbuffer
(Results
1 - 2
of
2
) sorted by null
/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
kbuffer.h
48
int kbuffer_load_subbuffer(struct kbuffer *kbuf, void *
subbuffer
);
kbuffer-parse.c
43
* @lost_events - # of lost events between this
subbuffer
and previous
45
* @
subbuffer
- pointer to the sub-buffer page
52
* @start - The offset from @
subbuffer
where @data lives
62
void *
subbuffer
;
member in struct:kbuffer
487
* Increments the pointers into the
subbuffer
of the kbuffer to point to the
491
* Returns the data of the next event if a new event exists on the
subbuffer
,
498
if (!kbuf || !kbuf->
subbuffer
)
512
* kbuffer_load_subbuffer - load a new
subbuffer
into the kbuffer
514
* @
subbuffer
: The
subbuffer
to load into @kbuf
[
all
...]
Completed in 31 milliseconds