summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/machine.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-23perf tools: Add thread parameter to vdso__dso_findnew()Adrian Hunter1-2/+2
2014-07-23perf machine: Fix the lifetime of the VDSO temporary fileAdrian Hunter1-0/+4
2014-07-23perf tools: Pass machine to vdso__dso_findnew()Adrian Hunter1-2/+2
2014-07-23perf machine: Add ability to record the current tid for each cpuAdrian Hunter1-0/+46
2014-07-17perf machine: Fix leak of 'struct thread' on error pathAdrian Hunter1-1/+3
2014-07-17perf machine: Fix map groups of threads with unknown pidsAdrian Hunter1-6/+51
2014-07-16perf machine: Fix the value used for unknown pidsAdrian Hunter1-3/+3
2014-06-27perf tools powerpc: Adjust callchain based on DWARF debug infoSukadev Bhattiprolu1-2/+16
2014-06-20perf symbols: Get kernel start address by symbol nameSimon Que1-32/+22
2014-06-09perf tools: Update mmap2 interface with protection and flag bitsDon Zickus1-1/+3
2014-05-01Merge branch 'perf/urgent' into perf/core, to resolve conflictIngo Molnar1-4/+12
2014-04-30perf machine: Search for modules in %s/lib/modules/%sRichard Yao1-4/+12
2014-04-28perf tools: Share map_groups among threads of the same groupJiri Olsa1-0/+11
2014-03-18perf tools: Use tid in mmap/mmap2 events to find mapsDon Zickus1-2/+2
2014-03-18perf symbols: Record the reason for filtering an address_locationNamhyung Kim1-1/+1
2014-03-14perf machine: Factor machine__find_thread to take tid argumentJiri Olsa1-4/+9
2014-03-14perf symbols: Introduce thread__find_cpumode_addr_locationArnaldo Carvalho de Melo1-25/+8
2014-03-11Merge branch 'perf/urgent' into perf/coreIngo Molnar1-1/+1
2014-03-10perf machine: Use map as success in ip__resolve_amsDon Zickus1-1/+1
2014-02-18perf callchain: Add mask into struct regs_dumpJiri Olsa1-2/+1
2014-02-18perf tools: Shorten sample symbol resolving function signatureArnaldo Carvalho de Melo1-7/+6
2014-02-18perf tools: Shorten sample symbol resolving function signatureArnaldo Carvalho de Melo1-6/+5
2014-01-31perf machine: Set up ref_reloc_sym in machine__create_kernel_maps()Adrian Hunter1-0/+23
2014-01-31perf machine: Add machine__get_kallsyms_filename()Adrian Hunter1-8/+11
2014-01-15perf tools: Remove symbol_conf.use_callchain checkNamhyung Kim1-2/+0
2014-01-13perf machine: Fix id_hdr_size initializationJiri Olsa1-0/+1
2013-12-27perf tools: Introduce zfreeArnaldo Carvalho de Melo1-7/+5
2013-12-13tools lib symbol: Start carving out symbol parsing routines from perfArnaldo Carvalho de Melo1-0/+1
2013-12-10perf symbols: Remove open coded management of long_name_allocated memberArnaldo Carvalho de Melo1-2/+1
2013-12-10perf symbols: Remove open coded management of short_name_allocated memberAdrian Hunter1-2/+1
2013-12-10perf machine: Don't open code assign dso->short_nameArnaldo Carvalho de Melo1-1/+1
2013-12-10perf symbols: Rename [sl]name_alloc to match the members they refer toArnaldo Carvalho de Melo1-2/+2
2013-12-04perf tools: Remove condition in machine__get_kernel_start_addr.Dongsheng Yang1-9/+5
2013-11-14perf symbols: Limit max callchain using max_stack on DWARF unwinding tooArnaldo Carvalho de Melo1-1/+1
2013-11-12perf target: Shorten perf_target__ to target__Arnaldo Carvalho de Melo1-3/+3
2013-11-11perf machine: Simplify synthesize_threads methodArnaldo Carvalho de Melo1-3/+3
2013-11-11perf machine: Introduce synthesize_threads method out of open coded equivalentArnaldo Carvalho de Melo1-0/+12
2013-11-04perf tools: Add time argument on COMM settingFrederic Weisbecker1-17/+22
2013-10-21perf report: Add --max-stack option to limit callchain stack scanWaiman Long1-5/+9
2013-10-11perf symbols: Make a separate function to parse /proc/modulesAdrian Hunter1-49/+18
2013-10-11perf machine: Add method to loop over threads and invoke handlerDavid Ahern1-0/+23
2013-10-11perf trace: Fix comm resolution when reading events from fileDavid Ahern1-0/+17
2013-10-11perf machine: Use snprintf instead of sprintfAdrian Hunter1-3/+3
2013-09-25perf machine: Fix path unpopulated in machine__create_modules()Adrian Hunter1-1/+1
2013-09-11perf tools: Add attr->mmap2 supportStephane Eranian1-1/+52
2013-08-29perf tools: change machine__findnew_thread() to set thread pidAdrian Hunter1-7/+15
2013-08-27perf tools: Add pid to struct threadAdrian Hunter1-5/+11
2013-08-26perf tools: Sample after exit loses thread correlationDavid Ahern1-14/+20
2013-08-12perf tools: Remove filter parameter of thread__find_addr_location()Adrian Hunter1-4/+4
2013-08-12perf machine: Add symbol filter to struct machineAdrian Hunter1-0/+20