aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/machine.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-26perf s390: Fix 'start' address of module's mapSong Shan Gong1-0/+8
2016-06-22perf machine: Destructors should accept NULLArnaldo Carvalho de Melo1-2/+4
2016-06-08Merge tag 'perf-core-for-mingo-20160607' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar1-2/+12
2016-06-07perf unwind: Move unwind__prepare_access from thread_new into thread__insert_mapHe Kuang1-2/+12
2016-05-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-20/+15
2016-05-20perf callchain: Stop validating callchains by the max_stack sysctlArnaldo Carvalho de Melo1-20/+5
2016-05-20perf trace: Warn when trying to resolve kernel addresses with kptr_restrict=1Arnaldo Carvalho de Melo1-0/+1
2016-05-20perf machine: Do not bail out if not managing to read ref reloc symbolArnaldo Carvalho de Melo1-4/+5
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2016-05-16perf tools: Separate accounting of contexts and real addresses in a stack traceArnaldo Carvalho de Melo1-9/+17
2016-05-16perf symbols: Introduce DSO__NAME_KALLSYMS and DSO__NAME_KCOREMasami Hiramatsu1-1/+1
2016-05-06perf callchain: Fix incorrect ordering of entriesChris Phlipot1-15/+41
2016-05-05perf hists: Move sort__has_parent into struct perf_hpp_listJiri Olsa1-1/+1
2016-05-05perf machine: Introduce number of threads memberArnaldo Carvalho de Melo1-1/+6
2016-04-27perf tools: Set the maximum allowed stack from /proc/sys/kernel/perf_event_max_stackArnaldo Carvalho de Melo1-3/+3
2016-04-19perf symbols: Allow loading kallsyms without considering kcore filesArnaldo Carvalho de Melo1-3/+9
2016-04-18perf evsel: Add missign class prefix to has_branch_stack methodArnaldo Carvalho de Melo1-1/+1
2016-04-18tools/perf: Fix misspellings in comments.Adam Buchbinder1-1/+1
2016-04-14perf callchain: Start moving away from global per thread cursorsArnaldo Carvalho de Melo1-11/+15
2016-03-23perf tools: Add cpumode to struct perf_sampleArnaldo Carvalho de Melo1-8/+6
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