summaryrefslogtreecommitdiff
path: root/tools/perf/util/machine.c
AgeCommit message (Expand)AuthorFilesLines
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-22perf lock contention: Trim backtrace by skipping traceiter functionsAnne Macedo1-0/+24
2024-03-04perf threads: Move threads to its own filesIan Rogers1-248/+0
2024-03-04perf machine: Move machine's threads into its own abstractionIan Rogers1-185/+223
2024-03-04perf machine: Move fprintf to for_each loop and a callbackIan Rogers1-16/+27
2024-03-04perf 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-19perf 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-29perf 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
2023-04-07perf map: Changes to reference countingIan Rogers1-31/+48
2023-04-07perf map: Add accessors for ->pgoff and ->relocIan Rogers1-2/+2
2023-04-07perf map: Add helper for ->map_ip() and ->unmap_ip()Ian Rogers1-8/+8
2023-04-07perf map: Rename map_ip() and unmap_ip()Ian Rogers1-2/+2
2023-04-04perf map: Add accessor for start and endIan Rogers1-7/+7
2023-04-04perf map: Add accessor for dsoIan Rogers1-28/+42
2023-04-04perf maps: Add functions to access mapsIan Rogers1-1/+1
2023-04-04perf maps: Remove rb_node from struct mapIan Rogers1-24/+44
2023-04-04perf report: Append inlines to non-DWARF callchainsArtem Savkov1-0/+5