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