Searched refs:WRITE_ASS (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/tools/perf/tests/ |
D | attr.c | 58 #define WRITE_ASS(field, fmt) __WRITE_ASS(field, fmt, attr->field) macro 90 WRITE_ASS(type, PRIu32); in store_event() 91 WRITE_ASS(size, PRIu32); in store_event() 92 WRITE_ASS(config, "llu"); in store_event() 93 WRITE_ASS(sample_period, "llu"); in store_event() 94 WRITE_ASS(sample_type, "llu"); in store_event() 95 WRITE_ASS(read_format, "llu"); in store_event() 96 WRITE_ASS(disabled, "d"); in store_event() 97 WRITE_ASS(inherit, "d"); in store_event() 98 WRITE_ASS(pinned, "d"); in store_event() [all …]
|