Searched refs:WRITE_ASS (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | evsel.c | 113 #define WRITE_ASS(field, fmt) __WRITE_ASS(field, fmt, attr->field) macro 146 WRITE_ASS(type, PRIu32); in store_event() 147 WRITE_ASS(size, PRIu32); in store_event() 148 WRITE_ASS(config, "llu"); in store_event() 149 WRITE_ASS(sample_period, "llu"); in store_event() 150 WRITE_ASS(sample_type, "llu"); in store_event() 151 WRITE_ASS(read_format, "llu"); in store_event() 152 WRITE_ASS(disabled, "d"); in store_event() 153 WRITE_ASS(inherit, "d"); in store_event() 154 WRITE_ASS(pinned, "d"); in store_event() [all …]
|