sort_type         580 drivers/scsi/esas2r/esas2r.h 	u8 sort_type;
sort_type        5765 tools/lib/traceevent/event-parse.c 			     enum tep_event_sort_type sort_type)
sort_type        5769 tools/lib/traceevent/event-parse.c 	switch (sort_type) {
sort_type        5798 tools/lib/traceevent/event-parse.c 				   enum tep_event_sort_type sort_type)
sort_type        5806 tools/lib/traceevent/event-parse.c 	if (events && tep->last_type == sort_type)
sort_type        5817 tools/lib/traceevent/event-parse.c 		if (sort_type == TEP_EVENT_SORT_ID) {
sort_type        5818 tools/lib/traceevent/event-parse.c 			tep->last_type = sort_type;
sort_type        5823 tools/lib/traceevent/event-parse.c 	list_events_sort(events, tep->nr_events, sort_type);
sort_type        5824 tools/lib/traceevent/event-parse.c 	tep->last_type = sort_type;
sort_type        5840 tools/lib/traceevent/event-parse.c 					enum tep_event_sort_type sort_type)
sort_type        5852 tools/lib/traceevent/event-parse.c 	if (sort_type == TEP_EVENT_SORT_ID)
sort_type        5855 tools/lib/traceevent/event-parse.c 	list_events_sort(events, tep->nr_events, sort_type);
sort_type          35 tools/perf/util/sort.h extern enum sort_type sort__first_dimension;