aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/machine.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-26perf thread: Ditch __thread__find_symbol()Arnaldo Carvalho de Melo1-9/+1
2018-04-26perf machine: Use machine__find_kernel_function() instead of open coded versionArnaldo Carvalho de Melo1-1/+1
2018-04-26perf thread: Remove addr_type arg from thread__find_cpumode_addr_location()Arnaldo Carvalho de Melo1-3/+2
2018-04-26perf machine: Remove needless map_type from machine__load_vmlinux_path()Arnaldo Carvalho de Melo1-2/+2
2018-04-26perf machine: Shorten machine__load_kallsyms() signatureArnaldo Carvalho de Melo1-5/+3
2018-04-26perf map: Shorten map_groups__find_by_name() signatureArnaldo Carvalho de Melo1-4/+2
2018-04-26perf thread: Introduce thread__find_symbol()Arnaldo Carvalho de Melo1-4/+3
2018-04-23perf machine: Set main kernel end address properlyNamhyung Kim1-12/+18
2018-03-16perf machine: Fix mmap name setupJiri Olsa1-15/+13
2018-03-08perf tools: Add refcnt into struct mem_infoJiri Olsa1-1/+1
2018-02-19perf machine: Fix paranoid check in machine__set_kernel_mmap()Namhyung Kim1-1/+1
2018-02-16perf machine: Remove machine__load_kallsyms()Jiri Olsa1-10/+4
2018-02-16perf machine: Don't search for active kernel start in __machine__create_kernel_mapsJiri Olsa1-29/+26
2018-02-16perf machine: Generalize machine__set_kernel_mmap()Jiri Olsa1-6/+7
2018-02-16perf machine: Move kernel mmap name into struct machineJiri Olsa1-34/+33
2018-02-16perf machine: Free root_dir in machine__init() error pathJiri Olsa1-1/+7
2018-01-08perf report: Fix a wrong offset issue when using /proc/kcoreJin Yao1-1/+1
2017-11-16perf callchain: Reset cursor arg instead of callchain_cursorJiri Olsa1-1/+1
2017-11-16perf machine: Guard against NULL in machine__exit()Arnaldo Carvalho de Melo1-0/+3
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-25perf report: Cache srclines for callchain nodesMilian Wolff1-3/+14
2017-10-25perf report: Cache failed lookups of inlined framesMilian Wolff1-8/+7
2017-10-24perf callchain: Create real callchain entries for inlined framesMilian Wolff1-0/+37
2017-10-24perf callchain: Store srcline in callchain_cursor_nodeMilian Wolff1-2/+16
2017-10-03perf top: Implement multithreading for perf_event__synthesize_threadsKan Liang1-2/+6
2017-09-21perf tools: Provide mutex wrappers for pthreads rwlocksArnaldo Carvalho de Melo1-20/+21
2017-09-18perf machine: Optimize a bit the machine__findnew_thread() methodsArnaldo Carvalho de Melo1-3/+3
2017-09-18perf machine: Use hashtable for machine threadsKan Liang1-51/+85
2017-09-01perf sort: Add sort option for physical addressKan Liang1-2/+6
2017-08-30perf report: Calculate the average cycles of iterationsJin Yao1-35/+53
2017-08-11perf record: Fix wrong size in perf_record_mmap for last kernel moduleThomas Richter1-1/+3
2017-07-25perf report: Make --branch-history work without callgraphs(-g) option in perf recordJin Yao1-1/+12
2017-07-18perf report: Show branch type in callchain entryJin Yao1-9/+17
2017-07-18perf buildid-cache: Cache debuginfoKrister Johansen1-1/+2
2017-07-18perf maps: Lookup maps in both intitial mountns and inner mountns.Krister Johansen1-2/+2
2017-07-12perf symbols: Accept zero as the kernel base addressArnaldo Carvalho de Melo1-1/+1
2017-06-26perf machine: Fix segfault for kernel.kptr_restrict=2Jiri Olsa1-4/+6
2017-06-05perf symbols: Set module info when build-id event foundNamhyung Kim1-10/+1
2017-05-02perf symbols: Accept symbols starting at address 0Arnaldo Carvalho de Melo1-11/+17
2017-04-24perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo1-0/+3
2017-04-19perf tools: Remove regex.h and fnmatch.h from util.hArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Remove include dirent.h from util.hArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo1-1/+3
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo1-0/+1
2017-03-14perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related infoHari Bathini1-0/+34
2017-03-03perf thread: convert thread.refcnt from atomic_t to refcount_tElena Reshetova1-1/+1
2017-02-14perf tools: Be consistent on the type of map->symbols[] interatorArnaldo Carvalho de Melo1-2/+2
2017-02-13perf symbols: No need to check if sym->name is NULLArnaldo Carvalho de Melo1-1/+1