Home
last modified time | relevance | path

Searched refs:pop_buffer_value (Results 1 – 4 of 4) sorted by relevance

/external/oprofile/daemon/
Dopd_spu.c47 unsigned long long num_spus = pop_buffer_value(trans); in code_spu_profiling()
67 trans->cpu = pop_buffer_value(trans); in code_spu_ctx_switch()
68 trans->tid = pop_buffer_value(trans); in code_spu_ctx_switch()
69 trans->tgid = pop_buffer_value(trans); in code_spu_ctx_switch()
70 trans->app_cookie = pop_buffer_value(trans); in code_spu_ctx_switch()
86 trans->cookie = pop_buffer_value(trans); in code_spu_ctx_switch()
87 trans->embedded_offset = pop_buffer_value(trans); in code_spu_ctx_switch()
152 code = pop_buffer_value(trans); in process_spu_samples()
166 code = pop_buffer_value(trans); in process_spu_samples()
Dopd_trans.c51 uint64_t pop_buffer_value(struct transient * trans) in pop_buffer_value() function
94 event = pop_buffer_value(trans); in opd_put_sample()
151 trans->tid = pop_buffer_value(trans); in code_ctx_switch()
152 trans->app_cookie = pop_buffer_value(trans); in code_ctx_switch()
156 pop_buffer_value(trans); in code_ctx_switch()
157 pop_buffer_value(trans); in code_ctx_switch()
158 trans->tgid = pop_buffer_value(trans); in code_ctx_switch()
178 trans->cpu = pop_buffer_value(trans); in code_cpu_switch()
192 trans->cookie = pop_buffer_value(trans); in code_cookie_switch()
325 code = pop_buffer_value(&trans); in opd_process_samples()
[all …]
Dopd_ibs.c209 trans_fetch->rip = pop_buffer_value(trans); in code_ibs_fetch_sample()
211 trans_fetch->ibs_fetch_lin_addr_low = pop_buffer_value(trans); in code_ibs_fetch_sample()
212 trans_fetch->ibs_fetch_lin_addr_high = pop_buffer_value(trans); in code_ibs_fetch_sample()
214 trans_fetch->ibs_fetch_ctl_low = pop_buffer_value(trans); in code_ibs_fetch_sample()
215 trans_fetch->ibs_fetch_ctl_high = pop_buffer_value(trans); in code_ibs_fetch_sample()
216 trans_fetch->ibs_fetch_phys_addr_low = pop_buffer_value(trans); in code_ibs_fetch_sample()
217 trans_fetch->ibs_fetch_phys_addr_high = pop_buffer_value(trans); in code_ibs_fetch_sample()
254 trans_op->ibs_op_brtgt_addr = pop_buffer_value(trans); in get_ibs_op_bta_sample()
283 trans_op->rip = pop_buffer_value(trans); in code_ibs_op_sample()
285 trans_op->ibs_op_lin_addr_low = pop_buffer_value(trans); in code_ibs_op_sample()
[all …]
Dopd_trans.h63 uint64_t pop_buffer_value(struct transient * trans);