Home
last modified time | relevance | path

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

/external/bcc/tests/cc/
Dtest_usdt_probes.cc174 int exp_locations, exp_arguments; variable
176 exp_arguments = probe_num_arguments(bin_path.c_str(), name);
178 REQUIRE(probe->num_arguments() == exp_arguments);
197 int exp_locations, exp_arguments; variable
199 exp_arguments = probe_num_arguments(bin_path.c_str(), name);
201 REQUIRE(probe->num_arguments() == exp_arguments);
212 int exp_locations, exp_arguments; variable
214 exp_arguments = probe_num_arguments(bin_path, name);
216 REQUIRE(probe->num_arguments() == exp_arguments);
247 int exp_locations, exp_arguments; variable
[all …]