summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/machine.c
Commit message (Expand)AuthorAgeFilesLines
* perf callchain: Add mask into struct regs_dumpJiri Olsa2014-02-181-2/+1Star
* perf tools: Shorten sample symbol resolving function signatureArnaldo Carvalho de Melo2014-02-181-7/+6Star
* perf tools: Shorten sample symbol resolving function signatureArnaldo Carvalho de Melo2014-02-181-6/+5Star
* 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/+0Star
* perf machine: Fix id_hdr_size initializationJiri Olsa2014-01-131-0/+1
* perf tools: Introduce zfreeArnaldo Carvalho de Melo2013-12-271-7/+5Star
* tools lib symbol: Start carving out symbol parsing routines from perfArnaldo Carvalho de Melo2013-12-131-0/+1
* perf symbols: Remove open coded management of long_name_allocated memberArnaldo Carvalho de Melo2013-12-101-2/+1Star
* perf symbols: Remove open coded management of short_name_allocated memberAdrian Hunter2013-12-101-2/+1Star
* perf machine: Don't open code assign dso->short_nameArnaldo Carvalho de Melo2013-12-101-1/+1
* perf symbols: Rename [sl]name_alloc to match the members they refer toArnaldo Carvalho de Melo2013-12-101-2/+2
* perf tools: Remove condition in machine__get_kernel_start_addr.Dongsheng Yang2013-12-041-9/+5Star
* perf symbols: Limit max callchain using max_stack on DWARF unwinding tooArnaldo Carvalho de Melo2013-11-141-1/+1
* perf target: Shorten perf_target__ to target__Arnaldo Carvalho de Melo2013-11-121-3/+3
* perf machine: Simplify synthesize_threads methodArnaldo Carvalho de Melo2013-11-111-3/+3
* perf machine: Introduce synthesize_threads method out of open coded equivalentArnaldo Carvalho de Melo2013-11-111-0/+12
* perf tools: Add time argument on COMM settingFrederic Weisbecker2013-11-041-17/+22
* perf report: Add --max-stack option to limit callchain stack scanWaiman Long2013-10-211-5/+9
* perf symbols: Make a separate function to parse /proc/modulesAdrian Hunter2013-10-111-49/+18Star
* perf machine: Add method to loop over threads and invoke handlerDavid Ahern2013-10-111-0/+23
* perf trace: Fix comm resolution when reading events from fileDavid Ahern2013-10-111-0/+17
* perf machine: Use snprintf instead of sprintfAdrian Hunter2013-10-111-3/+3
* perf machine: Fix path unpopulated in machine__create_modules()Adrian Hunter2013-09-251-1/+1
* perf tools: Add attr->mmap2 supportStephane Eranian2013-09-111-1/+52
* perf tools: change machine__findnew_thread() to set thread pidAdrian Hunter2013-08-291-7/+15
* perf tools: Add pid to struct threadAdrian Hunter2013-08-271-5/+11
* perf tools: Sample after exit loses thread correlationDavid Ahern2013-08-261-14/+20
* perf tools: Remove filter parameter of thread__find_addr_location()Adrian Hunter2013-08-121-4/+4
* perf machine: Add symbol filter to struct machineAdrian Hunter2013-08-121-0/+20
* perf machine: Do not require /lib/modules/* on a guestJason Wessel2013-08-071-1/+4
* perf symbols: Add support for reading from /proc/kcoreAdrian Hunter2013-08-071-0/+16
* perf tools: Make it possible to read object code from vmlinuxAdrian Hunter2013-08-071-3/+1Star
* perf report/top: Add option to collapse undesired parts of call graphGreg Price2013-07-121-9/+15
* perf tools: struct thread has a tid not a pidAdrian Hunter2013-07-121-10/+10
* perf tools: Remove callchain_cursor_reset callJiri Olsa2013-07-121-2/+0Star
* perf machine: Detect data vs. text mappingsStephane Eranian2013-04-011-1/+9
* perf tools: Add mem access sampling core supportStephane Eranian2013-04-011-0/+32
* perf machine: Move machine__remove_thread and make staticDavid Ahern2013-03-151-11/+11
* perf machine: Introduce struct machinesArnaldo Carvalho de Melo2013-01-241-22/+42
* perf machine: Move more machine methods to machine.cArnaldo Carvalho de Melo2012-12-091-0/+742
* perf machine: Move more methods to machine.[ch]Arnaldo Carvalho de Melo2012-11-091-0/+183
* perf machine: Set kernel data mapping lengthNamhyung Kim2012-11-081-9/+13
* perf machine: Carve up event processing specific from perf_toolArnaldo Carvalho de Melo2012-10-061-0/+220
* perf machine: Introduce find_thread methodArnaldo Carvalho de Melo2012-10-061-0/+57