aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/builtin-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/tests/builtin-test.c')
-rw-r--r--tools/perf/tests/builtin-test.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/perf/tests/builtin-test.c b/tools/perf/tests/builtin-test.c
index 174c3ffc5713..ac655b0700e7 100644
--- a/tools/perf/tests/builtin-test.c
+++ b/tools/perf/tests/builtin-test.c
@@ -158,12 +158,12 @@ static struct test {
158 .func = test__switch_tracking, 158 .func = test__switch_tracking,
159 }, 159 },
160 { 160 {
161 .desc = "Filter fds with revents mask in a pollfd array", 161 .desc = "Filter fds with revents mask in a fdarray",
162 .func = test__perf_evlist__filter_pollfd, 162 .func = test__fdarray__filter,
163 }, 163 },
164 { 164 {
165 .desc = "Add fd to pollfd array, making it autogrow", 165 .desc = "Add fd to a fdarray, making it autogrow",
166 .func = test__perf_evlist__add_pollfd, 166 .func = test__fdarray__add,
167 }, 167 },
168 { 168 {
169 .func = NULL, 169 .func = NULL,