Searched refs:WRITE_ASS (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/tests/ |
D | attr.c | 65 #define WRITE_ASS(field, fmt) __WRITE_ASS(field, fmt, attr->field) macro 100 WRITE_ASS(type, PRIu32); in store_event() 101 WRITE_ASS(size, PRIu32); in store_event() 102 WRITE_ASS(config, "llu"); in store_event() 103 WRITE_ASS(sample_period, "llu"); in store_event() 104 WRITE_ASS(sample_type, "llu"); in store_event() 105 WRITE_ASS(read_format, "llu"); in store_event() 106 WRITE_ASS(disabled, "d"); in store_event() 107 WRITE_ASS(inherit, "d"); in store_event() 108 WRITE_ASS(pinned, "d"); in store_event() [all …]
|