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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf map: Move structs and prototypes for map groups to a separate header
Arnaldo Carvalho de Melo
2019-02-06
1
-1
/
+1
*
perf machine: Use cached rbtrees
Davidlohr Bueso
2019-01-25
1
-6
/
+6
*
perf tools: Handle PERF_RECORD_KSYMBOL
Song Liu
2019-01-21
1
-0
/
+3
*
perf tools: Allow specifying proc-map-timeout in config file
Mark Drayton
2018-12-17
1
-3
/
+0
*
perf thread: Add fallback functions for cases where cpumode is insufficient
Adrian Hunter
2018-12-17
1
-0
/
+2
*
perf machine: Record if a arch has a single user/kernel address space
Adrian Hunter
2018-12-17
1
-0
/
+1
*
tools lib traceevent, perf tools: Rename pevent_set_* APIs
Tzvetomir Stoyanov (VMware)
2018-08-13
1
-1
/
+1
*
perf machine: Create maps for x86 PTI entry trampolines
Adrian Hunter
2018-05-23
1
-0
/
+19
*
perf machine: Workaround missing maps for x86 PTI entry trampolines
Adrian Hunter
2018-05-22
1
-0
/
+3
*
perf machine: Add nr_cpus_avail()
Adrian Hunter
2018-05-22
1
-0
/
+1
*
perf machine: Add machine__is() to identify machine arch
Adrian Hunter
2018-05-19
1
-0
/
+2
*
perf machine: Ditch find_kernel_function variants
Arnaldo Carvalho de Melo
2018-04-30
1
-15
/
+0
*
perf symbols: Unify symbol maps
Arnaldo Carvalho de Melo
2018-04-27
1
-23
/
+9
*
perf machine: Remove needless map_type from machine__load_vmlinux_path()
Arnaldo Carvalho de Melo
2018-04-26
1
-1
/
+1
*
perf machine: Shorten machine__load_kallsyms() signature
Arnaldo Carvalho de Melo
2018-04-26
1
-2
/
+8
*
perf machine: Introduce machine__kernel_maps()
Arnaldo Carvalho de Melo
2018-04-26
1
-0
/
+12
*
perf machine: Remove machine__load_kallsyms()
Jiri Olsa
2018-02-16
1
-2
/
+0
*
perf machine: Don't search for active kernel start in __machine__create_kerne...
Jiri Olsa
2018-02-16
1
-1
/
+0
*
perf machine: Move kernel mmap name into struct machine
Jiri Olsa
2018-02-16
1
-2
/
+1
*
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 top: Implement multithreading for perf_event__synthesize_threads
Kan Liang
2017-10-03
1
-3
/
+6
*
|
perf tools: Provide mutex wrappers for pthreads rwlocks
Arnaldo Carvalho de Melo
2017-09-21
1
-1
/
+2
*
|
perf machine: Use hashtable for machine threads
Kan Liang
2017-09-18
1
-5
/
+18
|
/
*
perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related info
Hari Bathini
2017-03-14
1
-0
/
+3
*
perf machine: Add a kallsyms loading constructor
Arnaldo Carvalho de Melo
2017-01-11
1
-0
/
+1
*
perf symbols: Remove symbol_filter_t machinery
Arnaldo Carvalho de Melo
2016-09-05
1
-19
/
+11
*
perf machine: Remove machine->symbol_filter and friends
Arnaldo Carvalho de Melo
2016-09-05
1
-4
/
+0
*
perf s390: Fix 'start' address of module's map
Song Shan Gong
2016-07-26
1
-0
/
+1
*
perf trace: Warn when trying to resolve kernel addresses with kptr_restrict=1
Arnaldo Carvalho de Melo
2016-05-20
1
-0
/
+1
*
perf machine: Introduce number of threads member
Arnaldo Carvalho de Melo
2016-05-05
1
-0
/
+1
*
perf symbols: Allow loading kallsyms without considering kcore files
Arnaldo Carvalho de Melo
2016-04-19
1
-0
/
+2
*
perf callchain: Start moving away from global per thread cursors
Arnaldo Carvalho de Melo
2016-04-14
1
-0
/
+4
*
perf tools: Remove misplaced __maybe_unused
Arnaldo Carvalho de Melo
2016-03-23
1
-1
/
+1
*
perf machine: Introduce machine__find_kernel_symbol_by_name()
Arnaldo Carvalho de Melo
2016-01-26
1
-0
/
+10
*
perf machine: Add method for common kernel_map(FUNCTION) operation
Arnaldo Carvalho de Melo
2015-09-30
1
-1
/
+7
*
perf machine: Add pointer to sample's environment
Arnaldo Carvalho de Melo
2015-09-14
1
-0
/
+1
*
perf tools: Add new PERF_RECORD_SWITCH event
Adrian Hunter
2015-07-23
1
-0
/
+2
*
perf symbols: Provide libtraceevent callback to resolve kernel symbols
Arnaldo Carvalho de Melo
2015-07-23
1
-0
/
+4
*
perf tools: Configurable per thread proc map processing time out
Kan Liang
2015-06-19
1
-3
/
+6
*
perf tools: Ensure thread-stack is flushed
Adrian Hunter
2015-06-19
1
-0
/
+3
*
perf machine: Fix up some more method names
Arnaldo Carvalho de Melo
2015-06-08
1
-2
/
+2
*
perf tools: handle PERF_RECORD_LOST_SAMPLES
Kan Liang
2015-06-07
1
-0
/
+2
*
perf machine: Introduce machine__findnew_dso() method
Arnaldo Carvalho de Melo
2015-05-29
1
-0
/
+2
*
perf machine: No need to have two DSOs lists
Arnaldo Carvalho de Melo
2015-05-29
1
-2
/
+1
*
perf machine: Protect the machine->threads with a rwlock
Arnaldo Carvalho de Melo
2015-05-08
1
-2
/
+3
*
perf tools: Add support for PERF_RECORD_ITRACE_START
Adrian Hunter
2015-05-05
1
-0
/
+2
*
perf tools: Add support for PERF_RECORD_AUX
Adrian Hunter
2015-05-05
1
-0
/
+2
*
perf buildid-list: Fix segfault when show DSOs with hits
He Kuang
2015-04-10
1
-0
/
+1
*
perf tools: Reference count struct thread
Arnaldo Carvalho de Melo
2015-03-03
1
-1
/
+0
[next]