summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/sdt.c
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Pass build_id object to build_id__sprintf()Jiri Olsa2020-10-141-1/+1
* perf tools: Pass build_id object to filename__read_build_id()Jiri Olsa2020-10-141-3/+3
* perf tools: No need to include internal/lib.h from util/util.hArnaldo Carvalho de Melo2019-09-251-0/+1
* perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo2019-08-311-1/+2
* perf evlist: Remove needless util.h from evlist.hArnaldo Carvalho de Melo2019-08-281-0/+1
* perf tests: Add missing headers so far obtained indirectlyArnaldo Carvalho de Melo2019-02-061-0/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* perf test: Add 'struct test *' to the test functionsArnaldo Carvalho de Melo2017-08-111-2/+2
* perf test sdt: Handle realpath() failureArnaldo Carvalho de Melo2017-07-181-1/+3
* perf buildid-cache: Support binary objects from other namespacesKrister Johansen2017-07-181-2/+2
* perf buildid: Move prototypes from util.h to build-id.hArnaldo Carvalho de Melo2017-04-251-1/+0
* perf tools: Include errno.h where neededArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tests: Do not assume that readlink() returns a null terminated stringTommi Rantala2017-03-271-1/+1
* perf test: Add a test case for SDT eventMasami Hiramatsu2016-07-131-0/+115