summaryrefslogtreecommitdiff
path: root/tools/perf/util/machine.c
AgeCommit message (Expand)Author
2024-05-07perf mem-info: Add reference count checkingIan Rogers
2024-05-07perf mem-info: Move mem-info out of mem-events and symbolIan Rogers
2024-05-06perf symbol-elf: Ensure dso__put() in machine__process_ksymbol_register()Ian Rogers
2024-05-06perf dso: Add reference count checking and accessor functionsIan Rogers
2024-04-12perf dsos: Switch more loops to dsos__for_each_dso()Ian Rogers
2024-04-12perf dsos: Introduce dsos__for_each_dso()Ian Rogers
2024-04-12perf dsos: Tidy reference counting and lockingIan Rogers
2024-04-12perf dsos: Attempt to better abstract DSOs internalsIan Rogers
2024-04-12perf map: Remove kernel map before updating start and end addressesJames Clark
2024-03-21perf lock contention: Trim backtrace by skipping traceiter functionsAnne Macedo
2024-03-03perf threads: Move threads to its own filesIan Rogers
2024-03-03perf machine: Move machine's threads into its own abstractionIan Rogers
2024-03-03perf machine: Move fprintf to for_each loop and a callbackIan Rogers
2024-03-03perf report: Sort child tasks by tidIan Rogers
2024-02-12perf maps: Locking tidy up of nr_mapsIan Rogers
2024-02-12perf maps: Get map before returning in maps__find_next_entryIan Rogers
2024-02-12perf maps: Get map before returning in maps__find_by_nameIan Rogers
2024-02-12perf maps: Get map before returning in maps__findIan Rogers
2023-12-20perf maps: Add find next entry to give entry after the given mapIan Rogers
2023-12-20perf maps: Rename clone to copy fromIan Rogers
2023-12-18perf machine: Use function to add missing maps lockIan Rogers
2023-12-06perf map: Simplify map_ip/unmap_ip and make 'struct map' smallerIan Rogers
2023-11-09perf machine thread: Remove exited threads by defaultIan Rogers
2023-10-25perf mem_info: Add and use map_symbol__exit and addr_map_symbol__exitIan Rogers
2023-10-25perf threads: Remove unused dead thread listIan Rogers
2023-10-25libperf rc_check: Add RC_CHK_EQUALIan Rogers
2023-10-25perf machine: Avoid out of bounds LBR memory readIan Rogers
2023-09-11perf machine: Use true and false for bool variableJiapeng Chong
2023-08-10Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo
2023-08-08Revert "perf report: Append inlines to non-DWARF callchains"Arnaldo Carvalho de Melo
2023-07-28perf machine: Include data symbols in the kernel mapNamhyung Kim
2023-06-12perf callchain: Use pthread keys for tls callchain_cursorIan Rogers
2023-06-12perf map/maps/thread: Changes to reference countingIan Rogers
2023-06-12perf machine: Don't leak module mapsIan Rogers
2023-06-12perf machine: Fix leak of kernel dsoIan Rogers
2023-06-12perf machine: Make delete_threads part of machine__exitIan Rogers
2023-06-12perf thread: Add reference count checkingIan Rogers
2023-06-12perf addr_location: Add init/exit/copy functionsIan Rogers
2023-06-12perf maps: Make delete static, always use putIan Rogers
2023-06-12perf thread: Add accessor functions for threadIan Rogers
2023-06-12perf thread: Make threads rbtree non-invasiveIan Rogers
2023-06-12perf thread: Remove notion of dead threadsIan Rogers
2023-04-19perf map: Add reference count checkingIan Rogers
2023-04-19perf map: Add set_ methods for map->{start,end,pgoff,pgoff,reloc,erange_warne...Arnaldo Carvalho de Melo
2023-04-19perf maps: Use maps__nr_maps() instead of open coded maps->nr_mapsArnaldo Carvalho de Melo
2023-04-06perf map: Changes to reference countingIan Rogers
2023-04-06perf map: Add accessors for ->pgoff and ->relocIan Rogers
2023-04-06perf map: Add helper for ->map_ip() and ->unmap_ip()Ian Rogers
2023-04-06perf map: Rename map_ip() and unmap_ip()Ian Rogers
2023-04-04perf map: Add accessor for start and endIan Rogers