Home
last modified time | relevance | path

Searched refs:WRITE_ASS (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/tests/
H A Dattr.c65 #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(pinne in store_event()
[all...]
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dattr.c66 #define WRITE_ASS(field, fmt) __WRITE_ASS(field, fmt, attr->field) macro
101 WRITE_ASS(type, PRIu32); in store_event()
102 WRITE_ASS(size, PRIu32); in store_event()
103 WRITE_ASS(config, "llu"); in store_event()
104 WRITE_ASS(sample_period, "llu"); in store_event()
105 WRITE_ASS(sample_type, "llu"); in store_event()
106 WRITE_ASS(read_format, "llu"); in store_event()
107 WRITE_ASS(disabled, "d"); in store_event()
108 WRITE_ASS(inherit, "d"); in store_event()
109 WRITE_ASS(pinne in store_event()
[all...]

Completed in 1 milliseconds