summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/machine.c
Commit message (Expand)AuthorAgeFilesLines
* perf machine: Synthesize and process mmap events for x86 PTI entry trampolinesAdrian Hunter2018-05-231-0/+28
* perf machine: Create maps for x86 PTI entry trampolinesAdrian Hunter2018-05-231-19/+47
* perf machine: Allow for extra kernel mapsAdrian Hunter2018-05-221-2/+6
* perf machine: Workaround missing maps for x86 PTI entry trampolinesAdrian Hunter2018-05-221-0/+96
* perf machine: Add nr_cpus_avail()Adrian Hunter2018-05-221-0/+5
* perf tools: Fix kernel_start for PTI on x86Adrian Hunter2018-05-191-1/+6
* perf machine: Add machine__is() to identify machine archAdrian Hunter2018-05-191-0/+9
* perf script: Show virtual addresses instead of offsetsSandipan Das2018-05-171-1/+1
* perf machine: Ditch find_kernel_function variantsArnaldo Carvalho de Melo2018-04-301-1/+1
* perf symbols: Unify symbol mapsArnaldo Carvalho de Melo2018-04-271-80/+44Star
* perf machine: Set PROT_EXEC for executable PERF_RECORD_MMAP recordsArnaldo Carvalho de Melo2018-04-261-2/+6
* perf thread: Ditch __thread__find_symbol()Arnaldo Carvalho de Melo2018-04-261-9/+1Star
* perf machine: Use machine__find_kernel_function() instead of open coded versionArnaldo Carvalho de Melo2018-04-261-1/+1
* perf thread: Remove addr_type arg from thread__find_cpumode_addr_location()Arnaldo Carvalho de Melo2018-04-261-3/+2Star
* perf machine: Remove needless map_type from machine__load_vmlinux_path()Arnaldo Carvalho de Melo2018-04-261-2/+2
* perf machine: Shorten machine__load_kallsyms() signatureArnaldo Carvalho de Melo2018-04-261-5/+3Star
* perf map: Shorten map_groups__find_by_name() signatureArnaldo Carvalho de Melo2018-04-261-4/+2Star
* perf thread: Introduce thread__find_symbol()Arnaldo Carvalho de Melo2018-04-261-4/+3Star
* perf machine: Set main kernel end address properlyNamhyung Kim2018-04-231-12/+18
* perf machine: Fix mmap name setupJiri Olsa2018-03-161-15/+13Star
* 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/+4Star
* perf machine: Don't search for active kernel start in __machine__create_kerne...Jiri Olsa2018-02-161-29/+26Star
* 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/+33Star
* 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/+7Star
* | 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-261-1/+12
* perf report: Show branch type in callchain entryJin Yao2017-07-191-9/+17
* perf buildid-cache: Cache debuginfoKrister Johansen2017-07-191-1/+2
* perf maps: Lookup maps in both intitial mountns and inner mountns.Krister Johansen2017-07-191-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/+1Star