Home
last modified time | relevance | path

Searched defs:prof (Results 1 – 1 of 1) sorted by relevance

/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A Dprofile.h82 tp_close(struct profile_info *prof) in tp_close()
107 tp_get_id(struct profile_info *prof) in tp_get_id()
113 tp_fn_id(struct profile_info *prof, const char *name) in tp_fn_id()
130 __tp_in(struct profile_info *prof, const char *func) in __tp_in()
143 #define tp_in(prof) __tp_in(prof, __func__) argument
161 #define tp_out(prof) __tp_out(prof, __func__) argument
184 #define tp_open(prof, tname, lname, size) ((void)0) argument
185 #define tp_close(prof) ((void)0) argument
186 #define tp_in(prof) ((void)0) argument
187 #define tp_out(prof) ((void)0) argument
[all …]

Completed in 2 milliseconds