summaryrefslogtreecommitdiff
path: root/tools/perf/util/machine.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-12-14machine: Adopt is_lock_function() from builtin-lock.cArnaldo Carvalho de Melo1-0/+40
2022-10-06perf machine: Remove unused struct process_argsYuan Can1-4/+0
2022-08-10perf machine: Fix missing free of machine->kallsyms_filenameAdrian Hunter1-0/+1
2022-07-20perf tools: Handle injected guest kernel mmap eventAdrian Hunter1-3/+12
2022-07-20perf machine: Use realloc_array_as_needed() in machine__set_current_tid()Adrian Hunter1-19/+7
2022-07-18perf buildid-list: Add a "-m" option to show kernel and modules build-idsBlake Jones1-0/+15
2022-05-23perf tools: Add guest_code supportAdrian Hunter1-0/+87
2022-05-23perf tools: Factor out thread__set_guest_comm()Adrian Hunter1-3/+9
2022-05-23perf tools: Add machine to machines back pointerAdrian Hunter1-0/+2
2022-04-09perf unwind: Don't show unwind error messages when augmenting frame pointer s...James Clark1-1/+1
2022-02-14perf maps: Use a pointer for kmapsIan Rogers1-17/+21
2022-02-06perf tools: Apply correct label to user/kernel symbols in branch modeGerman Gomez1-0/+2
2022-01-19perf machine: Use path__join() to compose a path instead of snprintf(dir, '/'...Arnaldo Carvalho de Melo1-1/+2
2021-12-22perf arm64: Inject missing frames when using 'perf record --call-graph=fp'Alexandre Truong1-5/+14
2021-12-22perf machine: Add a mechanism to inject stack framesAlexandre Truong1-1/+36
2021-10-20perf tools: Add support for PERF_RECORD_AUX_OUTPUT_HW_IDAdrian Hunter1-0/+10
2021-09-18perf machine: Initialize srcline string member in add_location structMichael Petlan1-0/+1
2021-06-19perf machine: Fix refcount usage when processing PERF_RECORD_KSYMBOLRiccardo Mancini1-1/+2
2021-03-23perf tools: Fix various typos in commentsIngo Molnar1-4/+4
2021-03-09perf machine: Assign boolean values to a bool variableJiapeng Chong1-2/+2
2021-02-18perf machine: Factor out machine__idle_thread()Adrian Hunter1-0/+18
2021-02-18perf machine: Factor out machines__find_guest()Adrian Hunter1-0/+9
2021-01-20Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo1-2/+2
2021-01-15perf intel-pt: Fix 'CPU too large' errorAdrian Hunter1-2/+2
2020-12-28perf tools: Store build id when available in PERF_RECORD_MMAP2 metadata eventsJiri Olsa1-5/+19
2020-12-19perf sort: Add sort option for data page sizeKan Liang1-2/+5
2020-11-27perf tools: Use struct extra_kernel_map in machine__process_kernel_mmap_eventJiri Olsa1-29/+33