summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/machine.c
Commit message (Expand)AuthorAgeFilesLines
* perf tools: handle PERF_RECORD_LOST_SAMPLESKan Liang2015-06-071-0/+10
* perf tools: Deal with kernel module names in '[]' correctlyWang Nan2015-06-031-1/+21
* perf machine: Fix the search for the kernel DSO on the unified listArnaldo Carvalho de Melo2015-06-021-1/+1
* perf machine: Fix up vdso methods namesArnaldo Carvalho de Melo2015-05-291-1/+1
* perf machine: Introduce machine__findnew_dso() methodArnaldo Carvalho de Melo2015-05-291-1/+6
* perf machine: No need to have two DSOs listsArnaldo Carvalho de Melo2015-05-291-17/+11
* perf machine: Adopt findnew_kernel methodArnaldo Carvalho de Melo2015-05-291-6/+5
* perf tools: Reference count struct mapArnaldo Carvalho de Melo2015-05-271-1/+2
* perf machine: Mark removed threads as suchArnaldo Carvalho de Melo2015-05-271-2/+2
* perf machine: Do not call map_groups__delete(), drop refcnt insteadArnaldo Carvalho de Melo2015-05-271-1/+1
* perf machine: Stop accessing atomic_t::counter directlyArnaldo Carvalho de Melo2015-05-151-1/+1
* perf machine: No need to keep a refcnt for last_matchArnaldo Carvalho de Melo2015-05-121-4/+4
* perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo2015-05-081-17/+72
* perf tools: Add support for PERF_RECORD_ITRACE_STARTAdrian Hunter2015-05-051-0/+11
* perf tools: Add support for PERF_RECORD_AUXAdrian Hunter2015-05-051-0/+10
* perf buildid-list: Fix segfault when show DSOs with hitsHe Kuang2015-04-101-3/+1
* perf kmaps: Check kmaps to make code more robustWang Nan2015-04-081-1/+4
* perf callchain: Fix kernel symbol resolution by remembering the cpumodeDavid Hildenbrand2015-03-311-14/+14
* perf tools: Try to lookup kernel module map before creating oneJiri Olsa2015-03-231-0/+5
* perf tools: Remove compressed argument from is_kernel_moduleJiri Olsa2015-03-231-1/+1
* perf tools: Use kmod_path__parse in map_groups__set_modules_path_dirJiri Olsa2015-03-231-24/+41
* perf tools: Use kmod_path__parse for machine__new_dsoJiri Olsa2015-03-211-38/+21
* perf tools: Add machine__module_dso functionJiri Olsa2015-03-211-11/+25
* perf tools: Reference count struct threadArnaldo Carvalho de Melo2015-03-031-21/+23
* perf tools: Construct LBR call chainKan Liang2015-02-181-11/+91
* perf machine: Fix __machine__findnew_thread() error pathNamhyung Kim2015-01-161-1/+3
* perf callchain: Move cpumode resolve code to add_callchain_ipKan Liang2014-12-091-37/+35
* perf callchain: Support handling complete branch stacks as histogramsAndi Kleen2014-12-011-9/+117
* perf tools: Fix segfault due to invalid kernel dso accessNamhyung Kim2014-11-241-2/+2
* perf callchain: Use al.addr to set up call chainAndi Kleen2014-11-191-1/+1
* perf callchain: Factor out adding new call chain entriesAndi Kleen2014-11-191-19/+32
* perf tools: Make vmlinux short name more like kallsyms short nameNamhyung Kim2014-11-051-0/+3
* perf tools: Fix build-id matching on vmlinuxNamhyung Kim2014-11-051-2/+14
* perf symbols: Preparation for compressed kernel module supportNamhyung Kim2014-11-041-1/+18
* perf callchains: Use thread->mg->machineArnaldo Carvalho de Melo2014-10-291-1/+1
* perf thread: Adopt resolve_callchain method from machineArnaldo Carvalho de Melo2014-10-291-8/+7
* perf tools: A thread's machine can be found via thread->mg->machineArnaldo Carvalho de Melo2014-10-291-21/+14
* perf tools: Set thread->mg.machine in all placesArnaldo Carvalho de Melo2014-10-291-3/+2
* perf machine: Add missing dsos->root rbtree root initializationArnaldo Carvalho de Melo2014-10-141-2/+8
* perf symbols: Improve DSO long names lookup speed with rbtreeWaiman Long2014-10-011-0/+1
* perf symbols: Encapsulate dsos list head into struct dsosWaiman Long2014-09-301-12/+12
* perf machine: Fallback to MAP__FUNCTION if daddr maps are NULLDon Zickus2014-08-221-0/+10
* perf tools: Add machine__kernel_ip()Adrian Hunter2014-08-221-0/+23
* perf machine: Rename machine__get_kernel_start_addr() methodAdrian Hunter2014-08-221-4/+4
* perf machine: Add machine__thread_exec_comm()Adrian Hunter2014-08-131-0/+26
* perf tools: Identify which comms are from execAdrian Hunter2014-08-131-1/+3
* perf tools: Add thread parameter to vdso__dso_findnew()Adrian Hunter2014-07-231-2/+2
* perf machine: Fix the lifetime of the VDSO temporary fileAdrian Hunter2014-07-231-0/+4
* perf tools: Pass machine to vdso__dso_findnew()Adrian Hunter2014-07-231-2/+2
* perf machine: Add ability to record the current tid for each cpuAdrian Hunter2014-07-231-0/+46
OpenPOWER on IntegriCloud