Searched refs:nr_end (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/tools/perf/tests/ |
D | dso-data.c | 240 long nr_end, nr = open_files_cnt(); in test__dso_data_cache() local 288 nr_end = open_files_cnt(); in test__dso_data_cache() 289 pr_debug("nr start %ld, nr stop %ld\n", nr, nr_end); in test__dso_data_cache() 290 TEST_ASSERT_VAL("failed leadking files", nr == nr_end); in test__dso_data_cache() 297 long nr_end, nr = open_files_cnt(); in test__dso_data_reopen() local 361 nr_end = open_files_cnt(); in test__dso_data_reopen() 362 pr_debug("nr start %ld, nr stop %ld\n", nr, nr_end); in test__dso_data_reopen() 363 TEST_ASSERT_VAL("failed leadking files", nr == nr_end); in test__dso_data_reopen()
|