Lines Matching defs:event
11 #include "event.h"
77 union perf_event event = {
98 event.time_conv.time_mult = tc.time_mult;
99 event.time_conv.time_shift = tc.time_shift;
100 event.time_conv.time_zero = tc.time_zero;
101 event.time_conv.time_cycles = tc.time_cycles;
102 event.time_conv.time_mask = tc.time_mask;
103 event.time_conv.cap_user_time_zero = tc.cap_user_time_zero;
104 event.time_conv.cap_user_time_short = tc.cap_user_time_short;
106 return process(tool, &event, NULL, machine);