OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:trans_op
(Results
1 - 2
of
2
) sorted by null
/external/oprofile/daemon/
opd_ibs_trans.c
129
struct ibs_op_sample *
trans_op
= ((struct ibs_sample*)(trans->ext))->op;
local
142
if (IBS_OP_TAG_TO_RETIRE_CYCLES(
trans_op
))
144
IBS_OP_TAG_TO_RETIRE_CYCLES(
trans_op
));
149
if (IBS_OP_COM_TO_RETIRE_CYCLES(
trans_op
))
151
IBS_OP_COM_TO_RETIRE_CYCLES(
trans_op
));
155
if (IBS_OP_BRANCH_RETIRED(
trans_op
))
161
if (IBS_OP_BRANCH_RETIRED(
trans_op
)
164
&& IBS_OP_BRANCH_MISPREDICT(
trans_op
))
169
if (IBS_OP_BRANCH_RETIRED(
trans_op
)
171
&& IBS_OP_BRANCH_TAKEN(
trans_op
))
211
struct ibs_op_sample *
trans_op
= ((struct ibs_sample*)(trans->ext))->op;
local
416
struct ibs_op_sample *
trans_op
= ((struct ibs_sample*)(trans->ext))->op;
local
515
struct ibs_op_sample *
trans_op
= ((struct ibs_sample*)(trans->ext))->op;
local
526
struct ibs_op_sample *
trans_op
= ((struct ibs_sample*)(trans->ext))->op;
local
571
struct ibs_op_sample *
trans_op
= ((struct ibs_sample*)(trans->ext))->op;
local
611
struct ibs_op_sample *
trans_op
= ((struct ibs_sample*)(trans->ext))->op;
local
[
all
...]
opd_ibs.c
100
struct ibs_op_sample *
trans_op
= ((struct ibs_sample*)(trans->ext))->op;
local
101
if (!
trans_op
)
243
struct ibs_op_sample *
trans_op
)
254
trans_op
->ibs_op_brtgt_addr = pop_buffer_value(trans);
257
if ((
trans_op
->ibs_op_data1_high & (0x00000001 << 5)) == 0) {
258
trans_op
->ibs_op_brtgt_addr = 0;
261
trans_op
->ibs_op_brtgt_addr = 0;
268
struct ibs_op_sample *
trans_op
= NULL;
local
281
trans_op
= ((struct ibs_sample*)(trans->ext))->op;
283
trans_op
->rip = pop_buffer_value(trans)
[
all
...]
Completed in 23 milliseconds