summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/machine.c
AgeCommit message (Expand)AuthorLines
2014-12-09perf callchain: Move cpumode resolve code to add_callchain_ipKan Liang-37/+35
2014-12-01perf callchain: Support handling complete branch stacks as histogramsAndi Kleen-9/+117
2014-11-24perf tools: Fix segfault due to invalid kernel dso accessNamhyung Kim-2/+2
2014-11-19perf callchain: Use al.addr to set up call chainAndi Kleen-1/+1
2014-11-19perf callchain: Factor out adding new call chain entriesAndi Kleen-19/+32
2014-11-05perf tools: Make vmlinux short name more like kallsyms short nameNamhyung Kim-0/+3
2014-11-05perf tools: Fix build-id matching on vmlinuxNamhyung Kim-2/+14
2014-11-04perf symbols: Preparation for compressed kernel module supportNamhyung Kim-1/+18
2014-10-29perf callchains: Use thread->mg->machineArnaldo Carvalho de Melo-1/+1
2014-10-29perf thread: Adopt resolve_callchain method from machineArnaldo Carvalho de Melo-8/+7
2014-10-29perf tools: A thread's machine can be found via thread->mg->machineArnaldo Carvalho de Melo-21/+14
2014-10-29perf tools: Set thread->mg.machine in all placesArnaldo Carvalho de Melo-3/+2
2014-10-14perf machine: Add missing dsos->root rbtree root initializationArnaldo Carvalho de Melo-2/+8
2014-10-01perf symbols: Improve DSO long names lookup speed with rbtreeWaiman Long-0/+1
2014-09-30perf symbols: Encapsulate dsos list head into struct dsosWaiman Long-12/+12
2014-08-22perf machine: Fallback to MAP__FUNCTION if daddr maps are NULLDon Zickus-0/+10
2014-08-22perf tools: Add machine__kernel_ip()Adrian Hunter-0/+23
2014-08-22perf machine: Rename machine__get_kernel_start_addr() methodAdrian Hunter-4/+4
2014-08-13perf machine: Add machine__thread_exec_comm()Adrian Hunter-0/+26
2014-08-13perf tools: Identify which comms are from execAdrian Hunter-1/+3
2014-07-23perf tools: Add thread parameter to vdso__dso_findnew()Adrian Hunter-2/+2
2014-07-23perf machine: Fix the lifetime of the VDSO temporary fileAdrian Hunter-0/+4
2014-07-23perf tools: Pass machine to vdso__dso_findnew()Adrian Hunter-2/+2
2014-07-23perf machine: Add ability to record the current tid for each cpuAdrian Hunter-0/+46
2014-07-17perf machine: Fix leak of 'struct thread' on error pathAdrian Hunter-1/+3
2014-07-17perf machine: Fix map groups of threads with unknown pidsAdrian Hunter-6/+51
2014-07-16perf machine: Fix the value used for unknown pidsAdrian Hunter-3/+3
2014-06-27perf tools powerpc: Adjust callchain based on DWARF debug infoSukadev Bhattiprolu-2/+16
2014-06-20perf symbols: Get kernel start address by symbol nameSimon Que-32/+22
2014-06-09perf tools: Update mmap2 interface with protection and flag bitsDon Zickus-1/+3
2014-05-01Merge branch 'perf/urgent' into perf/core, to resolve conflictIngo Molnar-4/+12
2014-04-30perf machine: Search for modules in %s/lib/modules/%sRichard Yao-4/+12
2014-04-28perf tools: Share map_groups among threads of the same groupJiri Olsa-0/+11
2014-03-18perf tools: Use tid in mmap/mmap2 events to find mapsDon Zickus-2/+2
2014-03-18perf symbols: Record the reason for filtering an address_locationNamhyung Kim-1/+1
2014-03-14perf machine: Factor machine__find_thread to take tid argumentJiri Olsa-4/+9
2014-03-14perf symbols: Introduce thread__find_cpumode_addr_locationArnaldo Carvalho de Melo-25/+8
2014-03-11Merge branch 'perf/urgent' into perf/coreIngo Molnar-1/+1
2014-03-10perf machine: Use map as success in ip__resolve_amsDon Zickus-1/+1
2014-02-18perf callchain: Add mask into struct regs_dumpJiri Olsa-2/+1
2014-02-18perf tools: Shorten sample symbol resolving function signatureArnaldo Carvalho de Melo-7/+6
2014-02-18perf tools: Shorten sample symbol resolving function signatureArnaldo Carvalho de Melo-6/+5
2014-01-31perf machine: Set up ref_reloc_sym in machine__create_kernel_maps()Adrian Hunter-0/+23
2014-01-31perf machine: Add machine__get_kallsyms_filename()Adrian Hunter-8/+11
2014-01-15perf tools: Remove symbol_conf.use_callchain checkNamhyung Kim-2/+0
2014-01-13perf machine: Fix id_hdr_size initializationJiri Olsa-0/+1
2013-12-27perf tools: Introduce zfreeArnaldo Carvalho de Melo-7/+5
2013-12-13tools lib symbol: Start carving out symbol parsing routines from perfArnaldo Carvalho de Melo-0/+1
2013-12-10perf symbols: Remove open coded management of long_name_allocated memberArnaldo Carvalho de Melo-2/+1
2013-12-10perf symbols: Remove open coded management of short_name_allocated memberAdrian Hunter-2/+1