summaryrefslogtreecommitdiffstats
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 174c3ff..ac655b0 100644
--- a/tools/perf/tests/builtin-test.c
+++ b/tools/perf/tests/builtin-test.c
@@ -158,12 +158,12 @@ static struct test {
.func = test__switch_tracking,
},
{
- .desc = "Filter fds with revents mask in a pollfd array",
- .func = test__perf_evlist__filter_pollfd,
+ .desc = "Filter fds with revents mask in a fdarray",
+ .func = test__fdarray__filter,
},
{
- .desc = "Add fd to pollfd array, making it autogrow",
- .func = test__perf_evlist__add_pollfd,
+ .desc = "Add fd to a fdarray, making it autogrow",
+ .func = test__fdarray__add,
},
{
.func = NULL,
OpenPOWER on IntegriCloud