aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/sdt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-13perf test: Rename struct test to test_suiteIan Rogers1-2/+2
2021-11-13perf test: Move each test suite struct to its testIan Rogers1-2/+4
2020-10-14perf tools: Pass build_id object to build_id__sprintf()Jiri Olsa1-1/+1
2020-10-14perf tools: Pass build_id object to filename__read_build_id()Jiri Olsa1-3/+3
2019-09-25perf tools: No need to include internal/lib.h from util/util.hArnaldo Carvalho de Melo1-0/+1
2019-08-31perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo1-1/+2
2019-08-28perf evlist: Remove needless util.h from evlist.hArnaldo Carvalho de Melo1-0/+1
2019-02-06perf tests: Add missing headers so far obtained indirectlyArnaldo Carvalho de Melo1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-11perf test: Add 'struct test *' to the test functionsArnaldo Carvalho de Melo1-2/+2
2017-07-18perf test sdt: Handle realpath() failureArnaldo Carvalho de Melo1-1/+3
2017-07-18perf buildid-cache: Support binary objects from other namespacesKrister Johansen1-2/+2
2017-04-25perf buildid: Move prototypes from util.h to build-id.hArnaldo Carvalho de Melo1-1/+0
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo1-0/+1
2017-03-27perf tests: Do not assume that readlink() returns a null terminated stringTommi Rantala1-1/+1
2016-07-13perf test: Add a test case for SDT eventMasami Hiramatsu1-0/+115