index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
machine.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf tools: Add missing include for symbols.h
Arnaldo Carvalho de Melo
2019-02-06
1
-0
/
+1
*
perf machine: Use cached rbtrees
Davidlohr Bueso
2019-01-25
1
-22
/
+31
*
perf tools: Handle PERF_RECORD_BPF_EVENT
Song Liu
2019-01-21
1
-0
/
+3
*
perf tools: Handle PERF_RECORD_KSYMBOL
Song Liu
2019-01-21
1
-0
/
+55
*
perf report: Fix wrong iteration count in --branch-history
Jin Yao
2019-01-04
1
-1
/
+1
*
perf tools: Allow specifying proc-map-timeout in config file
Mark Drayton
2018-12-17
1
-3
/
+1
*
perf tools: Fix diverse comment typos
Ingo Molnar
2018-12-17
1
-1
/
+1
*
perf thread: Add fallback functions for cases where cpumode is insufficient
Adrian Hunter
2018-12-17
1
-0
/
+27
*
perf tools: Don't clone maps from parent when synthesizing forks
David Miller
2018-10-31
1
-1
/
+18
*
perf callchain: Honour the ordering of PERF_CONTEXT_{USER,KERNEL,etc}
David S. Miller
2018-10-31
1
-1
/
+34
*
perf record: Use unmapped IP for inline callchain cursors
Milian Wolff
2018-10-05
1
-1
/
+2
*
perf report: Don't try to map ip to invalid map
Milian Wolff
2018-09-27
1
-2
/
+3
*
perf tools: Store compression id into struct dso
Jiri Olsa
2018-08-20
1
-1
/
+3
*
perf machine: Use last_match threads cache only in single thread mode
Jiri Olsa
2018-07-24
1
-3
/
+22
*
perf machine: Add threads__set_last_match function
Jiri Olsa
2018-07-24
1
-3
/
+9
*
perf machine: Add threads__get_last_match function
Jiri Olsa
2018-07-24
1
-13
/
+26
*
perf script: Show correct offsets for DWARF-based unwinding
Sandipan Das
2018-07-24
1
-1
/
+8
*
perf machine: Synthesize and process mmap events for x86 PTI entry trampolines
Adrian Hunter
2018-05-23
1
-0
/
+28
*
perf machine: Create maps for x86 PTI entry trampolines
Adrian Hunter
2018-05-23
1
-19
/
+47
*
perf machine: Allow for extra kernel maps
Adrian Hunter
2018-05-22
1
-2
/
+6
*
perf machine: Workaround missing maps for x86 PTI entry trampolines
Adrian Hunter
2018-05-22
1
-0
/
+96
*
perf machine: Add nr_cpus_avail()
Adrian Hunter
2018-05-22
1
-0
/
+5
*
perf tools: Fix kernel_start for PTI on x86
Adrian Hunter
2018-05-19
1
-1
/
+6
*
perf machine: Add machine__is() to identify machine arch
Adrian Hunter
2018-05-19
1
-0
/
+9
*
perf script: Show virtual addresses instead of offsets
Sandipan Das
2018-05-17
1
-1
/
+1
*
perf machine: Ditch find_kernel_function variants
Arnaldo Carvalho de Melo
2018-04-30
1
-1
/
+1
*
perf symbols: Unify symbol maps
Arnaldo Carvalho de Melo
2018-04-27
1
-80
/
+44
*
perf machine: Set PROT_EXEC for executable PERF_RECORD_MMAP records
Arnaldo Carvalho de Melo
2018-04-26
1
-2
/
+6
*
perf thread: Ditch __thread__find_symbol()
Arnaldo Carvalho de Melo
2018-04-26
1
-9
/
+1
*
perf machine: Use machine__find_kernel_function() instead of open coded version
Arnaldo Carvalho de Melo
2018-04-26
1
-1
/
+1
*
perf thread: Remove addr_type arg from thread__find_cpumode_addr_location()
Arnaldo Carvalho de Melo
2018-04-26
1
-3
/
+2
*
perf machine: Remove needless map_type from machine__load_vmlinux_path()
Arnaldo Carvalho de Melo
2018-04-26
1
-2
/
+2
*
perf machine: Shorten machine__load_kallsyms() signature
Arnaldo Carvalho de Melo
2018-04-26
1
-5
/
+3
*
perf map: Shorten map_groups__find_by_name() signature
Arnaldo Carvalho de Melo
2018-04-26
1
-4
/
+2
*
perf thread: Introduce thread__find_symbol()
Arnaldo Carvalho de Melo
2018-04-26
1
-4
/
+3
*
perf machine: Set main kernel end address properly
Namhyung Kim
2018-04-23
1
-12
/
+18
*
perf machine: Fix mmap name setup
Jiri Olsa
2018-03-16
1
-15
/
+13
*
perf tools: Add refcnt into struct mem_info
Jiri Olsa
2018-03-08
1
-1
/
+1
*
perf machine: Fix paranoid check in machine__set_kernel_mmap()
Namhyung Kim
2018-02-19
1
-1
/
+1
*
perf machine: Remove machine__load_kallsyms()
Jiri Olsa
2018-02-16
1
-10
/
+4
*
perf machine: Don't search for active kernel start in __machine__create_kerne...
Jiri Olsa
2018-02-16
1
-29
/
+26
*
perf machine: Generalize machine__set_kernel_mmap()
Jiri Olsa
2018-02-16
1
-6
/
+7
*
perf machine: Move kernel mmap name into struct machine
Jiri Olsa
2018-02-16
1
-34
/
+33
*
perf machine: Free root_dir in machine__init() error path
Jiri Olsa
2018-02-16
1
-1
/
+7
*
perf report: Fix a wrong offset issue when using /proc/kcore
Jin Yao
2018-01-08
1
-1
/
+1
*
perf callchain: Reset cursor arg instead of callchain_cursor
Jiri Olsa
2017-11-16
1
-1
/
+1
*
perf machine: Guard against NULL in machine__exit()
Arnaldo Carvalho de Melo
2017-11-16
1
-0
/
+3
*
Merge branch 'linus' into perf/core, to fix conflicts
Ingo Molnar
2017-11-07
1
-0
/
+1
|
\
|
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
|
perf report: Cache srclines for callchain nodes
Milian Wolff
2017-10-25
1
-3
/
+14
[next]