Searched refs:__WRITE_ASS (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/tools/perf/util/ |
| H A D | evsel.c | 100 #define __WRITE_ASS(str, fmt, data) \ macro 109 #define WRITE_ASS(field, fmt) __WRITE_ASS(field, fmt, attr->field) 135 __WRITE_ASS(fd, "d", fd); in store_event() 136 __WRITE_ASS(group_fd, "d", group_fd); in store_event() 137 __WRITE_ASS(cpu, "d", cpu.cpu); in store_event() 138 __WRITE_ASS(pid, "d", pid); in store_event() 139 __WRITE_ASS(flags, "lu", flags); in store_event() 188 #undef __WRITE_ASS
|