index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf symbols: Introduce map_symbol.h
Arnaldo Carvalho de Melo
2019-02-06
5
-15
/
+27
*
perf callchain: Uninline callchain_cursor_reset() to remove map.h dependency
Arnaldo Carvalho de Melo
2019-02-06
4
-15
/
+20
*
perf srccode: Move struct definition from map.h to srccode.h
Arnaldo Carvalho de Melo
2019-02-06
3
-13
/
+15
*
perf arm pmu: Add missing linux/string.h header
Arnaldo Carvalho de Melo
2019-02-06
1
-0
/
+1
*
perf powerpc: Add missing headers to skip-callchain-idx.c
Arnaldo Carvalho de Melo
2019-02-06
1
-0
/
+3
*
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
2019-02-04
6
-17
/
+29
|
\
|
*
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2019-02-03
5
-16
/
+28
|
|
\
|
|
*
perf script: Fix crash when processing recorded stat data
Tony Jones
2019-01-21
1
-5
/
+2
|
|
*
perf top: Fix wrong hottest instruction highlighted
He Kuang
2019-01-21
1
-6
/
+10
|
|
*
perf tools: Handle TOPOLOGY headers with no CPU
Stephane Eranian
2019-01-21
1
-2
/
+9
|
|
*
perf python: Remove -fstack-clash-protection when building with some clang ve...
Arnaldo Carvalho de Melo
2019-01-18
1
-0
/
+2
|
|
*
perf script: Fix crash with printing mixed trace point and other events
Andi Kleen
2019-01-18
1
-1
/
+1
|
|
*
perf ordered_events: Fix crash in ordered_events__free
Jiri Olsa
2019-01-17
1
-2
/
+4
|
*
|
Merge tag 'powerpc-5.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2019-01-18
2
-1
/
+3
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
powerpc/perf: Update perf_regs structure to include MMCRA
Madhavan Srinivasan
2019-01-08
2
-1
/
+3
*
|
|
perf augmented_syscalls: Convert to bpf_map()
Arnaldo Carvalho de Melo
2019-01-25
1
-6
/
+2
*
|
|
perf bpf examples: Convert etcsnoop to use bpf_map()
Arnaldo Carvalho de Melo
2019-01-25
1
-6
/
+2
*
|
|
perf trace: Fixup etcsnoop example
Arnaldo Carvalho de Melo
2019-01-25
1
-1
/
+2
*
|
|
perf augmented_raw_syscalls: Use bpf_map()
Arnaldo Carvalho de Melo
2019-01-25
1
-12
/
+2
*
|
|
perf bpf: Convert pid_map() to bpf_map()
Arnaldo Carvalho de Melo
2019-01-25
1
-7
/
+1
*
|
|
perf bpf: Add bpf_map() helper
Arnaldo Carvalho de Melo
2019-01-25
1
-0
/
+8
*
|
|
perf script python: Add Python3 support to tests/attr.py
Tony Jones
2019-01-25
1
-13
/
+19
*
|
|
perf script python: Remove explicit shebang from Python scripts
Tony Jones
2019-01-25
4
-6
/
+2
*
|
|
perf script python: Remove explicit shebang from tests/attr.c
Tony Jones
2019-01-25
1
-1
/
+0
*
|
|
perf script python: Remove explicit shebang from setup.py
Tony Jones
2019-01-25
1
-2
/
+0
*
|
|
perf script python: Use PyBytes for attr in trace-event-python
Tony Jones
2019-01-25
1
-2
/
+1
*
|
|
perf script python: Add trace_context extension module to sys.modules
Tony Jones
2019-01-25
1
-3
/
+9
*
|
|
perf bpf: Fix synthesized PERF_RECORD_KSYMBOL/BPF_EVENT
Song Liu
2019-01-25
1
-2
/
+8
*
|
|
perf sched: Use cached rbtrees
Davidlohr Bueso
2019-01-25
1
-20
/
+25
*
|
|
perf hist: Use cached rbtrees
Davidlohr Bueso
2019-01-25
14
-147
/
+173
*
|
|
perf symbols: Use cached rbtrees
Davidlohr Bueso
2019-01-25
8
-58
/
+67
*
|
|
perf util: Use cached rbtree for rblists
Davidlohr Bueso
2019-01-25
7
-16
/
+24
*
|
|
perf callchain: Use cached rbtrees
Davidlohr Bueso
2019-01-25
4
-28
/
+36
*
|
|
perf machine: Use cached rbtrees
Davidlohr Bueso
2019-01-25
5
-36
/
+50
*
|
|
perf callchain: No need to include perf.h
Arnaldo Carvalho de Melo
2019-01-25
1
-1
/
+0
*
|
|
perf comm: Remove needless headers from comm.h
Arnaldo Carvalho de Melo
2019-01-25
2
-2
/
+3
*
|
|
perf namespaces: Remove namespaces.h from .h headers
Arnaldo Carvalho de Melo
2019-01-25
10
-4
/
+13
*
|
|
perf symbols: Remove some unnecessary includes from symbol.h
Arnaldo Carvalho de Melo
2019-01-25
5
-6
/
+8
*
|
|
perf symbols: Remove include map.h from dso.h
Arnaldo Carvalho de Melo
2019-01-25
3
-1
/
+5
*
|
|
perf block-range: Add missing headers
Arnaldo Carvalho de Melo
2019-01-25
2
-1
/
+7
*
|
|
perf tools: Move branch structs to branch.h
Arnaldo Carvalho de Melo
2019-01-25
3
-23
/
+26
*
|
|
perf annotate: Remove lots of headers from annotate.h
Arnaldo Carvalho de Melo
2019-01-25
3
-3
/
+13
*
|
|
perf symbols: Move symbol_conf to separate file
Arnaldo Carvalho de Melo
2019-01-25
2
-63
/
+74
*
|
|
perf color: Add missing stdarg.g to color.h
Arnaldo Carvalho de Melo
2019-01-25
1
-0
/
+1
*
|
|
perf utils: Move perf_config using routines from color.c to separate object
Arnaldo Carvalho de Melo
2019-01-21
3
-39
/
+48
*
|
|
perf python: Remove -fstack-clash-protection when building with some clang ve...
Arnaldo Carvalho de Melo
2019-01-21
1
-0
/
+2
*
|
|
perf top: Synthesize BPF events for pre-existing loaded BPF programs
Arnaldo Carvalho de Melo
2019-01-21
1
-0
/
+7
*
|
|
perf tools: Synthesize PERF_RECORD_* for loaded BPF programs
Song Liu
2019-01-21
3
-0
/
+264
*
|
|
perf tools: Handle PERF_RECORD_BPF_EVENT
Song Liu
2019-01-21
12
-2
/
+97
*
|
|
perf tools: Handle PERF_RECORD_KSYMBOL
Song Liu
2019-01-21
8
-2
/
+116
[next]