aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/machine.h
AgeCommit message (Expand)AuthorFilesLines
2025-07-25perf machine: Explicitly pass in host perf_envIan Rogers1-3/+3
2025-05-28perf machine: Factor creating a "live" machine out of dwarf-unwindIan Rogers1-0/+1
2025-02-17perf report: Add machine parallelismDmitry Vyukov1-0/+6
2025-02-10perf tools: Deadcode removalDr. David Alan Gilbert1-2/+0
2024-09-10perf callchain: Allow symbols to be optional when resolving a callchainIan Rogers1-7/+26
2024-08-19perf dso: Constify dso_idIan Rogers1-1/+2
2024-04-12perf dsos: Attempt to better abstract DSOs internalsIan Rogers1-0/+2
2024-03-21perf lock contention: Trim backtrace by skipping traceiter functionsAnne Macedo1-1/+1
2024-03-03perf threads: Move threads to its own filesIan Rogers1-25/+1
2024-03-03perf machine: Move machine's threads into its own abstractionIan Rogers1-9/+17
2024-03-03perf report: Sort child tasks by tidIan Rogers1-0/+10
2023-10-25perf threads: Remove unused dead thread listIan Rogers1-1/+0
2022-12-14machine: Adopt is_lock_function() from builtin-lock.cArnaldo Carvalho de Melo1-0/+5
2022-10-31perf machine: Move machine__resolve() from event.hArnaldo Carvalho de Melo1-0/+3
2022-07-20perf machine: Use realloc_array_as_needed() in machine__set_current_tid()Adrian Hunter1-0/+1
2022-07-20perf tools: Automatically use guest kcore_dir if presentAdrian Hunter1-0/+1
2022-07-18perf buildid-list: Add a "-m" option to show kernel and modules build-idsBlake Jones1-0/+5
2022-05-23perf tools: Add guest_code supportAdrian Hunter1-0/+2
2022-05-23perf tools: Add machine to machines back pointerAdrian Hunter1-0/+2
2022-05-13perf tools: Remove unused machines__find_host()Adrian Hunter1-1/+0
2022-02-14perf maps: Use a pointer for kmapsIan Rogers1-4/+4
2021-12-21perf arm64: Inject missing frames when using 'perf record --call-graph=fp'Alexandre Truong1-0/+1
2021-10-20perf tools: Add support for PERF_RECORD_AUX_OUTPUT_HW_IDAdrian Hunter1-0/+2
2021-02-18perf machine: Factor out machine__idle_thread()Adrian Hunter1-0/+1
2021-02-18perf machine: Factor out machines__find_guest()Adrian Hunter1-0/+1
2020-09-17perf machine: Add machine__for_each_dso() functionJiri Olsa1-0/+4
2020-07-10perf tools: Add support for PERF_RECORD_TEXT_POKEAdrian Hunter1-0/+3
2020-04-03perf tools: Basic support for CGROUP eventNamhyung Kim1-0/+3
2019-11-26perf maps: Rename map_groups.h to maps.hArnaldo Carvalho de Melo1-1/+1
2019-11-26perf maps: Merge 'struct maps' with 'struct map_groups'Arnaldo Carvalho de Melo1-4/+4
2019-11-19perf dso: Move dso_id from 'struct map' to 'struct dso'Arnaldo Carvalho de Melo1-0/+2
2019-11-18perf machine: No need to check if kernel module maps pre-existArnaldo Carvalho de Melo1-2/+0
2019-09-20perf tools: Move event synthesizing routines to separate headerArnaldo Carvalho de Melo1-15/+0
2019-08-31perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo1-1/+2
2019-08-26perf record: Move record_opts and other record decls out of perf.hArnaldo Carvalho de Melo1-0/+1
2019-08-12Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo1-1/+1
2019-08-08perf record: Fix module size on s390Thomas Richter1-1/+1
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa1-2/+2
2019-07-29perf tools: Rename struct thread_map to struct perf_thread_mapJiri Olsa1-2/+2
2019-02-06perf map: Move structs and prototypes for map groups to a separate headerArnaldo Carvalho de Melo1-1/+1
2019-01-25perf machine: Use cached rbtreesDavidlohr Bueso1-6/+6
2019-01-21perf tools: Handle PERF_RECORD_KSYMBOLSong Liu1-0/+3
2018-12-17perf tools: Allow specifying proc-map-timeout in config fileMark Drayton1-3/+0
2018-12-17perf thread: Add fallback functions for cases where cpumode is insufficientAdrian Hunter1-0/+2
2018-12-17perf machine: Record if a arch has a single user/kernel address spaceAdrian Hunter1-0/+1
2018-08-13tools lib traceevent, perf tools: Rename pevent_set_* APIsTzvetomir Stoyanov (VMware)1-1/+1
2018-05-23perf machine: Create maps for x86 PTI entry trampolinesAdrian Hunter1-0/+19
2018-05-22perf machine: Workaround missing maps for x86 PTI entry trampolinesAdrian Hunter1-0/+3
2018-05-22perf machine: Add nr_cpus_avail()Adrian Hunter1-0/+1
2018-05-19perf machine: Add machine__is() to identify machine archAdrian Hunter1-0/+2
2018-04-30perf machine: Ditch find_kernel_function variantsArnaldo Carvalho de Melo1-15/+0
2018-04-27perf symbols: Unify symbol mapsArnaldo Carvalho de Melo1-23/+9
2018-04-26perf machine: Remove needless map_type from machine__load_vmlinux_path()Arnaldo Carvalho de Melo1-1/+1
2018-04-26perf machine: Shorten machine__load_kallsyms() signatureArnaldo Carvalho de Melo1-2/+8
2018-04-26perf machine: Introduce machine__kernel_maps()Arnaldo Carvalho de Melo1-0/+12
2018-02-16perf machine: Remove machine__load_kallsyms()Jiri Olsa1-2/+0
2018-02-16perf machine: Don't search for active kernel start in __machine__create_kerne...Jiri Olsa1-1/+0
2018-02-16perf machine: Move kernel mmap name into struct machineJiri Olsa1-2/+1
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-03perf top: Implement multithreading for perf_event__synthesize_threadsKan Liang1-3/+6
2017-09-21perf tools: Provide mutex wrappers for pthreads rwlocksArnaldo Carvalho de Melo1-1/+2
2017-09-18perf machine: Use hashtable for machine threadsKan Liang1-5/+18
2017-03-14perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related infoHari Bathini1-0/+3
2017-01-11perf machine: Add a kallsyms loading constructorArnaldo Carvalho de Melo1-0/+1
2016-09-05perf symbols: Remove symbol_filter_t machineryArnaldo Carvalho de Melo1-19/+11
2016-09-05perf machine: Remove machine->symbol_filter and friendsArnaldo Carvalho de Melo1-4/+0
2016-07-26perf s390: Fix 'start' address of module's mapSong Shan Gong1-0/+1
2016-05-20perf trace: Warn when trying to resolve kernel addresses with kptr_restrict=1Arnaldo Carvalho de Melo1-0/+1
2016-05-05perf machine: Introduce number of threads memberArnaldo Carvalho de Melo1-0/+1
2016-04-19perf symbols: Allow loading kallsyms without considering kcore filesArnaldo Carvalho de Melo1-0/+2
2016-04-14perf callchain: Start moving away from global per thread cursorsArnaldo Carvalho de Melo1-0/+4
2016-03-23perf tools: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo1-1/+1
2016-01-26perf machine: Introduce machine__find_kernel_symbol_by_name()Arnaldo Carvalho de Melo1-0/+10
2015-09-30perf machine: Add method for common kernel_map(FUNCTION) operationArnaldo Carvalho de Melo1-1/+7
2015-09-14perf machine: Add pointer to sample's environmentArnaldo Carvalho de Melo1-0/+1
2015-07-23perf tools: Add new PERF_RECORD_SWITCH eventAdrian Hunter1-0/+2
2015-07-23perf symbols: Provide libtraceevent callback to resolve kernel symbolsArnaldo Carvalho de Melo1-0/+4
2015-06-19perf tools: Configurable per thread proc map processing time outKan Liang1-3/+6
2015-06-19perf tools: Ensure thread-stack is flushedAdrian Hunter1-0/+3
2015-06-08perf machine: Fix up some more method namesArnaldo Carvalho de Melo1-2/+2
2015-06-07perf tools: handle PERF_RECORD_LOST_SAMPLESKan Liang1-0/+2
2015-05-29perf machine: Introduce machine__findnew_dso() methodArnaldo Carvalho de Melo1-0/+2
2015-05-29perf machine: No need to have two DSOs listsArnaldo Carvalho de Melo1-2/+1
2015-05-08perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo1-2/+3
2015-05-05perf tools: Add support for PERF_RECORD_ITRACE_STARTAdrian Hunter1-0/+2
2015-05-05perf tools: Add support for PERF_RECORD_AUXAdrian Hunter1-0/+2
2015-04-10perf buildid-list: Fix segfault when show DSOs with hitsHe Kuang1-0/+1
2015-03-03perf tools: Reference count struct threadArnaldo Carvalho de Melo1-1/+0
2014-10-29perf tools: Add facility to export data in database-friendly wayAdrian Hunter1-0/+4
2014-10-29perf thread: Adopt resolve_callchain method from machineArnaldo Carvalho de Melo1-7/+6
2014-09-30perf symbols: Encapsulate dsos list head into struct dsosWaiman Long1-2/+3
2014-08-22perf tools: Add machine__kernel_ip()Adrian Hunter1-0/+17
2014-08-13perf machine: Add machine__thread_exec_comm()Adrian Hunter1-0/+4
2014-07-23perf machine: Fix the lifetime of the VDSO temporary fileAdrian Hunter1-0/+3
2014-07-23perf machine: Add ability to record the current tid for each cpuAdrian Hunter1-0/+5
2014-03-14perf machine: Factor machine__find_thread to take tid argumentJiri Olsa1-1/+2
2014-02-18perf tools: Shorten sample symbol resolving function signatureArnaldo Carvalho de Melo1-3/+2
2014-02-18perf tools: Shorten sample symbol resolving function signatureArnaldo Carvalho de Melo1-3/+2
2014-01-31perf machine: Set up ref_reloc_sym in machine__create_kernel_maps()Adrian Hunter1-0/+2
2013-11-12perf target: Shorten perf_target__ to target__Arnaldo Carvalho de Melo1-2/+2
2013-11-11perf machine: Simplify synthesize_threads methodArnaldo Carvalho de Melo1-3/+11
2013-11-11perf machine: Introduce synthesize_threads method out of open coded equivalentArnaldo Carvalho de Melo1-0/+4
2013-11-04perf tools: Add time argument on COMM settingFrederic Weisbecker1-7/+14
2013-10-21perf report: Add --max-stack option to limit callchain stack scanWaiman Long1-1/+2
2013-10-11perf machine: Add method to loop over threads and invoke handlerDavid Ahern1-0/+4
2013-10-11perf trace: Fix comm resolution when reading events from fileDavid Ahern1-0/+1
2013-09-11perf tools: Add attr->mmap2 supportStephane Eranian1-0/+1
2013-08-29perf tools: change machine__findnew_thread() to set thread pidAdrian Hunter1-1/+2
2013-08-12perf machine: Add symbol filter to struct machineAdrian Hunter1-0/+5
2013-07-12perf report/top: Add option to collapse undesired parts of call graphGreg Price1-1/+3
2013-07-12perf tools: struct thread has a tid not a pidAdrian Hunter1-2/+2
2013-04-01perf tools: Add mem access sampling core supportStephane Eranian1-0/+3
2013-03-15perf machine: Move machine__remove_thread and make staticDavid Ahern1-1/+0
2013-01-24perf machine: Introduce struct machinesArnaldo Carvalho de Melo1-12/+20
2012-12-09perf machine: Move more machine methods to machine.cArnaldo Carvalho de Melo1-1/+2
2012-12-09perf symbols: Generalize filter in __fprintf_buildid methodsArnaldo Carvalho de Melo1-4/+4
2012-11-09perf machine: Move more methods to machine.[ch]Arnaldo Carvalho de Melo1-1/+130
2012-10-06perf machine: Carve up event processing specific from perf_toolArnaldo Carvalho de Melo1-0/+8
2012-10-06perf machine: Introduce find_thread methodArnaldo Carvalho de Melo1-0/+11