Lines Matching refs:desc

25 		.desc = "vmlinux symtab matches kallsyms",
29 .desc = "detect openat syscall event",
33 .desc = "detect openat syscall event on all cpus",
37 .desc = "read samples using the mmap interface",
41 .desc = "parse events tests",
45 .desc = "Validate PERF_RECORD_* events & perf_sample fields",
49 .desc = "Test perf pmu format parsing",
53 .desc = "Test dso data read",
57 .desc = "Test dso data cache",
61 .desc = "Test dso data reopen",
65 .desc = "roundtrip evsel->name check",
69 .desc = "Check parsing of sched tracepoints fields",
73 .desc = "Generate and check syscalls:sys_enter_openat event fields",
77 .desc = "struct perf_event_attr setup",
81 .desc = "Test matching and linking multiple hists",
85 .desc = "Try 'import perf' in python, checking link problems",
89 .desc = "Test breakpoint overflow signal handler",
93 .desc = "Test breakpoint overflow sampling",
97 .desc = "Test number of exit event of a simple workload",
101 .desc = "Test software clock events have valid period values",
105 .desc = "Test object code reading",
109 .desc = "Test sample parsing",
113 .desc = "Test using a dummy software event to keep tracking",
117 .desc = "Test parsing with no sample_id_all bit set",
121 .desc = "Test filtering hist entries",
125 .desc = "Test mmap thread lookup",
129 .desc = "Test thread mg sharing",
133 .desc = "Test output sorting of hist entries",
137 .desc = "Test cumulation of child hist entries",
141 .desc = "Test tracking with sched_switch",
145 .desc = "Filter fds with revents mask in a fdarray",
149 .desc = "Add fd to a fdarray, making it autogrow",
153 .desc = "Test kmod_path__parse function",
157 .desc = "Test thread map",
161 .desc = "Test LLVM searching and compiling",
165 .desc = "Test topology in session",
169 .desc = "Test BPF filter",
199 if (strcasestr(test->desc, argv[i])) in perf_test__matches()
248 int len = strlen(t->desc); in __cmd_test()
260 pr_info("%2d: %-*s:", i, width, t->desc); in __cmd_test()
269 pr_debug("---- end ----\n%s:", t->desc); in __cmd_test()
295 if (argc > 1 && !strstr(t->desc, argv[1])) in perf_test__list()
298 pr_info("%2d: %s\n", ++i, t->desc); in perf_test__list()