summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/machine.c
AgeCommit message (Expand)Author
2018-02-19perf machine: Fix paranoid check in machine__set_kernel_mmap()Namhyung Kim
2018-02-16perf machine: Remove machine__load_kallsyms()Jiri Olsa
2018-02-16perf machine: Don't search for active kernel start in __machine__create_kerne...Jiri Olsa
2018-02-16perf machine: Generalize machine__set_kernel_mmap()Jiri Olsa
2018-02-16perf machine: Move kernel mmap name into struct machineJiri Olsa
2018-02-16perf machine: Free root_dir in machine__init() error pathJiri Olsa
2018-01-08perf report: Fix a wrong offset issue when using /proc/kcoreJin Yao
2017-11-16perf callchain: Reset cursor arg instead of callchain_cursorJiri Olsa
2017-11-16perf machine: Guard against NULL in machine__exit()Arnaldo Carvalho de Melo
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-25perf report: Cache srclines for callchain nodesMilian Wolff
2017-10-25perf report: Cache failed lookups of inlined framesMilian Wolff
2017-10-24perf callchain: Create real callchain entries for inlined framesMilian Wolff
2017-10-24perf callchain: Store srcline in callchain_cursor_nodeMilian Wolff
2017-10-03perf top: Implement multithreading for perf_event__synthesize_threadsKan Liang
2017-09-21perf tools: Provide mutex wrappers for pthreads rwlocksArnaldo Carvalho de Melo
2017-09-18perf machine: Optimize a bit the machine__findnew_thread() methodsArnaldo Carvalho de Melo
2017-09-18perf machine: Use hashtable for machine threadsKan Liang
2017-09-01perf sort: Add sort option for physical addressKan Liang
2017-08-30perf report: Calculate the average cycles of iterationsJin Yao
2017-08-11perf record: Fix wrong size in perf_record_mmap for last kernel moduleThomas Richter
2017-07-25perf report: Make --branch-history work without callgraphs(-g) option in perf...Jin Yao
2017-07-18perf report: Show branch type in callchain entryJin Yao
2017-07-18perf buildid-cache: Cache debuginfoKrister Johansen
2017-07-18perf maps: Lookup maps in both intitial mountns and inner mountns.Krister Johansen
2017-07-12perf symbols: Accept zero as the kernel base addressArnaldo Carvalho de Melo
2017-06-26perf machine: Fix segfault for kernel.kptr_restrict=2Jiri Olsa
2017-06-05perf symbols: Set module info when build-id event foundNamhyung Kim
2017-05-02perf symbols: Accept symbols starting at address 0Arnaldo Carvalho de Melo
2017-04-24perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo
2017-04-19perf tools: Remove regex.h and fnmatch.h from util.hArnaldo Carvalho de Melo
2017-04-19perf tools: Remove include dirent.h from util.hArnaldo Carvalho de Melo
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo
2017-04-19perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo
2017-03-14perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related infoHari Bathini
2017-03-03perf thread: convert thread.refcnt from atomic_t to refcount_tElena Reshetova
2017-02-14perf tools: Be consistent on the type of map->symbols[] interatorArnaldo Carvalho de Melo
2017-02-13perf symbols: No need to check if sym->name is NULLArnaldo Carvalho de Melo
2017-01-11perf machine: Add a kallsyms loading constructorArnaldo Carvalho de Melo
2016-11-14perf report: Add branch flag to callchain cursor nodeJin Yao
2016-10-03perf tools: Experiment with cppcheckArnaldo Carvalho de Melo
2016-09-05perf symbols: Remove symbol_filter_t machineryArnaldo Carvalho de Melo
2016-09-05perf machine: Remove machine->symbol_filter and friendsArnaldo Carvalho de Melo
2016-07-26perf s390: Fix 'start' address of module's mapSong Shan Gong
2016-06-22perf machine: Destructors should accept NULLArnaldo Carvalho de Melo
2016-06-08Merge tag 'perf-core-for-mingo-20160607' of git://git.kernel.org/pub/scm/linu...Ingo Molnar
2016-06-07perf unwind: Move unwind__prepare_access from thread_new into thread__insert_mapHe Kuang
2016-05-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds