aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/util/machine.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2024-04-12perf map: Remove kernel map before updating start and end addressesJames Clark1-1/+1
2024-03-21perf lock contention: Trim backtrace by skipping traceiter functionsAnne Macedo1-0/+24
2024-03-03perf threads: Move threads to its own filesIan Rogers1-248/+0
2024-03-03perf machine: Move machine's threads into its own abstractionIan Rogers1-185/+223
2024-03-03perf machine: Move fprintf to for_each loop and a callbackIan Rogers1-16/+27
2024-03-03perf report: Sort child tasks by tidIan Rogers1-0/+30
2024-02-12perf maps: Locking tidy up of nr_mapsIan Rogers1-1/+1
2024-02-12perf maps: Get map before returning in maps__find_next_entryIan Rogers1-1/+3
2024-02-12perf maps: Get map before returning in maps__find_by_nameIan Rogers1-2/+4
2024-02-12perf maps: Get map before returning in maps__findIan Rogers1-14/+8
2023-12-20perf maps: Add find next entry to give entry after the given mapIan Rogers1-4/+3
2023-12-20perf maps: Rename clone to copy fromIan Rogers1-1/+1
2023-12-18perf machine: Use function to add missing maps lockIan Rogers1-24/+29
2023-12-06perf map: Simplify map_ip/unmap_ip and make 'struct map' smallerIan Rogers1-2/+1
2023-11-09perf machine thread: Remove exited threads by defaultIan Rogers1-3/+7
2023-10-25perf mem_info: Add and use map_symbol__exit and addr_map_symbol__exitIan Rogers1-4/+2
2023-10-25perf threads: Remove unused dead thread listIan Rogers1-1/+0
2023-10-25libperf rc_check: Add RC_CHK_EQUALIan Rogers1-2/+2
2023-10-25perf machine: Avoid out of bounds LBR memory readIan Rogers1-10/+12
2023-09-11perf machine: Use true and false for bool variableJiapeng Chong1-3/+1
2023-08-10Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo1-5/+0
2023-08-08Revert "perf report: Append inlines to non-DWARF callchains"Arnaldo Carvalho de Melo1-5/+0
2023-07-28perf machine: Include data symbols in the kernel mapNamhyung Kim1-1/+3
2023-06-12perf callchain: Use pthread keys for tls callchain_cursorIan Rogers1-0/+3