summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-inject.c
Commit message (Expand)AuthorAgeFilesLines
* perf callchain: Allow symbols to be optional when resolving a callchainIan Rogers2024-09-101-1/+1
* perf inject: Lazy build-id mmap2 event insertionIan Rogers2024-09-101-12/+50
* perf inject: Add new mmap2-buildid-all optionIan Rogers2024-09-101-3/+85
* perf inject: Fix build ID injectionIan Rogers2024-09-101-39/+131
* perf inject: Overhaul handling of pipe filesIan Rogers2024-08-301-29/+31
* perf inject: Combine mmap and mmap2 handlingIan Rogers2024-08-191-62/+56
* perf inject: Combine different mmap and mmap2 functionsIan Rogers2024-08-191-123/+76
* perf inject: Combine build_ids and build_id_all into enumIan Rogers2024-08-191-20/+31
* perf dso: Constify dso_idIan Rogers2024-08-191-1/+1
* perf inject: Inject build ids for entire call chainIan Rogers2024-08-131-0/+31
* perf inject: Use perf_tool__init()Ian Rogers2024-08-121-48/+43
* perf tool: Constify tool pointersIan Rogers2024-08-121-35/+35
* perf inject: Fix leader sampling inserting additional samplesIan Rogers2024-08-121-0/+1
* perf inject: Convert comma to semicolonChen Ni2024-07-311-1/+1
* perf dso: Add reference count checking and accessor functionsIan Rogers2024-05-061-36/+35
* perf dsos: Introduce dsos__for_each_dso()Ian Rogers2024-04-121-10/+15
* perf dsos: Attempt to better abstract DSOs internalsIan Rogers2024-04-121-1/+1
* 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