summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/machine.c
AgeCommit message (Expand)Author
2015-08-19perf tools: Make fork event processing more resilientAdrian Hunter
2015-07-01perf tools: Add missing break for PERF_RECORD_ITRACE_STARTJiri Olsa
2015-06-19perf tools: Configurable per thread proc map processing time outKan Liang
2015-06-19perf tools: Ensure thread-stack is flushedAdrian Hunter
2015-06-08perf tools: Reference count struct dsoArnaldo Carvalho de Melo
2015-06-08perf tools: Protect accesses the dso rbtrees/lists with a rw lockArnaldo Carvalho de Melo
2015-06-08perf machine: Fix up some more method namesArnaldo Carvalho de Melo
2015-06-07perf tools: handle PERF_RECORD_LOST_SAMPLESKan Liang
2015-06-03perf tools: Deal with kernel module names in '[]' correctlyWang Nan
2015-06-02perf machine: Fix the search for the kernel DSO on the unified listArnaldo Carvalho de Melo
2015-05-29perf machine: Fix up vdso methods namesArnaldo Carvalho de Melo
2015-05-29perf machine: Introduce machine__findnew_dso() methodArnaldo Carvalho de Melo
2015-05-29perf machine: No need to have two DSOs listsArnaldo Carvalho de Melo
2015-05-29perf machine: Adopt findnew_kernel methodArnaldo Carvalho de Melo
2015-05-27perf tools: Reference count struct mapArnaldo Carvalho de Melo
2015-05-27perf machine: Mark removed threads as suchArnaldo Carvalho de Melo
2015-05-27perf machine: Do not call map_groups__delete(), drop refcnt insteadArnaldo Carvalho de Melo
2015-05-15perf machine: Stop accessing atomic_t::counter directlyArnaldo Carvalho de Melo
2015-05-12perf machine: No need to keep a refcnt for last_matchArnaldo Carvalho de Melo
2015-05-08perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo
2015-05-05perf tools: Add support for PERF_RECORD_ITRACE_STARTAdrian Hunter
2015-05-05perf tools: Add support for PERF_RECORD_AUXAdrian Hunter
2015-04-10perf buildid-list: Fix segfault when show DSOs with hitsHe Kuang
2015-04-08perf kmaps: Check kmaps to make code more robustWang Nan
2015-03-31perf callchain: Fix kernel symbol resolution by remembering the cpumodeDavid Hildenbrand
2015-03-23perf tools: Try to lookup kernel module map before creating oneJiri Olsa
2015-03-23perf tools: Remove compressed argument from is_kernel_moduleJiri Olsa
2015-03-23perf tools: Use kmod_path__parse in map_groups__set_modules_path_dirJiri Olsa
2015-03-21perf tools: Use kmod_path__parse for machine__new_dsoJiri Olsa
2015-03-21perf tools: Add machine__module_dso functionJiri Olsa
2015-03-03perf tools: Reference count struct threadArnaldo Carvalho de Melo
2015-02-18perf tools: Construct LBR call chainKan Liang
2015-01-16perf machine: Fix __machine__findnew_thread() error pathNamhyung Kim
2014-12-09perf callchain: Move cpumode resolve code to add_callchain_ipKan Liang
2014-12-01perf callchain: Support handling complete branch stacks as histogramsAndi Kleen
2014-11-24perf tools: Fix segfault due to invalid kernel dso accessNamhyung Kim
2014-11-19perf callchain: Use al.addr to set up call chainAndi Kleen
2014-11-19perf callchain: Factor out adding new call chain entriesAndi Kleen
2014-11-05perf tools: Make vmlinux short name more like kallsyms short nameNamhyung Kim
2014-11-05perf tools: Fix build-id matching on vmlinuxNamhyung Kim
2014-11-04perf symbols: Preparation for compressed kernel module supportNamhyung Kim
2014-10-29perf callchains: Use thread->mg->machineArnaldo Carvalho de Melo
2014-10-29perf thread: Adopt resolve_callchain method from machineArnaldo Carvalho de Melo
2014-10-29perf tools: A thread's machine can be found via thread->mg->machineArnaldo Carvalho de Melo
2014-10-29perf tools: Set thread->mg.machine in all placesArnaldo Carvalho de Melo
2014-10-14perf machine: Add missing dsos->root rbtree root initializationArnaldo Carvalho de Melo
2014-10-01perf symbols: Improve DSO long names lookup speed with rbtreeWaiman Long
2014-09-30perf symbols: Encapsulate dsos list head into struct dsosWaiman Long
2014-08-22perf machine: Fallback to MAP__FUNCTION if daddr maps are NULLDon Zickus
2014-08-22perf tools: Add machine__kernel_ip()Adrian Hunter