summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-inject.c
Commit message (Expand)AuthorAgeFilesLines
* perf build: Use libtraceevent from the systemIan Rogers2022-12-141-0/+8
* perf dso: Hold lock when accessing nsinfoIan Rogers2022-10-041-0/+4
* perf inject: Add a command line option to specify build ids.Raul Silvera2022-10-041-0/+85
* perf inject: Fix spelling mistake "theads" -> "threads"Colin Ian King2022-07-261-1/+1
* perf inject: Add support for injecting guest sideband eventsAdrian Hunter2022-07-201-1/+1042
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-07-181-2/+4
|\
| * perf inject: Adjust output data offset for backward compatibilityRaul Silvera2022-06-261-1/+1
| * perf inject: Fix missing free in copy_kcore_dir()Adrian Hunter2022-06-261-1/+3
* | perf header: Record non-CPU PMU capabilitiesRavi Bangoria2022-06-241-1/+1
* | perf record: Add finished init eventAdrian Hunter2022-06-231-0/+1
|/
* perf inject: Keep a copy of kcore_dirAdrian Hunter2022-05-231-3/+30
* perf inject: Keep some features sections from input fileAdrian Hunter2022-05-231-1/+128
* perf namespaces: Add functions to access nsinfoIan Rogers2022-02-111-1/+1
* perf report: Output data file name in raw trace dumpAlexey Bayduraev2022-02-101-1/+2
* perf inject: Try chroot directory when reading build-idNamhyung Kim2022-02-101-0/+10
* perf tools: Remove redundant err variableMinghao Chi2022-01-221-4/+1
* perf inject: Fix segfault due to perf_data__fd() without openAdrian Hunter2021-12-181-3/+7
* perf inject: Fix segfault due to close without openAdrian Hunter2021-12-181-1/+2
* perf inject: Fix itrace space allowed for new attributesAdrian Hunter2021-12-061-1/+1
* perf inject: Add vmlinux and ignore-vmlinux argumentsJames Clark2021-11-071-0/+7
* perf tools: Add support for PERF_RECORD_AUX_OUTPUT_HW_IDAdrian Hunter2021-10-201-1/+3
* perf inject: Fix output from a file to a pipeNamhyung Kim2021-08-021-2/+26
* perf inject: Fix output from a pipe to a fileNamhyung Kim2021-08-021-5/+10
* perf tools: Pass a fd to perf_file_header__read_pipe()Namhyung Kim2021-08-021-1/+2
* perf tools: Remove repipe argument from perf_session__new()Namhyung Kim2021-08-021-1/+1
* perf inject: Close inject.output on exitRiccardo Mancini2021-07-151-2/+6
* perf inject: Fix dso->nsinfo refcountingRiccardo Mancini2021-07-151-2/+3
* perf inject: Do not inject BUILD_ID record if MMAP2 has itNamhyung Kim2021-05-261-0/+24
* perf inject: Call dso__put() even if dso->hit is setNamhyung Kim2021-05-261-2/+2
* perf inject: Add --vm-time-correlation optionAdrian Hunter2021-05-121-0/+44
* perf inject: Add facility to do in place updateAdrian Hunter2021-05-121-4/+22
* perf inject: Fix repipe usageAdrian Hunter2021-04-051-1/+1
* perf inject jit: Add namespaces supportYonatan Goldschmidt2021-02-031-2/+2
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2020-11-301-11/+1
|\
| * perf inject: Fix file corruption due to event deletionAl Grant2020-11-161-11/+1
* | perf data: Allow to use stdio functions for pipe modeNamhyung Kim2020-11-161-0/+2
|/
* perf tools: Pass build_id object to filename__read_build_id()Jiri Olsa2020-10-141-3/+1
* perf tools: Use build_id object in dsoJiri Olsa2020-10-141-2/+2
* perf inject: Add --buildid-all optionNamhyung Kim2020-10-131-5/+108
* perf inject: Do not load map/dso when injecting build-idNamhyung Kim2020-10-131-21/+12
* perf inject: Enter namespace when reading build-idNamhyung Kim2020-10-131-2/+6
* perf inject: Add missing callbacks in perf_toolNamhyung Kim2020-10-131-5/+31
* perf bench: Add build-id injection benchmarkNamhyung Kim2020-10-131-5/+4
* perf inject jit: Remove //anon mmap eventsSteve MacLean2020-07-081-2/+2
* perf tools: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-281-1/+1
* perf inject: Rename perf_evsel__*() operating on 'struct evsel *' to evsel__*()Arnaldo Carvalho de Melo2020-05-051-3/+2
* perf evsel: Rename perf_evsel__parse_sample*() to evsel__parse_sample*()Arnaldo Carvalho de Melo2020-05-051-1/+1
* perf evsel: Rename perf_evsel__{str,int}val() and other tracepoint field mete...Arnaldo Carvalho de Melo2020-05-051-1/+1
* perf evsel: Rename *perf_evsel__*name() to *evsel__*name()Arnaldo Carvalho de Melo2020-05-051-4/+3
* perf auxtrace: Add option to synthesize branch stack for regular eventsAdrian Hunter2020-05-051-1/+2