Lines Matching full:processing
37 * auxiliary trace data processing. See s390_cpumsf_process_auxtrace_info()
44 * the offset and size of a CPU's auxtrace data. During auxtrace processing
57 * 2. PERF_RECORD_XXX processing triggers access to the auxtrace_queues.
83 * Perf event processing.
84 * Event processing of PERF_RECORD_XXX entries relies on time stamp entries.
106 * | list, sort order is the timestamp. The event processing is deferred until
130 * Deferred processing determined by perf_session__process_user_event() is
193 * Return 0 on success and greater zero on error so processing continues.
577 * - of the event that triggered this processing.
578 * - or the time stamp when the last processing of this queue stopped.
580 * position on where to continue processing on the next invocation
590 * 0: Processing successful. The second parameter returns the
592 * processing took place. Subsequent calls resume from this
594 * <0: An error occurred during processing. The second parameter
617 * this auxiliary page are ready for processing. If the in s390_cpumsf_samples()
679 * Resume processing in the current buffer. If there is no buffer
681 * processing.
688 * 0: Normal processing done.
690 * to stop processing completely.
713 return 1; /* Processing done on this queue */ in s390_cpumsf_run_decoder()