HomeSort by relevance Sort by last modified time
    Searched refs:pop_buffer_value (Results 1 - 4 of 4) sorted by null

  /external/oprofile/daemon/
opd_spu.c 47 unsigned long long num_spus = pop_buffer_value(trans);
67 trans->cpu = pop_buffer_value(trans);
68 trans->tid = pop_buffer_value(trans);
69 trans->tgid = pop_buffer_value(trans);
70 trans->app_cookie = pop_buffer_value(trans);
86 trans->cookie = pop_buffer_value(trans);
87 trans->embedded_offset = pop_buffer_value(trans);
152 code = pop_buffer_value(trans);
166 code = pop_buffer_value(trans);
opd_trans.c 51 uint64_t pop_buffer_value(struct transient * trans) function
94 event = pop_buffer_value(trans);
151 trans->tid = pop_buffer_value(trans);
152 trans->app_cookie = pop_buffer_value(trans);
156 pop_buffer_value(trans);
157 pop_buffer_value(trans);
158 trans->tgid = pop_buffer_value(trans);
178 trans->cpu = pop_buffer_value(trans);
192 trans->cookie = pop_buffer_value(trans);
325 code = pop_buffer_value(&trans)
    [all...]
opd_ibs.c 170 trans_fetch->rip = pop_buffer_value(trans);
172 trans_fetch->ibs_fetch_lin_addr_low = pop_buffer_value(trans);
173 trans_fetch->ibs_fetch_lin_addr_high = pop_buffer_value(trans);
175 trans_fetch->ibs_fetch_ctl_low = pop_buffer_value(trans);
176 trans_fetch->ibs_fetch_ctl_high = pop_buffer_value(trans);
177 trans_fetch->ibs_fetch_phys_addr_low = pop_buffer_value(trans);
178 trans_fetch->ibs_fetch_phys_addr_high = pop_buffer_value(trans);
220 trans_op->rip = pop_buffer_value(trans);
222 trans_op->ibs_op_lin_addr_low = pop_buffer_value(trans);
223 trans_op->ibs_op_lin_addr_high = pop_buffer_value(trans)
    [all...]
opd_trans.h 63 uint64_t pop_buffer_value(struct transient * trans);

Completed in 48 milliseconds