summaryrefslogtreecommitdiff
path: root/tools/perf/util/machine.c
AgeCommit message (Expand)Author
2023-08-08Revert "perf report: Append inlines to non-DWARF callchains"Arnaldo Carvalho de Melo
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
2021-12-21perf machine: Add a mechanism to inject stack framesAlexandre Truong
2021-10-20perf tools: Add support for PERF_RECORD_AUX_OUTPUT_HW_IDAdrian Hunter
2021-09-18perf machine: Initialize srcline string member in add_location structMichael Petlan
2021-06-19perf machine: Fix refcount usage when processing PERF_RECORD_KSYMBOLRiccardo Mancini
2021-03-23perf tools: Fix various typos in commentsIngo Molnar
2021-03-09perf machine: Assign boolean values to a bool variableJiapeng Chong
2021-02-18perf machine: Factor out machine__idle_thread()Adrian Hunter
2021-02-18perf machine: Factor out machines__find_guest()Adrian Hunter
2021-01-20Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2021-01-15perf intel-pt: Fix 'CPU too large' errorAdrian Hunter
2020-12-28perf tools: Store build id when available in PERF_RECORD_MMAP2 metadata eventsJiri Olsa
2020-12-19perf sort: Add sort option for data page sizeKan Liang