summary refs log tree commit diff
path: root/tools/perf/builtin-inject.c
AgeCommit message (Expand)Author
2023-03-17perf inject: Fix --buildid-all not to eat up MMAP2Namhyung Kim
2023-03-10perf inject: Use perf_data__read() for auxtraceNamhyung Kim
2022-10-04perf dso: Hold lock when accessing nsinfoIan Rogers
2022-10-04perf inject: Add a command line option to specify build ids.Raul Silvera
2022-07-26perf inject: Fix spelling mistake "theads" -> "threads"Colin Ian King
2022-07-20perf inject: Add support for injecting guest sideband eventsAdrian Hunter
2022-07-18Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2022-06-26perf inject: Adjust output data offset for backward compatibilityRaul Silvera
2022-06-26perf inject: Fix missing free in copy_kcore_dir()Adrian Hunter
2022-06-24perf header: Record non-CPU PMU capabilitiesRavi Bangoria
2022-06-23perf record: Add finished init eventAdrian Hunter
2022-05-23perf inject: Keep a copy of kcore_dirAdrian Hunter
2022-05-23perf inject: Keep some features sections from input fileAdrian Hunter
2022-02-11perf namespaces: Add functions to access nsinfoIan Rogers
2022-02-10perf report: Output data file name in raw trace dumpAlexey Bayduraev
2022-02-10perf inject: Try chroot directory when reading build-idNamhyung Kim
2022-01-22perf tools: Remove redundant err variableMinghao Chi
2021-12-18perf inject: Fix segfault due to perf_data__fd() without openAdrian Hunter
2021-12-18perf inject: Fix segfault due to close without openAdrian Hunter
2021-12-06perf inject: Fix itrace space allowed for new attributesAdrian Hunter
2021-11-07perf inject: Add vmlinux and ignore-vmlinux argumentsJames Clark
2021-10-20perf tools: Add support for PERF_RECORD_AUX_OUTPUT_HW_IDAdrian Hunter
2021-08-02perf inject: Fix output from a file to a pipeNamhyung Kim
2021-08-02perf inject: Fix output from a pipe to a fileNamhyung Kim
2021-08-02perf tools: Pass a fd to perf_file_header__read_pipe()Namhyung Kim
2021-08-02perf tools: Remove repipe argument from perf_session__new()Namhyung Kim
2021-07-15perf inject: Close inject.output on exitRiccardo Mancini
2021-07-15perf inject: Fix dso->nsinfo refcountingRiccardo Mancini
2021-05-26perf inject: Do not inject BUILD_ID record if MMAP2 has itNamhyung Kim
2021-05-26perf inject: Call dso__put() even if dso->hit is setNamhyung Kim
2021-05-12perf inject: Add --vm-time-correlation optionAdrian Hunter
2021-05-12perf inject: Add facility to do in place updateAdrian Hunter
2021-04-05perf inject: Fix repipe usageAdrian Hunter
2021-02-03perf inject jit: Add namespaces supportYonatan Goldschmidt
2020-11-30Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2020-11-16perf inject: Fix file corruption due to event deletionAl Grant
2020-11-16perf data: Allow to use stdio functions for pipe modeNamhyung Kim
2020-10-14perf tools: Pass build_id object to filename__read_build_id()Jiri Olsa
2020-10-14perf tools: Use build_id object in dsoJiri Olsa
2020-10-13perf inject: Add --buildid-all optionNamhyung Kim
2020-10-13perf inject: Do not load map/dso when injecting build-idNamhyung Kim
2020-10-13perf inject: Enter namespace when reading build-idNamhyung Kim
2020-10-13perf inject: Add missing callbacks in perf_toolNamhyung Kim
2020-10-13perf bench: Add build-id injection benchmarkNamhyung Kim
2020-07-08perf inject jit: Remove //anon mmap eventsSteve MacLean
2020-05-28perf tools: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-05perf inject: Rename perf_evsel__*() operating on 'struct evsel *' to evsel__*()Arnaldo Carvalho de Melo
2020-05-05perf evsel: Rename perf_evsel__parse_sample*() to evsel__parse_sample*()Arnaldo Carvalho de Melo
2020-05-05perf evsel: Rename perf_evsel__{str,int}val() and other tracepoint field mete...Arnaldo Carvalho de Melo
2020-05-05perf evsel: Rename *perf_evsel__*name() to *evsel__*name()Arnaldo Carvalho de Melo