aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/machine.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-06-12perf map/maps/thread: Changes to reference countingIan Rogers1-12/+17
2023-06-12perf machine: Don't leak module mapsIan Rogers1-3/+3
2023-06-12perf machine: Fix leak of kernel dsoIan Rogers1-1/+2
2023-06-12perf machine: Make delete_threads part of machine__exitIan Rogers1-0/+1
2023-06-12perf thread: Add reference count checkingIan Rogers1-1/+1
2023-06-12perf addr_location: Add init/exit/copy functionsIan Rogers1-15/+20
2023-06-12perf maps: Make delete static, always use putIan Rogers1-1/+1
2023-06-12perf thread: Add accessor functions for threadIan Rogers1-44/+47
2023-06-12perf thread: Make threads rbtree non-invasiveIan Rogers1-35/+66
2023-06-12perf thread: Remove notion of dead threadsIan Rogers1-31/+1
2023-04-19perf map: Add reference count checkingIan Rogers1-1/+1
2023-04-19perf map: Add set_ methods for map->{start,end,pgoff,pgoff,reloc,erange_warne...Arnaldo Carvalho de Melo1-11/+12
2023-04-19perf maps: Use maps__nr_maps() instead of open coded maps->nr_mapsArnaldo Carvalho de Melo1-1/+1