index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-25
perf bpf: Add bpf_map() helper
Arnaldo Carvalho de Melo
1
-0
/
+8
2019-01-25
perf script python: Add Python3 support to tests/attr.py
Tony Jones
1
-13
/
+19
2019-01-25
perf script python: Remove explicit shebang from Python scripts
Tony Jones
4
-6
/
+2
2019-01-25
perf script python: Remove explicit shebang from tests/attr.c
Tony Jones
1
-1
/
+0
2019-01-25
perf script python: Remove explicit shebang from setup.py
Tony Jones
1
-2
/
+0
2019-01-25
perf script python: Use PyBytes for attr in trace-event-python
Tony Jones
1
-2
/
+1
2019-01-25
perf script python: Add trace_context extension module to sys.modules
Tony Jones
1
-3
/
+9
2019-01-25
perf bpf: Fix synthesized PERF_RECORD_KSYMBOL/BPF_EVENT
Song Liu
1
-2
/
+8
2019-01-25
perf sched: Use cached rbtrees
Davidlohr Bueso
1
-20
/
+25
2019-01-25
perf hist: Use cached rbtrees
Davidlohr Bueso
14
-147
/
+173
2019-01-25
perf symbols: Use cached rbtrees
Davidlohr Bueso
8
-58
/
+67
2019-01-25
perf util: Use cached rbtree for rblists
Davidlohr Bueso
7
-16
/
+24
2019-01-25
perf callchain: Use cached rbtrees
Davidlohr Bueso
4
-28
/
+36
2019-01-25
perf machine: Use cached rbtrees
Davidlohr Bueso
5
-36
/
+50
2019-01-25
tools: Update rbtree implementation
Davidlohr Bueso
3
-61
/
+229
2019-01-25
perf callchain: No need to include perf.h
Arnaldo Carvalho de Melo
1
-1
/
+0
2019-01-25
perf comm: Remove needless headers from comm.h
Arnaldo Carvalho de Melo
2
-2
/
+3
2019-01-25
perf namespaces: Remove namespaces.h from .h headers
Arnaldo Carvalho de Melo
10
-4
/
+13
2019-01-25
perf symbols: Remove some unnecessary includes from symbol.h
Arnaldo Carvalho de Melo
5
-6
/
+8
2019-01-25
perf symbols: Remove include map.h from dso.h
Arnaldo Carvalho de Melo
3
-1
/
+5
2019-01-25
perf block-range: Add missing headers
Arnaldo Carvalho de Melo
2
-1
/
+7
2019-01-25
perf tools: Move branch structs to branch.h
Arnaldo Carvalho de Melo
3
-23
/
+26
2019-01-25
perf annotate: Remove lots of headers from annotate.h
Arnaldo Carvalho de Melo
3
-3
/
+13
2019-01-25
perf symbols: Move symbol_conf to separate file
Arnaldo Carvalho de Melo
2
-63
/
+74
2019-01-25
perf color: Add missing stdarg.g to color.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-01-21
perf utils: Move perf_config using routines from color.c to separate object
Arnaldo Carvalho de Melo
3
-39
/
+48
2019-01-21
perf python: Remove -fstack-clash-protection when building with some clang ve...
Arnaldo Carvalho de Melo
1
-0
/
+2
2019-01-21
perf top: Synthesize BPF events for pre-existing loaded BPF programs
Arnaldo Carvalho de Melo
1
-0
/
+7
2019-01-21
perf tools: Synthesize PERF_RECORD_* for loaded BPF programs
Song Liu
3
-0
/
+264
2019-01-21
perf tools: Handle PERF_RECORD_BPF_EVENT
Song Liu
12
-2
/
+97
2019-01-21
perf tools: Handle PERF_RECORD_KSYMBOL
Song Liu
8
-2
/
+116
2019-01-21
tools headers uapi: Sync tools/include/uapi/linux/perf_event.h
Song Liu
1
-1
/
+28
2019-01-21
tools headers uapi: Sync tools/include/uapi/linux/perf_event.h
Song Liu
1
-1
/
+25
2019-01-21
perf: Make perf_event_output() propagate the output() return
Arnaldo Carvalho de Melo
3
-14
/
+14
2019-01-21
perf report: Dump s390 counter set data to file
Thomas Richter
1
-4
/
+73
2019-01-21
perf report: Display names in s390 diagnostic counter sets
Thomas Richter
1
-5
/
+54
2019-01-21
perf report: Display arch specific diagnostic counter sets, starting with s390
Thomas Richter
7
-1
/
+277
2019-01-21
perf tools: Remove duplicate headers
Brajeswar Ghosh
4
-4
/
+0
2019-01-21
perf session: Add reader__process_events function
Jiri Olsa
1
-24
/
+38
2019-01-21
perf session: Add 'data_offset' member to reader object
Jiri Olsa
1
-4
/
+5
2019-01-21
perf session: Add 'data_size' member to reader object
Jiri Olsa
1
-1
/
+3
2019-01-21
perf session: Add reader object
Jiri Olsa
1
-2
/
+8
2019-01-21
perf session: Get rid of file_size variable
Jiri Olsa
1
-7
/
+5
2019-01-21
perf session: Rearrange perf_session__process_events function
Jiri Olsa
1
-13
/
+7
2019-01-21
perf tools: Replace automatic const char[] variables by statics
Rasmus Villemoes
6
-11
/
+11
2019-01-21
perf/core: Remove unused perf_flags
Andrew Murray
1
-2
/
+0
2019-01-21
perf/doc: Update design.txt for exclude_{host|guest} flags
Andrew Murray
1
-0
/
+4
2019-01-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
22
-42
/
+357
2019-01-11
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
43
-697
/
+797
2019-01-11
tools/bpf: fix bpftool map dump with bitfields
Yonghong Song
1
-6
/
+7
[next]