sample_member_def  113 tools/perf/util/python.c 	sample_member_def(sample_ip, ip, T_ULONGLONG, "event type"),			 \
sample_member_def  114 tools/perf/util/python.c 	sample_member_def(sample_pid, pid, T_INT, "event pid"),			 \
sample_member_def  115 tools/perf/util/python.c 	sample_member_def(sample_tid, tid, T_INT, "event tid"),			 \
sample_member_def  116 tools/perf/util/python.c 	sample_member_def(sample_time, time, T_ULONGLONG, "event timestamp"),		 \
sample_member_def  117 tools/perf/util/python.c 	sample_member_def(sample_addr, addr, T_ULONGLONG, "event addr"),		 \
sample_member_def  118 tools/perf/util/python.c 	sample_member_def(sample_id, id, T_ULONGLONG, "event id"),			 \
sample_member_def  119 tools/perf/util/python.c 	sample_member_def(sample_stream_id, stream_id, T_ULONGLONG, "event stream id"), \
sample_member_def  120 tools/perf/util/python.c 	sample_member_def(sample_period, period, T_ULONGLONG, "event period"),		 \
sample_member_def  121 tools/perf/util/python.c 	sample_member_def(sample_cpu, cpu, T_UINT, "event cpu"),