aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/bench/inject-buildid.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-04-12perf bench inject-buildid: Use zfree() to reduce chances of use after freeArnaldo Carvalho de Melo1-1/+2
2022-10-31perf tools: Move 'struct perf_sample' to a separate header file to disentangle headersArnaldo Carvalho de Melo1-1/+1
2021-08-30perf bench inject-buildid: Handle writen() errorsArnaldo Carvalho de Melo1-22/+30
2021-03-06perf bench: Fix misspellings using codespellXiong Zhenwu1-1/+1
2020-10-14perf tools: Pass build_id object to filename__read_build_id()Jiri Olsa1-1/+1
2020-10-14perf tools: Use build_id object in dsoJiri Olsa1-2/+2
2020-10-13perf bench: Run inject-build-id with --buildid-all option tooNamhyung Kim1-19/+35
2020-10-13perf bench: Add build-id injection benchmarkNamhyung Kim1-0/+460