aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/machine.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-14perf thread: Fix reference count initial stateArnaldo Carvalho de Melo1-7/+12
2015-12-11perf tools: Clear struct machine during machine__init()Wang Nan1-0/+1
2015-12-09perf machine: Fix machine.vmlinux_maps to make sure to clear the old oneMasami Hiramatsu1-0/+5
2015-12-07perf machine: Pass correct string to dso__adjust_kmod_long_nameWang Nan1-1/+1
2015-11-26perf machine: Adjust dso->long_name for offline moduleWang Nan1-1/+26
2015-11-26perf callchain: Honor hide_unresolvedNamhyung Kim1-0/+5
2015-11-19perf machine: Fix machine__findnew_module_map to put dsoMasami Hiramatsu1-1/+3
2015-11-19perf tools: Fix machine__create_kernel_maps to put kernel dso refcountMasami Hiramatsu1-3/+6
2015-11-19perf machine: Fix to destroy kernel maps when machine exitsMasami Hiramatsu1-0/+1
2015-11-19perf machine: Fix machine__destroy_kernel_maps to drop vmlinux_maps referencesMasami Hiramatsu1-0/+1
2015-11-19perf machine: Fix machine__findnew_module_map to put registered mapMasami Hiramatsu1-0/+2
2015-11-13perf symbols: Fix dso lookup by long name and missing buildidsAdrian Hunter1-0/+1
2015-10-01perf callchain: Allow for max_stack greater than PERF_MAX_STACK_DEPTHAdrian Hunter1-1/+1
2015-09-30perf machine: Add method for common kernel_map(FUNCTION) operationArnaldo Carvalho de Melo1-8/+7
2015-09-30perf machine: Use machine__kernel_map() thoroughlyArnaldo Carvalho de Melo1-11/+12
2015-09-14perf machine: Add pointer to sample's environmentArnaldo Carvalho de Melo1-0/+1
2015-08-20Merge branch 'perf/urgent' into perf/core, to pick up fixes before adding more changesIngo Molnar1-2/+18
2015-08-19perf tools: Make fork event processing more resilientAdrian Hunter1-2/+18
2015-07-23perf tools: Add new PERF_RECORD_SWITCH eventAdrian Hunter1-0/+11
2015-07-23perf symbols: Provide libtraceevent callback to resolve kernel symbolsArnaldo Carvalho de Melo1-0/+14
2015-07-20perf strlist: Make dupstr be the default and part of an extensible config parmArnaldo Carvalho de Melo1-1/+1
2015-07-01perf tools: Add missing break for PERF_RECORD_ITRACE_STARTJiri Olsa1-2/+1
2015-06-19perf tools: Configurable per thread proc map processing time outKan Liang1-3/+4
2015-06-19perf tools: Ensure thread-stack is flushedAdrian Hunter1-0/+21
2015-06-08perf tools: Reference count struct dsoArnaldo Carvalho de Melo1-4/+11
2015-06-08perf tools: Protect accesses the dso rbtrees/lists with a rw lockArnaldo Carvalho de Melo1-6/+21
2015-06-08perf machine: Fix up some more method namesArnaldo Carvalho de Melo1-9/+9
2015-06-07perf tools: handle PERF_RECORD_LOST_SAMPLESKan Liang1-0/+10
2015-06-03perf tools: Deal with kernel module names in '[]' correctlyWang Nan1-1/+21
2015-06-02perf machine: Fix the search for the kernel DSO on the unified listArnaldo Carvalho de Melo1-1/+1
2015-05-29perf machine: Fix up vdso methods namesArnaldo Carvalho de Melo1-1/+1
2015-05-29perf machine: Introduce machine__findnew_dso() methodArnaldo Carvalho de Melo1-1/+6
2015-05-29perf machine: No need to have two DSOs listsArnaldo Carvalho de Melo1-17/+11
2015-05-29perf machine: Adopt findnew_kernel methodArnaldo Carvalho de Melo1-6/+5
2015-05-27perf tools: Reference count struct mapArnaldo Carvalho de Melo1-1/+2
2015-05-27perf machine: Mark removed threads as suchArnaldo Carvalho de Melo1-2/+2
2015-05-27perf machine: Do not call map_groups__delete(), drop refcnt insteadArnaldo Carvalho de Melo1-1/+1
2015-05-15perf machine: Stop accessing atomic_t::counter directlyArnaldo Carvalho de Melo1-1/+1
2015-05-12perf machine: No need to keep a refcnt for last_matchArnaldo Carvalho de Melo1-4/+4
2015-05-08perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo1-17/+72
2015-05-05perf tools: Add support for PERF_RECORD_ITRACE_STARTAdrian Hunter1-0/+11
2015-05-05perf tools: Add support for PERF_RECORD_AUXAdrian Hunter1-0/+10
2015-04-10perf buildid-list: Fix segfault when show DSOs with hitsHe Kuang1-3/+1
2015-04-08perf kmaps: Check kmaps to make code more robustWang Nan1-1/+4
2015-03-31perf callchain: Fix kernel symbol resolution by remembering the cpumodeDavid Hildenbrand1-14/+14
2015-03-23perf tools: Try to lookup kernel module map before creating oneJiri Olsa1-0/+5
2015-03-23perf tools: Remove compressed argument from is_kernel_moduleJiri Olsa1-1/+1
2015-03-23perf tools: Use kmod_path__parse in map_groups__set_modules_path_dirJiri Olsa1-24/+41
2015-03-21perf tools: Use kmod_path__parse for machine__new_dsoJiri Olsa1-38/+21
2015-03-21perf tools: Add machine__module_dso functionJiri Olsa1-11/+25