Home
last modified time | relevance | path

Searched refs:cmds2 (Results 1 – 1 of 1) sorted by relevance

/linux/tools/perf/tests/
H A Dsubcmd-help.c50 struct cmdnames cmds2 = {}; in test__exclude_cmdnames() local
63 add_cmdname(&cmds2, "bbb", 3); in test__exclude_cmdnames()
64 add_cmdname(&cmds2, "eee", 3); in test__exclude_cmdnames()
65 add_cmdname(&cmds2, "jjj", 3); in test__exclude_cmdnames()
68 TEST_ASSERT_VAL("invalid original size", cmds2.cnt == 3); in test__exclude_cmdnames()
71 exclude_cmds(&cmds1, &cmds2); in test__exclude_cmdnames()
74 TEST_ASSERT_VAL("invalid excluded size", cmds2.cnt == 3); in test__exclude_cmdnames()
89 TEST_ASSERT_VAL("cannot find cmd", is_in_cmdlist(&cmds2, "bbb") == 1); in test__exclude_cmdnames()
90 TEST_ASSERT_VAL("cannot find cmd", is_in_cmdlist(&cmds2, "eee") == 1); in test__exclude_cmdnames()
91 TEST_ASSERT_VAL("cannot find cmd", is_in_cmdlist(&cmds2, "jjj") == 1); in test__exclude_cmdnames()
[all …]