OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ibs_sample
(Results
1 - 3
of
3
) sorted by null
/external/oprofile/daemon/
opd_ibs.h
31
struct
ibs_sample
{
struct
opd_ibs_trans.c
31
struct ibs_fetch_sample * trans_fetch = ((struct
ibs_sample
*)(trans->ext))->fetch;
129
struct ibs_op_sample * trans_op = ((struct
ibs_sample
*)(trans->ext))->op;
211
struct ibs_op_sample * trans_op = ((struct
ibs_sample
*)(trans->ext))->op;
416
struct ibs_op_sample * trans_op = ((struct
ibs_sample
*)(trans->ext))->op;
515
struct ibs_op_sample * trans_op = ((struct
ibs_sample
*)(trans->ext))->op;
526
struct ibs_op_sample * trans_op = ((struct
ibs_sample
*)(trans->ext))->op;
571
struct ibs_op_sample * trans_op = ((struct
ibs_sample
*)(trans->ext))->op;
611
struct ibs_op_sample * trans_op = ((struct
ibs_sample
*)(trans->ext))->op;
opd_ibs.c
86
struct ibs_fetch_sample * trans_fetch = ((struct
ibs_sample
*)(trans->ext))->fetch;
100
struct ibs_op_sample * trans_op = ((struct
ibs_sample
*)(trans->ext))->op;
121
struct ibs_fetch_sample * trans_fetch = ((struct
ibs_sample
*)(trans->ext))->fetch;
205
trans->ext = xmalloc(sizeof(struct
ibs_sample
));
206
((struct
ibs_sample
*)(trans->ext))->fetch = xmalloc(sizeof(struct ibs_fetch_sample));
207
trans_fetch = ((struct
ibs_sample
*)(trans->ext))->fetch;
279
trans->ext = xmalloc(sizeof(struct
ibs_sample
));
280
((struct
ibs_sample
*)(trans->ext))->op = xmalloc(sizeof(struct ibs_op_sample));
281
trans_op = ((struct
ibs_sample
*)(trans->ext))->op;
Completed in 70 milliseconds