trace_event_sample_raw   68 tools/perf/util/evlist.h 	void (*trace_event_sample_raw)(struct evlist *evlist,
trace_event_sample_raw   17 tools/perf/util/sample-raw.c 		evlist->trace_event_sample_raw = perf_evlist__s390_sample_raw;
trace_event_sample_raw 1210 tools/perf/util/session.c 	if (event->header.type == PERF_RECORD_SAMPLE && evlist->trace_event_sample_raw)
trace_event_sample_raw 1211 tools/perf/util/session.c 		evlist->trace_event_sample_raw(evlist, event, sample);