index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
perf bpf: Automatically add BTF ELF markers
Arnaldo Carvalho de Melo
2019-03-06
1
-1
/
+7
|
*
perf beauty msg_flags: Add missing %s lost when adding prefix suppression logic
Arnaldo Carvalho de Melo
2019-03-01
1
-1
/
+1
|
*
perf scripts python: exported-sql-viewer.py: Add call tree
Adrian Hunter
2019-03-01
1
-9
/
+186
|
*
perf scripts python: exported-sql-viewer.py: Factor out CallGraphModelBase
Adrian Hunter
2019-03-01
1
-45
/
+55
|
*
perf scripts python: exported-sql-viewer.py: Improve TreeModel abstraction
Adrian Hunter
2019-03-01
1
-6
/
+11
|
*
perf scripts python: exported-sql-viewer.py: Factor out TreeWindowBase
Adrian Hunter
2019-03-01
1
-19
/
+31
|
*
perf scripts python: export-to-postgresql.py: Export calls parent_id
Adrian Hunter
2019-03-01
1
-5
/
+9
|
*
perf scripts python: export-to-postgresql.py: Fix invalid input syntax for in...
Adrian Hunter
2019-03-01
1
-1
/
+1
|
*
perf scripts python: export-to-sqlite.py: Export calls parent_id
Adrian Hunter
2019-03-01
1
-4
/
+8
|
*
perf db-export: Add calls parent_id to enable creation of call trees
Adrian Hunter
2019-03-01
5
-13
/
+35
|
*
perf intel-pt: Fix divide by zero when TSC is not available
Adrian Hunter
2019-03-01
1
-0
/
+2
|
*
perf auxtrace: Improve address filter error message when there is no DSO
Adrian Hunter
2019-03-01
1
-1
/
+2
|
*
perf time-utils: Refactor time range parsing code
Jin Yao
2019-03-01
4
-62
/
+72
|
*
perf probe: Clarify error message about not finding kernel modules debuginfo
Arnaldo Carvalho de Melo
2019-02-28
1
-3
/
+6
*
|
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2019-03-06
236
-2137
/
+9100
|
\
|
|
*
perf script python: Add Python3 support to syscall-counts-by-pid.py
Tony Jones
2019-02-25
1
-10
/
+12
|
*
perf script python: Add Python3 support to syscall-counts.py
Tony Jones
2019-02-25
1
-8
/
+10
|
*
perf script python: Add Python3 support to stat-cpi.py
Tony Jones
2019-02-25
1
-4
/
+6
|
*
perf script python: Add Python3 support to stackcollapse.py
Tony Jones
2019-02-25
1
-3
/
+4
|
*
perf script python: Add Python3 support to sctop.py
Tony Jones
2019-02-25
1
-8
/
+16
|
*
perf script python: Add Python3 support to powerpc-hcalls.py
Tony Jones
2019-02-25
1
-8
/
+10
|
*
perf script python: Add Python3 support to net_dropmonitor.py
Tony Jones
2019-02-25
1
-4
/
+6
|
*
perf script python: Add Python3 support to mem-phys-addr.py
Tony Jones
2019-02-25
1
-10
/
+14
|
*
perf script python: Add Python3 support to failed-syscalls-by-pid.py
Tony Jones
2019-02-25
1
-10
/
+11
|
*
perf script python: Add Python3 support to netdev-times.py
Tony Jones
2019-02-25
1
-40
/
+42
|
*
perf tools: Add perf_exe() helper to find perf binary
Andi Kleen
2019-02-25
3
-9
/
+15
|
*
perf script: Handle missing fields with -F +..
Andi Kleen
2019-02-25
1
-3
/
+7
|
*
perf data: Add perf_data__open_dir_data function
Jiri Olsa
2019-02-25
2
-0
/
+60
|
*
perf data: Add perf_data__(create_dir|close_dir) functions
Jiri Olsa
2019-02-25
2
-0
/
+55
|
*
perf data: Fail check_backup in case of error
Jiri Olsa
2019-02-25
1
-3
/
+18
|
*
perf data: Make check_backup work over directories
Jiri Olsa
2019-02-25
1
-4
/
+7
|
*
perf tools: Add rm_rf_perf_data function
Jiri Olsa
2019-02-25
2
-0
/
+12
|
*
perf tools: Add pattern name checking to rm_rf
Jiri Olsa
2019-02-25
1
-3
/
+33
|
*
perf tools: Add depth checking to rm_rf
Jiri Olsa
2019-02-25
1
-2
/
+12
|
*
perf data: Add global path holder
Jiri Olsa
2019-02-22
21
-93
/
+87
|
*
perf data: Move size to struct perf_data_file
Jiri Olsa
2019-02-22
3
-6
/
+5
|
*
perf scripts python: exported-sql-viewer.py: Add top calls report
Adrian Hunter
2019-02-22
1
-6
/
+135
|
*
perf scripts python: exported-sql-viewer.py: Remove no selection error
Adrian Hunter
2019-02-22
1
-3
/
+0
|
*
perf scripts python: exported-sql-viewer.py: Remove SQLTableDialogDataItem
Adrian Hunter
2019-02-22
1
-221
/
+0
|
*
perf scripts python: exported-sql-viewer.py: Create new dialog data item classes
Adrian Hunter
2019-02-22
1
-13
/
+272
|
*
perf scripts python: exported-sql-viewer.py: Move report name into ReportVars
Adrian Hunter
2019-02-22
1
-8
/
+8
|
*
perf scripts python: exported-sql-viewer.py: Factor out ReportVars
Adrian Hunter
2019-02-22
1
-14
/
+23
|
*
perf scripts python: exported-sql-viewer.py: Factor out ReportDialogBase
Adrian Hunter
2019-02-22
1
-17
/
+30
|
*
perf scripts python: exported-sql-viewer.py: Move column headers
Adrian Hunter
2019-02-22
1
-12
/
+13
|
*
perf scripts python: exported-sql-viewer.py: Hide Call Graph option if no cal...
Adrian Hunter
2019-02-22
1
-1
/
+12
|
*
perf scripts python: exported-sql-viewer.py: Remove leftover debugging prints
Adrian Hunter
2019-02-22
1
-7
/
+0
|
*
perf scripts python: exported-sql-viewer.py: Fix missing shebang
Adrian Hunter
2019-02-22
1
-0
/
+1
|
*
perf thread-stack: Hide x86 retpolines
Adrian Hunter
2019-02-22
1
-3
/
+109
|
*
perf thread-stack: Improve thread_stack__no_call_return()
Adrian Hunter
2019-02-22
1
-3
/
+46
|
*
perf annotate: Fix getting source line failure
Wei Li
2019-02-21
1
-2
/
+2
[prev]
[next]