summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-inject.c
Commit message (Expand)AuthorAgeFilesLines
* perf record: Lazy load kernel symbolsIan Rogers2023-11-091-0/+6
* perf inject: Lazily allocate guest_event event_bufIan Rogers2023-06-121-3/+12
* perf inject: Lazily allocate event_copyIan Rogers2023-06-121-3/+13
* perf addr_location: Add init/exit/copy functionsIan Rogers2023-06-121-0/+2
* perf thread: Add accessor functions for threadIan Rogers2023-06-121-1/+1
* perf dso: Add dso__filename_with_chroot() to reduce number of accesses to dso...Arnaldo Carvalho de Melo2023-04-171-3/+1
* perf inject: Use zfree() to reduce chances of use after freeArnaldo Carvalho de Melo2023-04-121-3/+3
* perf map: Add accessors for ->prot, ->priv and ->flagsIan Rogers2023-04-061-1/+1
* perf map: Add accessor for dsoIan Rogers2023-04-041-3/+5
* perf inject: Fix --buildid-all not to eat up MMAP2Namhyung Kim2023-02-231-0/+1
* perf inject: Use perf_data__read() for auxtraceNamhyung Kim2023-02-011-3/+3
* 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