OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:trans_fetch
(Results
1 - 2
of
2
) sorted by null
/external/oprofile/daemon/
opd_ibs_trans.c
31
struct ibs_fetch_sample *
trans_fetch
= ((struct ibs_sample*)(trans->ext))->fetch;
local
44
if (IBS_FETCH_KILLED(
trans_fetch
))
54
if (IBS_FETCH_FETCH_COMPLETION(
trans_fetch
))
60
if (!IBS_FETCH_FETCH_COMPLETION(
trans_fetch
))
67
if (IBS_FETCH_L1_TLB_HIT(
trans_fetch
))
73
if (IBS_FETCH_ITLB_L1M_L2H(
trans_fetch
))
79
if (IBS_FETCH_ITLB_L1M_L2M(
trans_fetch
))
85
if (IBS_FETCH_INST_CACHE_MISS(
trans_fetch
))
91
if (IBS_FETCH_INST_CACHE_HIT(
trans_fetch
))
96
if (IBS_FETCH_PHYS_ADDR_VALID(
trans_fetch
)
[
all
...]
opd_ibs.c
86
struct ibs_fetch_sample *
trans_fetch
= ((struct ibs_sample*)(trans->ext))->fetch;
local
87
if (!
trans_fetch
)
121
struct ibs_fetch_sample *
trans_fetch
= ((struct ibs_sample*)(trans->ext))->fetch;
local
159
if (
trans_fetch
)
194
struct ibs_fetch_sample *
trans_fetch
= NULL;
local
207
trans_fetch
= ((struct ibs_sample*)(trans->ext))->fetch;
209
trans_fetch
->rip = pop_buffer_value(trans);
211
trans_fetch
->ibs_fetch_lin_addr_low = pop_buffer_value(trans);
212
trans_fetch
->ibs_fetch_lin_addr_high = pop_buffer_value(trans);
214
trans_fetch
->ibs_fetch_ctl_low = pop_buffer_value(trans)
[
all
...]
Completed in 14 milliseconds