Lines Matching refs:desc

18 	const char *desc;  member
22 .desc = "vmlinux symtab matches kallsyms",
26 .desc = "detect open syscall event",
30 .desc = "detect open syscall event on all cpus",
34 .desc = "read samples using the mmap interface",
38 .desc = "parse events tests",
43 .desc = "x86 rdpmc test",
48 .desc = "Validate PERF_RECORD_* events & perf_sample fields",
52 .desc = "Test perf pmu format parsing",
56 .desc = "Test dso data read",
60 .desc = "Test dso data cache",
64 .desc = "Test dso data reopen",
68 .desc = "roundtrip evsel->name check",
72 .desc = "Check parsing of sched tracepoints fields",
76 .desc = "Generate and check syscalls:sys_enter_open event fields",
80 .desc = "struct perf_event_attr setup",
84 .desc = "Test matching and linking multiple hists",
88 .desc = "Try 'import perf' in python, checking link problems",
92 .desc = "Test breakpoint overflow signal handler",
96 .desc = "Test breakpoint overflow sampling",
100 .desc = "Test number of exit event of a simple workload",
104 .desc = "Test software clock events have valid period values",
109 .desc = "Test converting perf time to TSC",
114 .desc = "Test object code reading",
118 .desc = "Test sample parsing",
122 .desc = "Test using a dummy software event to keep tracking",
126 .desc = "Test parsing with no sample_id_all bit set",
132 .desc = "Test dwarf unwind",
138 .desc = "Test filtering hist entries",
142 .desc = "Test mmap thread lookup",
146 .desc = "Test thread mg sharing",
150 .desc = "Test output sorting of hist entries",
154 .desc = "Test cumulation of child hist entries",
158 .desc = "Test tracking with sched_switch",
162 .desc = "Filter fds with revents mask in a fdarray",
166 .desc = "Add fd to a fdarray, making it autogrow",
170 .desc = "Test kmod_path__parse function",
195 if (strstr(tests[curr].desc, argv[i])) in perf_test__matches()
238 int len = strlen(tests[i].desc); in __cmd_test()
252 pr_info("%2d: %-*s:", i, width, tests[curr].desc); in __cmd_test()
261 pr_debug("---- end ----\n%s:", tests[curr].desc); in __cmd_test()
287 if (argc > 1 && !strstr(tests[curr].desc, argv[1])) in perf_test__list()
290 pr_info("%2d: %s\n", i, tests[curr].desc); in perf_test__list()