summaryrefslogtreecommitdiff
path: root/tools/perf/util/machine.c
AgeCommit message (Expand)Author
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
2023-04-04perf map: Add accessor for dsoIan Rogers
2023-04-04perf maps: Add functions to access mapsIan Rogers
2023-04-04perf maps: Remove rb_node from struct mapIan Rogers
2023-04-04perf report: Append inlines to non-DWARF callchainsArtem Savkov
2022-12-14machine: Adopt is_lock_function() from builtin-lock.cArnaldo Carvalho de Melo
2022-10-06perf machine: Remove unused struct process_argsYuan Can
2022-08-10perf machine: Fix missing free of machine->kallsyms_filenameAdrian Hunter
2022-07-20perf tools: Handle injected guest kernel mmap eventAdrian Hunter
2022-07-20perf machine: Use realloc_array_as_needed() in machine__set_current_tid()Adrian Hunter
2022-07-18perf buildid-list: Add a "-m" option to show kernel and modules build-idsBlake Jones