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