summaryrefslogtreecommitdiff
path: root/tools/perf/util/machine.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-31perf machine: Check snprintf truncation for guest kallsyms pathArnaldo Carvalho de Melo1-3/+8
2026-07-31perf machine: Free scandir entries in guest kernel map creationArnaldo Carvalho de Melo1-0/+4
2026-07-31perf machine: Reset errno before strtol in guest kernel map creationArnaldo Carvalho de Melo1-0/+1
2026-07-31perf machine: Don't abort guest map creation on first inaccessible dirArnaldo Carvalho de Melo1-4/+2
2026-07-31perf machine: Check snprintf truncation in machines__findnew()Arnaldo Carvalho de Melo1-1/+6
2026-07-31perf machine: Guard against NULL strlist in machines__findnew()Arnaldo Carvalho de Melo1-2/+3
2026-07-31perf machine: Fix NULL parent dereference in fork event processingArnaldo Carvalho de Melo1-1/+2
2026-07-31perf machine: Fix fd leak on bounds check in maps__set_modules_path_dir()Arnaldo Carvalho de Melo1-2/+4
2026-06-17perf machine: Use snprintf() for guestmount path constructionArnaldo Carvalho de Melo1-4/+4
2026-06-17perf machine: Propagate machine__init() error to callersArnaldo Carvalho de Melo1-10/+14
2026-06-17perf tools: Use snprintf() for root_dir path constructionArnaldo Carvalho de Melo1-1/+1
2026-06-15perf maps: Add maps__mutate_mappingIan Rogers1-12/+20
2026-06-03perf symbol: Add setters for bitfields sharing a byte to avoid concurrent upd...Ian Rogers1-1/+1
2026-06-03perf machine: Use perf_env e_machine rather than archIan Rogers1-17/+18
2026-05-27perf: Extract is_ignored_kernel_symbol() for kernel mapping symbol filteringRui Qi1-1/+17
2026-05-20perf callchain: Don't pass evsel and sampleIan Rogers1-7/+7
2026-02-06perf callchain lbr: Make the leaf IP that of the sampleIan Rogers1-4/+16
2026-01-23perf map_symbol: Switch from holding maps to holding threadIan Rogers1-6/+7
2026-01-20perf machine: Add inline information to frame pointer and LBR callchainsIan Rogers1-44/+60
2025-12-02perf tools: Minimal DEFERRED_CALLCHAIN supportNamhyung Kim1-0/+1
2025-07-25perf machine: Explicitly pass in host perf_envIan Rogers1-8/+8
2025-07-25perf dso: Move build_id to dso_idIan Rogers1-14/+14
2025-05-31perf callchain: Always populate the addr_location map when adding IPIan Rogers1-2/+4
2025-05-28perf machine: Factor creating a "live" machine out of dwarf-unwindIan Rogers1-9/+44
2025-03-06perf report: Do not process non-JIT BPF ksymbol eventsNamhyung Kim1-0/+4
2025-03-05perf machine: Fix insertion of PERF_RECORD_KSYMBOL related kernel mapsNamhyung Kim1-1/+1
2025-03-05perf machine: Fixup kernel maps ends after adding extra mapsNamhyung Kim1-2/+2
2025-02-24perf machine: Reuse module path bufferIan Rogers1-11/+23
2025-02-24perf maps: Switch modules tree walk to io_dir__readdirIan Rogers1-17/+8
2025-02-19perf tools: Improve startup time by reducing unnecessary stat() callsKrzysztof Ɓopatowski1-6/+12
2025-02-17perf report: Add machine parallelismDmitry Vyukov1-0/+7
2025-02-12perf sample: Make user_regs and intr_regs optionalIan Rogers1-2/+2
2025-02-10perf tools: Deadcode removalDr. David Alan Gilbert1-20/+0
2025-01-10perf tools: Fixup end address of modulesNamhyung Kim1-0/+2
2025-01-08perf machine: Don't ignore _etext when not a text symbolChristophe Leroy1-1/+1
2024-12-03perf machine: Initialize machine->env to address a segfaultArnaldo Carvalho de Melo1-0/+2
2024-10-17perf dso: Fix symtab_type for kmod compressionVeronika Molnarova1-1/+1
2024-09-10perf callchain: Allow symbols to be optional when resolving a callchainIan Rogers1-39/+53
2024-08-28perf tools: Print lost samples due to BPF filterNamhyung Kim1-2/+3
2024-08-19perf dso: Constify dso_idIan Rogers1-1/+2
2024-08-14perf annotate: Save branch counters for each blockKan Liang1-0/+3
2024-08-08perf callchain: Fix stitch LBR memory leaksIan Rogers1-2/+15
2024-05-07perf mem-info: Add reference count checkingIan Rogers1-3/+3
2024-05-07perf mem-info: Move mem-info out of mem-events and symbolIan Rogers1-0/+1
2024-05-06perf symbol-elf: Ensure dso__put() in machine__process_ksymbol_register()Ian Rogers1-3/+3
2024-05-06perf dso: Add reference count checking and accessor functionsIan Rogers1-23/+23
2024-04-12perf dsos: Switch more loops to dsos__for_each_dso()Ian Rogers1-4/+4
2024-04-12perf dsos: Introduce dsos__for_each_dso()Ian Rogers1-15/+25
2024-04-12perf dsos: Tidy reference counting and lockingIan Rogers1-60/+2
2024-04-12perf dsos: Attempt to better abstract DSOs internalsIan Rogers1-32/+8