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

/osnet-11/usr/src/cmd/powertop/common/
H A Devents.c77 EVENT_NAME_MAX, "%s", "<interrupt>");
79 EVENT_NAME_MAX, "%s#%d", offense_name, *instance);
86 EVENT_NAME_MAX, "%s", "<kernel>");
113 EVENT_NAME_MAX, "%s`%s", dts.dts_object,
117 EVENT_NAME_MAX, "0x%llx", offender_addr);
126 EVENT_NAME_MAX, "%s", offense_name);
128 EVENT_NAME_MAX, "<scheduled timeout expiration>");
136 EVENT_NAME_MAX, "%s", offense_name);
157 EVENT_NAME_MAX, "<xcalls> %s`%s",
161 EVENT_NAME_MAX, "<xcall
[all...]
H A Dpowertop.h92 #define EVENT_NAME_MAX 64 macro
168 char offender_name[EVENT_NAME_MAX];
169 char offense_name[EVENT_NAME_MAX];

Completed in 22 milliseconds