summaryrefslogtreecommitdiffstats
path: root/tools/perf/bench/inject-buildid.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf bench inject-buildid: Use zfree() to reduce chances of use after freeArnaldo Carvalho de Melo2023-04-121-1/+2
* perf tools: Move 'struct perf_sample' to a separate header file to disentangl...Arnaldo Carvalho de Melo2022-10-311-1/+1
* perf bench inject-buildid: Handle writen() errorsArnaldo Carvalho de Melo2021-08-301-22/+30
* perf bench: Fix misspellings using codespellXiong Zhenwu2021-03-061-1/+1
* perf tools: Pass build_id object to filename__read_build_id()Jiri Olsa2020-10-141-1/+1
* perf tools: Use build_id object in dsoJiri Olsa2020-10-141-2/+2
* perf bench: Run inject-build-id with --buildid-all option tooNamhyung Kim2020-10-131-19/+35
* perf bench: Add build-id injection benchmarkNamhyung Kim2020-10-131-0/+460