Lines Matching refs:desc
40 .desc = "vmlinux symtab matches kallsyms",
44 .desc = "Detect openat syscall event",
48 .desc = "Detect openat syscall event on all cpus",
52 .desc = "Read samples using the mmap interface",
56 .desc = "Test data source output",
60 .desc = "Parse event definition strings",
64 .desc = "Simple expression parser",
68 .desc = "PERF_RECORD_* events & perf_sample fields",
72 .desc = "Parse perf pmu format",
76 .desc = "PMU events",
87 .desc = "DSO data read",
91 .desc = "DSO data cache",
95 .desc = "DSO data reopen",
99 .desc = "Roundtrip evsel->name",
103 .desc = "Parse sched tracepoints fields",
107 .desc = "syscalls:sys_enter_openat event fields",
111 .desc = "Setup struct perf_event_attr",
115 .desc = "Match and link multiple hists",
119 .desc = "'import perf' in python",
123 .desc = "Breakpoint overflow signal handler",
128 .desc = "Breakpoint overflow sampling",
133 .desc = "Breakpoint accounting",
138 .desc = "Watchpoint",
148 .desc = "Number of exit events of a simple workload",
152 .desc = "Software clock events period values",
156 .desc = "Object code reading",
160 .desc = "Sample parsing",
164 .desc = "Use a dummy software event to keep tracking",
168 .desc = "Parse with no sample_id_all bit set",
172 .desc = "Filter hist entries",
176 .desc = "Lookup mmap thread",
180 .desc = "Share thread maps",
184 .desc = "Sort output of hist entries",
188 .desc = "Cumulate child hist entries",
192 .desc = "Track with sched_switch",
196 .desc = "Filter fds with revents mask in a fdarray",
200 .desc = "Add fd to a fdarray, making it autogrow",
204 .desc = "kmod_path__parse",
208 .desc = "Thread map",
212 .desc = "LLVM search and compile",
221 .desc = "Session topology",
225 .desc = "BPF filter",
234 .desc = "Synthesize thread map",
238 .desc = "Remove thread map",
242 .desc = "Synthesize cpu map",
246 .desc = "Synthesize stat config",
250 .desc = "Synthesize stat",
254 .desc = "Synthesize stat round",
258 .desc = "Synthesize attr update",
262 .desc = "Event times",
266 .desc = "Read backward ring buffer",
270 .desc = "Print cpu map",
274 .desc = "Merge cpu map",
279 .desc = "Probe SDT events",
283 .desc = "is_printable_array",
287 .desc = "Print bitmap",
291 .desc = "perf hooks",
295 .desc = "builtin clang support",
304 .desc = "unit_number__scnprintf",
308 .desc = "mem2node",
312 .desc = "time utils",
316 .desc = "Test jit_write_elf",
320 .desc = "Test libpfm4 support",
329 .desc = "Test api io",
333 .desc = "maps__merge_in",
337 .desc = "Demangle Java",
341 .desc = "Parse and process metrics",
345 .desc = "PE file support",
349 .desc = "Event expansion for cgroups",
362 static bool perf_test__matches(const char *desc, int curr, int argc, const char *argv[]) in perf_test__matches() argument
379 if (strcasestr(desc, argv[i])) in perf_test__matches()
456 pr_debug("%s:", t->desc); in test_and_print()
458 pr_debug("%s subtest %d:", t->desc, subtest + 1); in test_and_print()
546 const char *desc = shell_test__description(bf, sizeof(bf), path, ent->d_name); in shell_tests__max_desc_width() local
548 if (desc) { in shell_tests__max_desc_width()
549 int len = strlen(desc); in shell_tests__max_desc_width()
601 char desc[256]; in run_shell_tests() local
603 .desc = shell_test__description(desc, sizeof(desc), st.dir, ent->d_name), in run_shell_tests()
608 if (!perf_test__matches(test.desc, curr, argc, argv)) in run_shell_tests()
612 pr_info("%2d: %-*s:", i, width, test.desc); in run_shell_tests()
628 int len = strlen(t->desc); in __cmd_test()
638 if (!perf_test__matches(t->desc, curr, argc, argv)) { in __cmd_test()
657 pr_debug("%2d: %-*s: Disabled\n", i, width, t->desc); in __cmd_test()
661 pr_info("%2d: %-*s:", i, width, t->desc); in __cmd_test()
731 .desc = shell_test__description(bf, sizeof(bf), path, ent->d_name), in perf_test__list_shell()
734 if (!perf_test__matches(t.desc, curr, argc, argv)) in perf_test__list_shell()
737 pr_info("%2d: %s\n", i, t.desc); in perf_test__list_shell()
753 if (!perf_test__matches(t->desc, curr, argc, argv) || in perf_test__list()
757 pr_info("%2d: %s\n", i, t->desc); in perf_test__list()