We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f481bb3 commit cc5ac96Copy full SHA for cc5ac96
include/trace/events/cachefiles.h
@@ -127,7 +127,9 @@ enum cachefiles_error_trace {
127
EM(cachefiles_obj_see_lookup_cookie, "SEE lookup_cookie") \
128
EM(cachefiles_obj_see_lookup_failed, "SEE lookup_failed") \
129
EM(cachefiles_obj_see_withdraw_cookie, "SEE withdraw_cookie") \
130
- E_(cachefiles_obj_see_withdrawal, "SEE withdrawal")
+ EM(cachefiles_obj_see_withdrawal, "SEE withdrawal") \
131
+ EM(cachefiles_obj_get_ondemand_fd, "GET ondemand_fd") \
132
+ E_(cachefiles_obj_put_ondemand_fd, "PUT ondemand_fd")
133
134
#define cachefiles_coherency_traces \
135
EM(cachefiles_coherency_check_aux, "BAD aux ") \
0 commit comments