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