Lines Matching refs:WRITE_ASS

66 #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(pinned, "d"); in store_event()
110 WRITE_ASS(exclusive, "d"); in store_event()
111 WRITE_ASS(exclude_user, "d"); in store_event()
112 WRITE_ASS(exclude_kernel, "d"); in store_event()
113 WRITE_ASS(exclude_hv, "d"); in store_event()
114 WRITE_ASS(exclude_idle, "d"); in store_event()
115 WRITE_ASS(mmap, "d"); in store_event()
116 WRITE_ASS(comm, "d"); in store_event()
117 WRITE_ASS(freq, "d"); in store_event()
118 WRITE_ASS(inherit_stat, "d"); in store_event()
119 WRITE_ASS(enable_on_exec, "d"); in store_event()
120 WRITE_ASS(task, "d"); in store_event()
121 WRITE_ASS(watermark, "d"); in store_event()
122 WRITE_ASS(precise_ip, "d"); in store_event()
123 WRITE_ASS(mmap_data, "d"); in store_event()
124 WRITE_ASS(sample_id_all, "d"); in store_event()
125 WRITE_ASS(exclude_host, "d"); in store_event()
126 WRITE_ASS(exclude_guest, "d"); in store_event()
127 WRITE_ASS(exclude_callchain_kernel, "d"); in store_event()
128 WRITE_ASS(exclude_callchain_user, "d"); in store_event()
129 WRITE_ASS(mmap2, "d"); in store_event()
130 WRITE_ASS(comm_exec, "d"); in store_event()
131 WRITE_ASS(context_switch, "d"); in store_event()
132 WRITE_ASS(write_backward, "d"); in store_event()
133 WRITE_ASS(namespaces, "d"); in store_event()
134 WRITE_ASS(use_clockid, "d"); in store_event()
135 WRITE_ASS(wakeup_events, PRIu32); in store_event()
136 WRITE_ASS(bp_type, PRIu32); in store_event()
137 WRITE_ASS(config1, "llu"); in store_event()
138 WRITE_ASS(config2, "llu"); in store_event()
139 WRITE_ASS(branch_sample_type, "llu"); in store_event()
140 WRITE_ASS(sample_regs_user, "llu"); in store_event()
141 WRITE_ASS(sample_stack_user, PRIu32); in store_event()