systems           556 drivers/hid/hid-debug.c 		static const char *systems[5] = { "None", "SI Linear", "SI Rotation", "English Linear", "English Rotation" };
systems           579 drivers/hid/hid-debug.c 			tab(n, f); seq_printf(f, "Unit(%s : ", systems[sys]);
systems          8419 kernel/trace/trace.c 	INIT_LIST_HEAD(&tr->systems);
systems          9217 kernel/trace/trace.c 	INIT_LIST_HEAD(&global_trace.systems);
systems           307 kernel/trace/trace.h 	struct list_head	systems;
systems          1404 kernel/trace/trace_events.c 		list_for_each_entry(dir, &tr->systems, list) {
systems          1882 kernel/trace/trace_events.c 	list_for_each_entry(dir, &tr->systems, list) {
systems          1935 kernel/trace/trace_events.c 	list_add(&dir->list, &tr->systems);
systems          3299 kernel/trace/trace_events.c 	list_for_each_entry(dir, &tr->systems, list) {
systems           315 tools/perf/util/trace-event-read.c 	int systems;
systems           320 tools/perf/util/trace-event-read.c 	systems = read4(pevent);
systems           322 tools/perf/util/trace-event-read.c 	for (i = 0; i < systems; i++) {