summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/machine.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* perf machine: Fix leak of 'struct thread' on error pathAdrian Hunter2014-07-171-1/+3
* perf machine: Fix map groups of threads with unknown pidsAdrian Hunter2014-07-171-6/+51
* perf machine: Fix the value used for unknown pidsAdrian Hunter2014-07-161-3/+3
* perf tools powerpc: Adjust callchain based on DWARF debug infoSukadev Bhattiprolu2014-06-271-2/+16
* perf symbols: Get kernel start address by symbol nameSimon Que2014-06-201-32/+22
* perf tools: Update mmap2 interface with protection and flag bitsDon Zickus2014-06-091-1/+3
* Merge branch 'perf/urgent' into perf/core, to resolve conflictIngo Molnar2014-05-011-4/+12
|\
| * perf machine: Search for modules in %s/lib/modules/%sRichard Yao2014-04-301-4/+12
* | perf tools: Share map_groups among threads of the same groupJiri Olsa2014-04-281-0/+11
|/
* perf tools: Use tid in mmap/mmap2 events to find mapsDon Zickus2014-03-181-2/+2
* perf symbols: Record the reason for filtering an address_locationNamhyung Kim2014-03-181-1/+1
* perf machine: Factor machine__find_thread to take tid argumentJiri Olsa2014-03-141-4/+9
* perf symbols: Introduce thread__find_cpumode_addr_locationArnaldo Carvalho de Melo2014-03-141-25/+8
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2014-03-111-1/+1
|\
| * perf machine: Use map as success in ip__resolve_amsDon Zickus2014-03-101-1/+1
* | perf callchain: Add mask into struct regs_dumpJiri Olsa2014-02-181-2/+1
* | perf tools: Shorten sample symbol resolving function signatureArnaldo Carvalho de Melo2014-02-181-7/+6
* | perf tools: Shorten sample symbol resolving function signatureArnaldo Carvalho de Melo2014-02-181-6/+5
|/
* perf machine: Set up ref_reloc_sym in machine__create_kernel_maps()Adrian Hunter2014-01-311-0/+23
* perf machine: Add machine__get_kallsyms_filename()Adrian Hunter2014-01-311-8/+11
* perf tools: Remove symbol_conf.use_callchain checkNamhyung Kim2014-01-151-2/+0
* perf machine: Fix id_hdr_size initializationJiri Olsa2014-01-131-0/+1
* perf tools: Introduce zfreeArnaldo Carvalho de Melo2013-12-271-7/+5
OpenPOWER on IntegriCloud