summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/dso-data.c
AgeCommit message (Expand)AuthorLines
2025-03-17perf test dso-data: Correctly free test file in read testIan Rogers-12/+12
2025-03-17perf dso: Use lock annotations to fix asan deadlockIan Rogers-2/+2
2024-05-06perf dso: Use container_of() to avoid a pointer in 'struct dso_data'Ian Rogers-31/+29
2024-05-06perf dso: Add reference count checking and accessor functionsIan Rogers-5/+6
2023-12-18perf tests: Make DSO tests a suite rather than individualIan Rogers-3/+12
2021-11-13perf test: Rename struct test to test_suiteIan Rogers-3/+3
2021-11-13perf test: Move each test suite struct to its testIan Rogers-3/+7
2021-08-02perf test: Handle fd gaps in test__dso_data_reopenEirik Fuller-2/+12
2019-09-20perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo-1/+0
2019-08-31perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo-0/+1
2019-05-15perf test: Fix spelling mistake "leadking" -> "leaking"Colin Ian King-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-08-11perf test: Add 'struct test *' to the test functionsArnaldo Carvalho de Melo-3/+3
2017-04-19perf tools: Remove include dirent.h from util.hArnaldo Carvalho de Melo-0/+1
2017-04-19perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo-0/+1
2016-06-30perf tools: Allow to reset open files counterJiri Olsa-0/+6
2016-04-28perf tests: Do not use sizeof on pointer typeVaishali Thakkar-1/+1
2015-11-19perf tests: Pass the subtest index to each test routineArnaldo Carvalho de Melo-3/+3
2015-06-08perf tools: Reference count struct dsoArnaldo Carvalho de Melo-2/+2
2015-05-27perf tools: Add dso__data_get/put_fd()Namhyung Kim-0/+11
2015-02-06perf tests: Do not rely on dso__data_read_offset() to open dsoNamhyung Kim-5/+8
2015-02-06perf test: Fix dso cache testcaseNamhyung Kim-3/+6
2014-07-17perf tools: Move pr_* debug macros into debug objectJiri Olsa-0/+1
2014-06-12perf tests: Add test for closing dso objects on EMFILE errorJiri Olsa-0/+73
2014-06-12perf tests: Add test for caching dso file descriptorsJiri Olsa-3/+132
2014-06-12perf tests: Allow reuse of test_file functionJiri Olsa-1/+5
2014-05-01tools: Consolidate types.hBorislav Petkov-1/+1
2013-10-14perf tests: Fix memory leak in dso-data.cFelipe Pena-0/+1
2013-07-12perf tests: Make TEST_ASSERT_VAL globalJiri Olsa-8/+0
2012-11-14perf tests: Check for mkstemp return value in dso-data testJiri Olsa-0/+4
2012-11-14perf tests: Final cleanup for builtin-test moveJiri Olsa-1/+2
2012-11-09perf machine: Move more methods to machine.[ch]Arnaldo Carvalho de Melo-0/+1
2012-10-31perf tests: Move test objects into 'tests' directoryJiri Olsa-0/+153