summaryrefslogtreecommitdiff
path: root/tools/perf/util/machine.c
AgeCommit message (Expand)Author
2019-03-28perf machine: Update kernel map address and re-order properlyWei Li
2019-02-06perf tools: Add missing include for symbols.hArnaldo Carvalho de Melo
2019-01-25perf machine: Use cached rbtreesDavidlohr Bueso
2019-01-21perf tools: Handle PERF_RECORD_BPF_EVENTSong Liu
2019-01-21perf tools: Handle PERF_RECORD_KSYMBOLSong Liu
2019-01-04perf report: Fix wrong iteration count in --branch-historyJin Yao
2018-12-17perf tools: Allow specifying proc-map-timeout in config fileMark Drayton
2018-12-17perf tools: Fix diverse comment typosIngo Molnar
2018-12-17perf thread: Add fallback functions for cases where cpumode is insufficientAdrian Hunter
2018-10-31perf tools: Don't clone maps from parent when synthesizing forksDavid Miller
2018-10-31perf callchain: Honour the ordering of PERF_CONTEXT_{USER,KERNEL,etc}David S. Miller
2018-10-05perf record: Use unmapped IP for inline callchain cursorsMilian Wolff
2018-09-27perf report: Don't try to map ip to invalid mapMilian Wolff
2018-08-20perf tools: Store compression id into struct dsoJiri Olsa
2018-07-24perf machine: Use last_match threads cache only in single thread modeJiri Olsa
2018-07-24perf machine: Add threads__set_last_match functionJiri Olsa
2018-07-24perf machine: Add threads__get_last_match functionJiri Olsa
2018-07-24perf script: Show correct offsets for DWARF-based unwindingSandipan Das
2018-05-23perf machine: Synthesize and process mmap events for x86 PTI entry trampolinesAdrian Hunter
2018-05-23perf machine: Create maps for x86 PTI entry trampolinesAdrian Hunter
2018-05-22perf machine: Allow for extra kernel mapsAdrian Hunter
2018-05-22perf machine: Workaround missing maps for x86 PTI entry trampolinesAdrian Hunter
2018-05-22perf machine: Add nr_cpus_avail()Adrian Hunter
2018-05-19perf tools: Fix kernel_start for PTI on x86Adrian Hunter
2018-05-19perf machine: Add machine__is() to identify machine archAdrian Hunter
2018-05-17perf script: Show virtual addresses instead of offsetsSandipan Das
2018-04-30perf machine: Ditch find_kernel_function variantsArnaldo Carvalho de Melo
2018-04-27perf symbols: Unify symbol mapsArnaldo Carvalho de Melo
2018-04-26perf machine: Set PROT_EXEC for executable PERF_RECORD_MMAP recordsArnaldo Carvalho de Melo
2018-04-26perf thread: Ditch __thread__find_symbol()Arnaldo Carvalho de Melo
2018-04-26perf machine: Use machine__find_kernel_function() instead of open coded versionArnaldo Carvalho de Melo
2018-04-26perf thread: Remove addr_type arg from thread__find_cpumode_addr_location()Arnaldo Carvalho de Melo
2018-04-26perf machine: Remove needless map_type from machine__load_vmlinux_path()Arnaldo Carvalho de Melo
2018-04-26perf machine: Shorten machine__load_kallsyms() signatureArnaldo Carvalho de Melo
2018-04-26perf map: Shorten map_groups__find_by_name() signatureArnaldo Carvalho de Melo
2018-04-26perf thread: Introduce thread__find_symbol()Arnaldo Carvalho de Melo
2018-04-23perf machine: Set main kernel end address properlyNamhyung Kim
2018-03-16perf machine: Fix mmap name setupJiri Olsa
2018-03-08perf tools: Add refcnt into struct mem_infoJiri Olsa
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