summaryrefslogtreecommitdiff
path: root/tools/perf/util/machine.c
AgeCommit message (Expand)Author
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
2022-05-23perf tools: Add guest_code supportAdrian Hunter
2022-05-23perf tools: Factor out thread__set_guest_comm()Adrian Hunter
2022-05-23perf tools: Add machine to machines back pointerAdrian Hunter
2022-04-09perf unwind: Don't show unwind error messages when augmenting frame pointer s...James Clark
2022-02-14perf maps: Use a pointer for kmapsIan Rogers
2022-02-06perf tools: Apply correct label to user/kernel symbols in branch modeGerman Gomez
2022-01-19perf machine: Use path__join() to compose a path instead of snprintf(dir, '/'...Arnaldo Carvalho de Melo
2021-12-21perf arm64: Inject missing frames when using 'perf record --call-graph=fp'Alexandre Truong