Searched refs:__WRITE_ASS (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/tests/ |
D | attr.c | 51 #define __WRITE_ASS(str, fmt, data) \ macro 65 #define WRITE_ASS(field, fmt) __WRITE_ASS(field, fmt, attr->field) 93 __WRITE_ASS(fd, "d", fd); in store_event() 94 __WRITE_ASS(group_fd, "d", group_fd); in store_event() 95 __WRITE_ASS(cpu, "d", cpu); in store_event() 96 __WRITE_ASS(pid, "d", pid); in store_event() 97 __WRITE_ASS(flags, "lu", flags); in store_event()
|