Lines Matching defs:from
568 * taking up a few words from the top
725 * This initializes a list of ToPA tables with entries from
839 /* offset of the first region in this table from the beginning of buf */
937 * Set buffer's output pointers from MSR values.
1085 /* clear STOP and INT from current entry */
1132 * pt_buffer_reset_offsets() - adjust buffer's write pointers from aux_head
1134 * @head: Write pointer (aux_head) from AUX buffer.
1138 * current aux_head position from a successful call to perf_aux_output_begin()
1185 * no need to unlink this table from the list
1269 * @pages: Array of pointers to buffer pages passed from perf core.
1626 unsigned long from = 0, to;
1650 from = buf->nr_pages << PAGE_SHIFT;
1651 from += to - size;
1653 ret = perf_output_copy_aux(&pt->handle, handle, from, to);