Searched refs:WRITE_ASS (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/tools/perf/util/ |
| H A D | evsel.c | 142 WRITE_ASS(type, PRIu32); in store_event() 143 WRITE_ASS(size, PRIu32); in store_event() 144 WRITE_ASS(config, "llu"); in store_event() 148 WRITE_ASS(disabled, "d"); in store_event() 170 WRITE_ASS(mmap2, "d"); in store_event() 171 WRITE_ASS(comm_exec, "d"); in store_event() 174 WRITE_ASS(namespaces, "d"); in store_event() 177 WRITE_ASS(bp_type, PRIu32); in store_event() 178 WRITE_ASS(config1, "llu"); in store_event() 179 WRITE_ASS(config2, "llu"); in store_event() [all …]
|