summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/machine.c
Commit message (Expand)AuthorAgeFilesLines
...
* perf thread: Introduce thread__find_symbol()Arnaldo Carvalho de Melo2018-04-261-4/+3
* perf machine: Set main kernel end address properlyNamhyung Kim2018-04-231-12/+18
* perf machine: Fix mmap name setupJiri Olsa2018-03-161-15/+13
* perf tools: Add refcnt into struct mem_infoJiri Olsa2018-03-081-1/+1
* perf machine: Fix paranoid check in machine__set_kernel_mmap()Namhyung Kim2018-02-191-1/+1
* perf machine: Remove machine__load_kallsyms()Jiri Olsa2018-02-161-10/+4
* perf machine: Don't search for active kernel start in __machine__create_kerne...Jiri Olsa2018-02-161-29/+26
* perf machine: Generalize machine__set_kernel_mmap()Jiri Olsa2018-02-161-6/+7
* perf machine: Move kernel mmap name into struct machineJiri Olsa2018-02-161-34/+33
* perf machine: Free root_dir in machine__init() error pathJiri Olsa2018-02-161-1/+7
* perf report: Fix a wrong offset issue when using /proc/kcoreJin Yao2018-01-081-1/+1
* perf callchain: Reset cursor arg instead of callchain_cursorJiri Olsa2017-11-161-1/+1
* perf machine: Guard against NULL in machine__exit()Arnaldo Carvalho de Melo2017-11-161-0/+3
* Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | perf report: Cache srclines for callchain nodesMilian Wolff2017-10-251-3/+14
* | perf report: Cache failed lookups of inlined framesMilian Wolff2017-10-251-8/+7
* | perf callchain: Create real callchain entries for inlined framesMilian Wolff2017-10-241-0/+37
* | perf callchain: Store srcline in callchain_cursor_nodeMilian Wolff2017-10-241-2/+16
* | perf top: Implement multithreading for perf_event__synthesize_threadsKan Liang2017-10-031-2/+6
* | perf tools: Provide mutex wrappers for pthreads rwlocksArnaldo Carvalho de Melo2017-09-211-20/+21
* | perf machine: Optimize a bit the machine__findnew_thread() methodsArnaldo Carvalho de Melo2017-09-181-3/+3
* | perf machine: Use hashtable for machine threadsKan Liang2017-09-181-51/+85
|/
* perf sort: Add sort option for physical addressKan Liang2017-09-011-2/+6
* perf report: Calculate the average cycles of iterationsJin Yao2017-08-301-35/+53
* perf record: Fix wrong size in perf_record_mmap for last kernel moduleThomas Richter2017-08-111-1/+3
* perf report: Make --branch-history work without callgraphs(-g) option in perf...Jin Yao2017-07-251-1/+12
* perf report: Show branch type in callchain entryJin Yao2017-07-181-9/+17
* perf buildid-cache: Cache debuginfoKrister Johansen2017-07-181-1/+2
* perf maps: Lookup maps in both intitial mountns and inner mountns.Krister Johansen2017-07-181-2/+2
* perf symbols: Accept zero as the kernel base addressArnaldo Carvalho de Melo2017-07-121-1/+1
* perf machine: Fix segfault for kernel.kptr_restrict=2Jiri Olsa2017-06-261-4/+6
* perf symbols: Set module info when build-id event foundNamhyung Kim2017-06-051-10/+1
* perf symbols: Accept symbols starting at address 0Arnaldo Carvalho de Melo2017-05-021-11/+17
* perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo2017-04-241-0/+3
* perf tools: Remove regex.h and fnmatch.h from util.hArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Remove include dirent.h from util.hArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Include errno.h where neededArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo2017-04-191-1/+3
* perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related infoHari Bathini2017-03-141-0/+34
* perf thread: convert thread.refcnt from atomic_t to refcount_tElena Reshetova2017-03-031-1/+1
* perf tools: Be consistent on the type of map->symbols[] interatorArnaldo Carvalho de Melo2017-02-141-2/+2
* perf symbols: No need to check if sym->name is NULLArnaldo Carvalho de Melo2017-02-131-1/+1
* perf machine: Add a kallsyms loading constructorArnaldo Carvalho de Melo2017-01-111-0/+19
* perf report: Add branch flag to callchain cursor nodeJin Yao2016-11-141-15/+67
* perf tools: Experiment with cppcheckArnaldo Carvalho de Melo2016-10-031-3/+3
* perf symbols: Remove symbol_filter_t machineryArnaldo Carvalho de Melo2016-09-051-10/+9
* perf machine: Remove machine->symbol_filter and friendsArnaldo Carvalho de Melo2016-09-051-20/+1
* perf s390: Fix 'start' address of module's mapSong Shan Gong2016-07-261-0/+8