Lines Matching full:alert
98 unsigned long alert_mark; /* index of SDB of alert request position */
423 * 2. Function alloc_sampling_buffer() sets the Alert Request in allocate_buffers()
424 * Control indicator to trigger a measurement-alert to harvest in allocate_buffers()
426 * measurement alert interrupt fires quick enough to handle in allocate_buffers()
429 * Currently there is no need for setup alert request on every in allocate_buffers()
1045 * using the Program Request Alert code. The regs.int_parm_long in perf_push_sample()
1316 * the point of alert indicator. And ignore the SDBs which are not
1320 * 2. Remove alert indicator in the buffer.
1341 /* Remove alert indicators in the buffer */ in aux_output_end()
1387 /* Set alert indicator */ in aux_output_begin()
1403 * Set alert indicator on SDB at index @alert_index while sampler is running.
1441 * Set alert indicator on the SDB at index of aux->alert_mark. If this SDB is
1443 * If yes, that means new data is already there before we can set an alert
1444 * indicator. Caller should try to set alert indicator to some position behind.
1448 * (clear full indicator and alert indicator) for new data.
1455 * Return true if alert indicator is set successfully and false if not.
1468 * Just set alert indicator. Should check race with hardware in aux_reset_buffer()
1475 * Set alert indicator on empty SDB. Should check race in aux_reset_buffer()
1482 * Scan the SDBs to clear full and alert indicator used previously. in aux_reset_buffer()
1483 * Start scanning from one SDB behind empty_mark. If the new alert in aux_reset_buffer()
1513 * Measurement alert handler for diagnostic mode sampling.
1530 debug_sprintf_event(sfdbg, 6, "%s #alert %ld\n", __func__, in hw_collect_aux()
1941 unsigned int alert, unsigned long unused) in cpumf_measurement_alert() argument
1945 if (!(alert & CPU_MF_INT_SF_MASK)) in cpumf_measurement_alert()
1955 /* The processing below must take care of multiple alert events that in cpumf_measurement_alert()
1958 /* Program alert request */ in cpumf_measurement_alert()
1959 if (alert & CPU_MF_INT_SF_PRA) { in cpumf_measurement_alert()
1970 if (alert != CPU_MF_INT_SF_PRA) in cpumf_measurement_alert()
1971 debug_sprintf_event(sfdbg, 6, "%s alert %#x\n", __func__, in cpumf_measurement_alert()
1972 alert); in cpumf_measurement_alert()
1975 if (alert & CPU_MF_INT_SF_SACA) in cpumf_measurement_alert()
1979 if (alert & CPU_MF_INT_SF_LSDA) { in cpumf_measurement_alert()
1986 if (alert & (CPU_MF_INT_SF_IAE|CPU_MF_INT_SF_ISE)) { in cpumf_measurement_alert()
1987 pr_err("A sampling buffer entry is incorrect (alert=0x%x)\n", in cpumf_measurement_alert()
1988 alert); in cpumf_measurement_alert()