summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/machine.c
AgeCommit message (Expand)AuthorLines
2017-06-26perf machine: Fix segfault for kernel.kptr_restrict=2Jiri Olsa-4/+6
2017-06-05perf symbols: Set module info when build-id event foundNamhyung Kim-10/+1
2017-05-02perf symbols: Accept symbols starting at address 0Arnaldo Carvalho de Melo-11/+17
2017-04-24perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo-0/+3
2017-04-19perf tools: Remove regex.h and fnmatch.h from util.hArnaldo Carvalho de Melo-0/+1
2017-04-19perf tools: Remove include dirent.h from util.hArnaldo Carvalho de Melo-0/+1
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo-0/+1
2017-04-19perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo-1/+3
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo-0/+1
2017-03-14perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related infoHari Bathini-0/+34
2017-03-03perf thread: convert thread.refcnt from atomic_t to refcount_tElena Reshetova-1/+1
2017-02-14perf tools: Be consistent on the type of map->symbols[] interatorArnaldo Carvalho de Melo-2/+2
2017-02-13perf symbols: No need to check if sym->name is NULLArnaldo Carvalho de Melo-1/+1
2017-01-11perf machine: Add a kallsyms loading constructorArnaldo Carvalho de Melo-0/+19
2016-11-14perf report: Add branch flag to callchain cursor nodeJin Yao-15/+67
2016-10-03perf tools: Experiment with cppcheckArnaldo Carvalho de Melo-3/+3
2016-09-05perf symbols: Remove symbol_filter_t machineryArnaldo Carvalho de Melo-10/+9
2016-09-05perf machine: Remove machine->symbol_filter and friendsArnaldo Carvalho de Melo-20/+1
2016-07-26perf s390: Fix 'start' address of module's mapSong Shan Gong-0/+8
2016-06-22perf machine: Destructors should accept NULLArnaldo Carvalho de Melo-2/+4
2016-06-08Merge tag 'perf-core-for-mingo-20160607' of git://git.kernel.org/pub/scm/linu...Ingo Molnar-2/+12
2016-06-07perf unwind: Move unwind__prepare_access from thread_new into thread__insert_mapHe Kuang-2/+12
2016-05-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-20/+15
2016-05-20perf callchain: Stop validating callchains by the max_stack sysctlArnaldo Carvalho de Melo-20/+5
2016-05-20perf trace: Warn when trying to resolve kernel addresses with kptr_restrict=1Arnaldo Carvalho de Melo-0/+1
2016-05-20perf machine: Do not bail out if not managing to read ref reloc symbolArnaldo Carvalho de Melo-4/+5
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2016-05-16perf tools: Separate accounting of contexts and real addresses in a stack traceArnaldo Carvalho de Melo-9/+17
2016-05-16perf symbols: Introduce DSO__NAME_KALLSYMS and DSO__NAME_KCOREMasami Hiramatsu-1/+1
2016-05-06perf callchain: Fix incorrect ordering of entriesChris Phlipot-15/+41
2016-05-05perf hists: Move sort__has_parent into struct perf_hpp_listJiri Olsa-1/+1
2016-05-05perf machine: Introduce number of threads memberArnaldo Carvalho de Melo-1/+6
2016-04-27perf tools: Set the maximum allowed stack from /proc/sys/kernel/perf_event_ma...Arnaldo Carvalho de Melo-3/+3
2016-04-19perf symbols: Allow loading kallsyms without considering kcore filesArnaldo Carvalho de Melo-3/+9
2016-04-18perf evsel: Add missign class prefix to has_branch_stack methodArnaldo Carvalho de Melo-1/+1
2016-04-18tools/perf: Fix misspellings in comments.Adam Buchbinder-1/+1
2016-04-14perf callchain: Start moving away from global per thread cursorsArnaldo Carvalho de Melo-11/+15
2016-03-23perf tools: Add cpumode to struct perf_sampleArnaldo Carvalho de Melo-8/+6
2015-12-14perf thread: Fix reference count initial stateArnaldo Carvalho de Melo-7/+12
2015-12-11perf tools: Clear struct machine during machine__init()Wang Nan-0/+1
2015-12-09perf machine: Fix machine.vmlinux_maps to make sure to clear the old oneMasami Hiramatsu-0/+5
2015-12-07perf machine: Pass correct string to dso__adjust_kmod_long_nameWang Nan-1/+1
2015-11-26perf machine: Adjust dso->long_name for offline moduleWang Nan-1/+26
2015-11-26perf callchain: Honor hide_unresolvedNamhyung Kim-0/+5
2015-11-19perf machine: Fix machine__findnew_module_map to put dsoMasami Hiramatsu-1/+3
2015-11-19perf tools: Fix machine__create_kernel_maps to put kernel dso refcountMasami Hiramatsu-3/+6
2015-11-19perf machine: Fix to destroy kernel maps when machine exitsMasami Hiramatsu-0/+1
2015-11-19perf machine: Fix machine__destroy_kernel_maps to drop vmlinux_maps referencesMasami Hiramatsu-0/+1
2015-11-19perf machine: Fix machine__findnew_module_map to put registered mapMasami Hiramatsu-0/+2
2015-11-13perf symbols: Fix dso lookup by long name and missing buildidsAdrian Hunter-0/+1