Searched defs:struct_offset (Results 1 – 2 of 2) sorted by relevance
| /linux/include/linux/ | ||
| H A D | overflow.h | 465 #define struct_offset(p, member) (offsetof(typeof(*(p)), member)) macro |
| /linux/tools/perf/ | ||
| H A D | builtin-trace.c | 3811 char *struct_offset, *tmp, name[32]; trace__bpf_sys_enter_beauty_map() local |