Age | Commit message (Expand) | Author |
2019-05-28 | perf machine: Read also the end of the kernel | Jiri Olsa |
2019-05-15 | perf machine: Null-terminate version char array upon fgets(/proc/version) error | Donald Yandt |
2019-03-28 | perf machine: Update kernel map address and re-order properly | Wei Li |
2019-02-06 | perf tools: Add missing include for symbols.h | Arnaldo Carvalho de Melo |
2019-01-25 | perf machine: Use cached rbtrees | Davidlohr Bueso |
2019-01-21 | perf tools: Handle PERF_RECORD_BPF_EVENT | Song Liu |
2019-01-21 | perf tools: Handle PERF_RECORD_KSYMBOL | Song Liu |
2019-01-04 | perf report: Fix wrong iteration count in --branch-history | Jin Yao |
2018-12-17 | perf tools: Allow specifying proc-map-timeout in config file | Mark Drayton |
2018-12-17 | perf tools: Fix diverse comment typos | Ingo Molnar |
2018-12-17 | perf thread: Add fallback functions for cases where cpumode is insufficient | Adrian Hunter |
2018-10-31 | perf tools: Don't clone maps from parent when synthesizing forks | David Miller |
2018-10-31 | perf callchain: Honour the ordering of PERF_CONTEXT_{USER,KERNEL,etc} | David S. Miller |
2018-10-05 | perf record: Use unmapped IP for inline callchain cursors | Milian Wolff |
2018-09-27 | perf report: Don't try to map ip to invalid map | Milian Wolff |
2018-08-20 | perf tools: Store compression id into struct dso | Jiri Olsa |
2018-07-24 | perf machine: Use last_match threads cache only in single thread mode | Jiri Olsa |
2018-07-24 | perf machine: Add threads__set_last_match function | Jiri Olsa |
2018-07-24 | perf machine: Add threads__get_last_match function | Jiri Olsa |
2018-07-24 | perf script: Show correct offsets for DWARF-based unwinding | Sandipan Das |
2018-05-23 | perf machine: Synthesize and process mmap events for x86 PTI entry trampolines | Adrian Hunter |
2018-05-23 | perf machine: Create maps for x86 PTI entry trampolines | Adrian Hunter |
2018-05-22 | perf machine: Allow for extra kernel maps | Adrian Hunter |
2018-05-22 | perf machine: Workaround missing maps for x86 PTI entry trampolines | Adrian Hunter |
2018-05-22 | perf machine: Add nr_cpus_avail() | Adrian Hunter |
2018-05-19 | perf tools: Fix kernel_start for PTI on x86 | Adrian Hunter |
2018-05-19 | perf machine: Add machine__is() to identify machine arch | Adrian Hunter |
2018-05-17 | perf script: Show virtual addresses instead of offsets | Sandipan Das |
2018-04-30 | perf machine: Ditch find_kernel_function variants | Arnaldo Carvalho de Melo |
2018-04-27 | perf symbols: Unify symbol maps | Arnaldo Carvalho de Melo |
2018-04-26 | perf machine: Set PROT_EXEC for executable PERF_RECORD_MMAP records | Arnaldo Carvalho de Melo |
2018-04-26 | perf thread: Ditch __thread__find_symbol() | Arnaldo Carvalho de Melo |
2018-04-26 | perf machine: Use machine__find_kernel_function() instead of open coded version | Arnaldo Carvalho de Melo |
2018-04-26 | perf thread: Remove addr_type arg from thread__find_cpumode_addr_location() | Arnaldo Carvalho de Melo |
2018-04-26 | perf machine: Remove needless map_type from machine__load_vmlinux_path() | Arnaldo Carvalho de Melo |
2018-04-26 | perf machine: Shorten machine__load_kallsyms() signature | Arnaldo Carvalho de Melo |
2018-04-26 | perf map: Shorten map_groups__find_by_name() signature | Arnaldo Carvalho de Melo |
2018-04-26 | perf thread: Introduce thread__find_symbol() | Arnaldo Carvalho de Melo |
2018-04-23 | perf machine: Set main kernel end address properly | Namhyung Kim |
2018-03-16 | perf machine: Fix mmap name setup | Jiri Olsa |
2018-03-08 | perf tools: Add refcnt into struct mem_info | Jiri Olsa |
2018-02-19 | perf machine: Fix paranoid check in machine__set_kernel_mmap() | Namhyung Kim |
2018-02-16 | perf machine: Remove machine__load_kallsyms() | Jiri Olsa |
2018-02-16 | perf machine: Don't search for active kernel start in __machine__create_kerne... | Jiri Olsa |
2018-02-16 | perf machine: Generalize machine__set_kernel_mmap() | Jiri Olsa |
2018-02-16 | perf machine: Move kernel mmap name into struct machine | Jiri Olsa |
2018-02-16 | perf machine: Free root_dir in machine__init() error path | Jiri Olsa |
2018-01-08 | perf report: Fix a wrong offset issue when using /proc/kcore | Jin Yao |
2017-11-16 | perf callchain: Reset cursor arg instead of callchain_cursor | Jiri Olsa |
2017-11-16 | perf machine: Guard against NULL in machine__exit() | Arnaldo Carvalho de Melo |