index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
tests
/
sdt.c
Age
Commit message (
Expand
)
Author
2020-10-14
perf tools: Pass build_id object to build_id__sprintf()
Jiri Olsa
2020-10-14
perf tools: Pass build_id object to filename__read_build_id()
Jiri Olsa
2019-09-25
perf tools: No need to include internal/lib.h from util/util.h
Arnaldo Carvalho de Melo
2019-08-31
perf tools: Remove needless evlist.h include directives
Arnaldo Carvalho de Melo
2019-08-28
perf evlist: Remove needless util.h from evlist.h
Arnaldo Carvalho de Melo
2019-02-06
perf tests: Add missing headers so far obtained indirectly
Arnaldo Carvalho de Melo
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-08-11
perf test: Add 'struct test *' to the test functions
Arnaldo Carvalho de Melo
2017-07-18
perf test sdt: Handle realpath() failure
Arnaldo Carvalho de Melo
2017-07-18
perf buildid-cache: Support binary objects from other namespaces
Krister Johansen
2017-04-25
perf buildid: Move prototypes from util.h to build-id.h
Arnaldo Carvalho de Melo
2017-04-19
perf tools: Include errno.h where needed
Arnaldo Carvalho de Melo
2017-03-27
perf tests: Do not assume that readlink() returns a null terminated string
Tommi Rantala
2016-07-13
perf test: Add a test case for SDT event
Masami Hiramatsu