aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/machine.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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_kernel_mapsJiri 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