summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-inject.c
AgeCommit message (Expand)Author
6 daysperf python: Use evsel in sample in pyrf_eventIan Rogers
6 daysperf evlist: Add reference count checkingIan Rogers
2026-06-15perf aslr: Strip sample registersIan Rogers
2026-06-15perf inject/aslr: Add ASLR tool infrastructure and MMAP trackingIan Rogers
2026-06-03perf symbol: Add setters for bitfields sharing a byte to avoid concurrent upd...Ian Rogers
2026-05-29perf session: Validate HEADER_ATTR attr.size before swappingArnaldo Carvalho de Melo
2026-05-20perf inject: Don't pass evsel with sampleIan Rogers
2026-05-20perf callchain: Don't pass evsel and sampleIan Rogers
2026-05-20perf evsel: Refactor evsel tracepoint sample accessors perf_sampleIan Rogers
2026-05-20perf tool: Remove evsel from tool APIs that pass the sampleIan Rogers
2026-05-20perf inject: Fix itrace branch stack synthesisIan Rogers
2026-05-20perf event: Fix size of synthesized sample with branch stacksIan Rogers
2026-05-15perf unwind: Refactor get_entries to allow dynamic libdw/libunwind selectionIan Rogers
2026-05-05perf callchain: Handle multiple address spacesThomas Richter
2026-04-08perf data: Clean up use_stdio and structuresIan Rogers
2026-04-05perf sample: Add evsel to struct perf_sampleIan Rogers
2026-04-05perf sample: Make sure perf_sample__init/exit are usedIan Rogers
2026-04-05perf tools: Save cln_size headerRicky Ringler
2026-01-23perf inject: With --convert-callchain ignore the dummy event for dwarf stacksIan Rogers
2026-01-22perf sched stats: Add record and rawdump supportSwapnil Sapkal
2026-01-21perf header: Support CPU DOMAIN relation infoSwapnil Sapkal
2026-01-20perf inject: Add --convert-callchain optionNamhyung Kim
2026-01-13perf inject: Keep build-ID data if no option is usedNamhyung Kim
2025-12-02perf tools: Merge deferred user callchainsNamhyung Kim
2025-11-26perf tools: Don't read build-ids from non-regular filesJames Clark
2025-11-13perf build: Remove NO_AUXTRACE build optionIan Rogers
2025-11-07perf tool: Add the perf_tool argument to all callbacksIan Rogers
2025-08-25perf symbol: Add blocking argument to filename__read_build_idIan Rogers
2025-07-25perf session: Add host_env argument to perf_session__newIan Rogers
2025-07-25perf session: Add accessor for session->header.envIan Rogers
2025-07-25perf dso: Move build_id to dso_idIan Rogers
2025-06-20perf tools: display the new PERF_RECORD_BPF_METADATA eventBlake Jones
2025-01-14perf inject: Fix use without initialization of local variablesIan Rogers
2024-09-10perf callchain: Allow symbols to be optional when resolving a callchainIan Rogers
2024-09-10perf inject: Lazy build-id mmap2 event insertionIan Rogers
2024-09-10perf inject: Add new mmap2-buildid-all optionIan Rogers
2024-09-10perf inject: Fix build ID injectionIan Rogers
2024-08-30perf inject: Overhaul handling of pipe filesIan Rogers
2024-08-19perf inject: Combine mmap and mmap2 handlingIan Rogers
2024-08-19perf inject: Combine different mmap and mmap2 functionsIan Rogers
2024-08-19perf inject: Combine build_ids and build_id_all into enumIan Rogers
2024-08-19perf dso: Constify dso_idIan Rogers
2024-08-13perf inject: Inject build ids for entire call chainIan Rogers
2024-08-12perf inject: Use perf_tool__init()Ian Rogers
2024-08-12perf tool: Constify tool pointersIan Rogers
2024-08-12perf inject: Fix leader sampling inserting additional samplesIan Rogers
2024-07-31perf inject: Convert comma to semicolonChen Ni
2024-05-06perf dso: Add reference count checking and accessor functionsIan Rogers
2024-04-12perf dsos: Introduce dsos__for_each_dso()Ian Rogers
2024-04-12perf dsos: Attempt to better abstract DSOs internalsIan Rogers