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