Lines Matching full:em
111 EM(fscache_cache_collision, "*COLLIDE*") \
112 EM(fscache_cache_get_acquire, "GET acq ") \
113 EM(fscache_cache_new_acquire, "NEW acq ") \
114 EM(fscache_cache_put_alloc_volume, "PUT alvol") \
115 EM(fscache_cache_put_cache, "PUT cache") \
116 EM(fscache_cache_put_prep_failed, "PUT pfail") \
117 EM(fscache_cache_put_relinquish, "PUT relnq") \
121 EM(fscache_volume_collision, "*COLLIDE*") \
122 EM(fscache_volume_get_cookie, "GET cook ") \
123 EM(fscache_volume_get_create_work, "GET creat") \
124 EM(fscache_volume_get_hash_collision, "GET hcoll") \
125 EM(fscache_volume_get_withdraw, "GET withd") \
126 EM(fscache_volume_free, "FREE ") \
127 EM(fscache_volume_new_acquire, "NEW acq ") \
128 EM(fscache_volume_put_cookie, "PUT cook ") \
129 EM(fscache_volume_put_create_work, "PUT creat") \
130 EM(fscache_volume_put_hash_collision, "PUT hcoll") \
131 EM(fscache_volume_put_relinquish, "PUT relnq") \
132 EM(fscache_volume_put_withdraw, "PUT withd") \
133 EM(fscache_volume_see_create_work, "SEE creat") \
134 EM(fscache_volume_see_hash_wake, "SEE hwake") \
138 EM(fscache_cookie_collision, "*COLLIDE*") \
139 EM(fscache_cookie_discard, "DISCARD ") \
140 EM(fscache_cookie_failed, "FAILED ") \
141 EM(fscache_cookie_get_attach_object, "GET attch") \
142 EM(fscache_cookie_get_hash_collision, "GET hcoll") \
143 EM(fscache_cookie_get_end_access, "GQ endac") \
144 EM(fscache_cookie_get_inval_work, "GQ inval") \
145 EM(fscache_cookie_get_lru, "GET lru ") \
146 EM(fscache_cookie_get_use_work, "GQ use ") \
147 EM(fscache_cookie_new_acquire, "NEW acq ") \
148 EM(fscache_cookie_put_hash_collision, "PUT hcoll") \
149 EM(fscache_cookie_put_lru, "PUT lru ") \
150 EM(fscache_cookie_put_object, "PUT obj ") \
151 EM(fscache_cookie_put_over_queued, "PQ overq") \
152 EM(fscache_cookie_put_relinquish, "PUT relnq") \
153 EM(fscache_cookie_put_withdrawn, "PUT wthdn") \
154 EM(fscache_cookie_put_work, "PQ work ") \
155 EM(fscache_cookie_see_active, "- activ") \
156 EM(fscache_cookie_see_lru_discard, "- x-lru") \
157 EM(fscache_cookie_see_lru_discard_clear,"- lrudc") \
158 EM(fscache_cookie_see_lru_do_one, "- lrudo") \
159 EM(fscache_cookie_see_relinquish, "- x-rlq") \
160 EM(fscache_cookie_see_withdraw, "- x-wth") \
164 EM(fscache_active_use, "USE ") \
165 EM(fscache_active_use_modify, "USE-m ") \
169 EM(fscache_access_acquire_volume, "BEGIN acq_vol") \
170 EM(fscache_access_acquire_volume_end, "END acq_vol") \
171 EM(fscache_access_cache_pin, "PIN cache ") \
172 EM(fscache_access_cache_unpin, "UNPIN cache ") \
173 EM(fscache_access_invalidate_cookie, "BEGIN inval ") \
174 EM(fscache_access_invalidate_cookie_end,"END inval ") \
175 EM(fscache_access_io_end, "END io ") \
176 EM(fscache_access_io_not_live, "END io_notl") \
177 EM(fscache_access_io_read, "BEGIN io_read") \
178 EM(fscache_access_io_resize, "BEGIN io_resz") \
179 EM(fscache_access_io_wait, "WAIT io ") \
180 EM(fscache_access_io_write, "BEGIN io_writ") \
181 EM(fscache_access_lookup_cookie, "BEGIN lookup ") \
182 EM(fscache_access_lookup_cookie_end, "END lookup ") \
183 EM(fscache_access_lookup_cookie_end_failed,"END lookupf") \
184 EM(fscache_access_relinquish_volume, "BEGIN rlq_vol") \
185 EM(fscache_access_relinquish_volume_end,"END rlq_vol") \
191 #undef EM
193 #define EM(a, b) TRACE_DEFINE_ENUM(a); macro
202 * Now redefine the EM() and E_() macros to map the enums to the strings that
205 #undef EM
207 #define EM(a, b) { a, b }, macro