Lines Matching defs:from
584 * taking up a few words from the top
741 * This initializes a list of ToPA tables with entries from
855 /* offset of the first region in this table from the beginning of buf */
953 * Set buffer's output pointers from MSR values.
1101 /* clear STOP and INT from current entry */
1148 * pt_buffer_reset_offsets() - adjust buffer's write pointers from aux_head
1150 * @head: Write pointer (aux_head) from AUX buffer.
1154 * current aux_head position from a successful call to perf_aux_output_begin()
1201 * no need to unlink this table from the list
1285 * @pages: Array of pointers to buffer pages passed from perf core.
1642 unsigned long from = 0, to;
1666 from = buf->nr_pages << PAGE_SHIFT;
1667 from += to - size;
1669 ret = perf_output_copy_aux(&pt->handle, handle, from, to);