summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/machine.c
AgeCommit message (Expand)AuthorLines
2018-08-20perf tools: Store compression id into struct dsoJiri Olsa-1/+3
2018-07-24perf machine: Use last_match threads cache only in single thread modeJiri Olsa-3/+22
2018-07-24perf machine: Add threads__set_last_match functionJiri Olsa-3/+9
2018-07-24perf machine: Add threads__get_last_match functionJiri Olsa-13/+26
2018-07-24perf script: Show correct offsets for DWARF-based unwindingSandipan Das-1/+8
2018-05-23perf machine: Synthesize and process mmap events for x86 PTI entry trampolinesAdrian Hunter-0/+28
2018-05-23perf machine: Create maps for x86 PTI entry trampolinesAdrian Hunter-19/+47
2018-05-22perf machine: Allow for extra kernel mapsAdrian Hunter-2/+6
2018-05-22perf machine: Workaround missing maps for x86 PTI entry trampolinesAdrian Hunter-0/+96
2018-05-22perf machine: Add nr_cpus_avail()Adrian Hunter-0/+5
2018-05-19perf tools: Fix kernel_start for PTI on x86Adrian Hunter-1/+6
2018-05-19perf machine: Add machine__is() to identify machine archAdrian Hunter-0/+9
2018-05-17perf script: Show virtual addresses instead of offsetsSandipan Das-1/+1
2018-04-30perf machine: Ditch find_kernel_function variantsArnaldo Carvalho de Melo-1/+1
2018-04-27perf symbols: Unify symbol mapsArnaldo Carvalho de Melo-80/+44
2018-04-26perf machine: Set PROT_EXEC for executable PERF_RECORD_MMAP recordsArnaldo Carvalho de Melo-2/+6
2018-04-26perf thread: Ditch __thread__find_symbol()Arnaldo Carvalho de Melo-9/+1
2018-04-26perf machine: Use machine__find_kernel_function() instead of open coded versionArnaldo Carvalho de Melo-1/+1
2018-04-26perf thread: Remove addr_type arg from thread__find_cpumode_addr_location()Arnaldo Carvalho de Melo-3/+2
2018-04-26perf machine: Remove needless map_type from machine__load_vmlinux_path()Arnaldo Carvalho de Melo-2/+2
2018-04-26perf machine: Shorten machine__load_kallsyms() signatureArnaldo Carvalho de Melo-5/+3
2018-04-26perf map: Shorten map_groups__find_by_name() signatureArnaldo Carvalho de Melo-4/+2
2018-04-26perf thread: Introduce thread__find_symbol()Arnaldo Carvalho de Melo-4/+3
2018-04-23perf machine: Set main kernel end address properlyNamhyung Kim-12/+18
2018-03-16perf machine: Fix mmap name setupJiri Olsa-15/+13
2018-03-08perf tools: Add refcnt into struct mem_infoJiri Olsa-1/+1
2018-02-19perf machine: Fix paranoid check in machine__set_kernel_mmap()Namhyung Kim-1/+1
2018-02-16perf machine: Remove machine__load_kallsyms()Jiri Olsa-10/+4
2018-02-16perf machine: Don't search for active kernel start in __machine__create_kerne...Jiri Olsa-29/+26
2018-02-16perf machine: Generalize machine__set_kernel_mmap()Jiri Olsa-6/+7
2018-02-16perf machine: Move kernel mmap name into struct machineJiri Olsa-34/+33
2018-02-16perf machine: Free root_dir in machine__init() error pathJiri Olsa-1/+7
2018-01-08perf report: Fix a wrong offset issue when using /proc/kcoreJin Yao-1/+1
2017-11-16perf callchain: Reset cursor arg instead of callchain_cursorJiri Olsa-1/+1
2017-11-16perf machine: Guard against NULL in machine__exit()Arnaldo Carvalho de Melo-0/+3
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-25perf report: Cache srclines for callchain nodesMilian Wolff-3/+14
2017-10-25perf report: Cache failed lookups of inlined framesMilian Wolff-8/+7
2017-10-24perf callchain: Create real callchain entries for inlined framesMilian Wolff-0/+37
2017-10-24perf callchain: Store srcline in callchain_cursor_nodeMilian Wolff-2/+16
2017-10-03perf top: Implement multithreading for perf_event__synthesize_threadsKan Liang-2/+6
2017-09-21perf tools: Provide mutex wrappers for pthreads rwlocksArnaldo Carvalho de Melo-20/+21
2017-09-18perf machine: Optimize a bit the machine__findnew_thread() methodsArnaldo Carvalho de Melo-3/+3
2017-09-18perf machine: Use hashtable for machine threadsKan Liang-51/+85
2017-09-01perf sort: Add sort option for physical addressKan Liang-2/+6
2017-08-30perf report: Calculate the average cycles of iterationsJin Yao-35/+53
2017-08-11perf record: Fix wrong size in perf_record_mmap for last kernel moduleThomas Richter-1/+3
2017-07-25perf report: Make --branch-history work without callgraphs(-g) option in perf...Jin Yao-1/+12
2017-07-18perf report: Show branch type in callchain entryJin Yao-9/+17