Searched refs:mon_function (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/s390/include/uapi/asm/
H A Dmonwriter.h13 /* mon_function values */
21 unsigned char mon_function; member in struct:monwrite_hdr
/linux-master/drivers/s390/char/
H A Dmonwriter.c90 if ((entry->hdr.mon_function == monhdr->mon_function ||
91 monhdr->mon_function == MONWRITE_STOP_INTERVAL) &&
109 monhdr->mon_function > MONWRITE_START_CONFIG ||
113 if (monhdr->mon_function != MONWRITE_GEN_EVENT)
116 if (monhdr->mon_function == MONWRITE_STOP_INTERVAL) {
126 } else if (monhdr->mon_function != MONWRITE_STOP_INTERVAL) {
140 if (monhdr->mon_function != MONWRITE_GEN_EVENT)
153 switch (monhdr->mon_function) {
177 /* monhdr->mon_function i
[all...]

Completed in 118 milliseconds