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
/
perf
/
scripts
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-15
perf scripts python: exported-sql-viewer.py: Fix error when shrinking / enlar...
Adrian Hunter
1
-4
/
+10
2019-05-15
perf scripts python: exported-sql-viewer.py: Move view creation
Adrian Hunter
1
-3
/
+2
2019-04-16
perf scripts python: export-to-sqlite.py: Fix use of parent_id in calls_view
Adrian Hunter
1
-1
/
+1
2019-03-28
perf scripts python: exported-sql-viewer.py: Fix python3 support
Adrian Hunter
1
-4
/
+13
2019-03-28
perf scripts python: exported-sql-viewer.py: Fix never-ending loop
Adrian Hunter
1
-10
/
+50
2019-03-11
perf script python: Add printdate function to SQL exporters
Tony Jones
2
-13
/
+19
2019-03-11
perf script python: Add Python3 support to export-to-sqlite.py
Tony Jones
1
-9
/
+14
2019-03-11
perf script python: Add Python3 support to export-to-postgresql.py
Tony Jones
1
-17
/
+41
2019-03-11
perf script python: Add Python3 support to exported-sql-viewer.py
Tony Jones
1
-14
/
+28
2019-03-06
perf script python: Add Python3 support to intel-pt-events.py
Tony Jones
1
-13
/
+19
2019-03-06
perf script python: Add Python3 support to event_analyzing_sample.py
Tony Jones
1
-23
/
+25
2019-03-06
perf script python: add Python3 support to check-perf-trace.py
Tony Jones
1
-14
/
+17
2019-03-06
perf script python: Add Python3 support to futex-contention.py
Tony Jones
1
-4
/
+6
2019-03-06
perf script python: Remove mixed indentation
Tony Jones
14
-135
/
+136
2019-03-01
perf scripts python: exported-sql-viewer.py: Add call tree
Adrian Hunter
1
-9
/
+186
2019-03-01
perf scripts python: exported-sql-viewer.py: Factor out CallGraphModelBase
Adrian Hunter
1
-45
/
+55
2019-03-01
perf scripts python: exported-sql-viewer.py: Improve TreeModel abstraction
Adrian Hunter
1
-6
/
+11
2019-03-01
perf scripts python: exported-sql-viewer.py: Factor out TreeWindowBase
Adrian Hunter
1
-19
/
+31
2019-03-01
perf scripts python: export-to-postgresql.py: Export calls parent_id
Adrian Hunter
1
-5
/
+9
2019-03-01
perf scripts python: export-to-postgresql.py: Fix invalid input syntax for in...
Adrian Hunter
1
-1
/
+1
2019-03-01
perf scripts python: export-to-sqlite.py: Export calls parent_id
Adrian Hunter
1
-4
/
+8
2019-02-25
perf script python: Add Python3 support to syscall-counts-by-pid.py
Tony Jones
1
-10
/
+12
2019-02-25
perf script python: Add Python3 support to syscall-counts.py
Tony Jones
1
-8
/
+10
2019-02-25
perf script python: Add Python3 support to stat-cpi.py
Tony Jones
1
-4
/
+6
2019-02-25
perf script python: Add Python3 support to stackcollapse.py
Tony Jones
1
-3
/
+4
2019-02-25
perf script python: Add Python3 support to sctop.py
Tony Jones
1
-8
/
+16
2019-02-25
perf script python: Add Python3 support to powerpc-hcalls.py
Tony Jones
1
-8
/
+10
2019-02-25
perf script python: Add Python3 support to net_dropmonitor.py
Tony Jones
1
-4
/
+6
2019-02-25
perf script python: Add Python3 support to mem-phys-addr.py
Tony Jones
1
-10
/
+14
2019-02-25
perf script python: Add Python3 support to failed-syscalls-by-pid.py
Tony Jones
1
-10
/
+11
2019-02-25
perf script python: Add Python3 support to netdev-times.py
Tony Jones
1
-40
/
+42
2019-02-22
perf scripts python: exported-sql-viewer.py: Add top calls report
Adrian Hunter
1
-6
/
+135
2019-02-22
perf scripts python: exported-sql-viewer.py: Remove no selection error
Adrian Hunter
1
-3
/
+0
2019-02-22
perf scripts python: exported-sql-viewer.py: Remove SQLTableDialogDataItem
Adrian Hunter
1
-221
/
+0
2019-02-22
perf scripts python: exported-sql-viewer.py: Create new dialog data item classes
Adrian Hunter
1
-13
/
+272
2019-02-22
perf scripts python: exported-sql-viewer.py: Move report name into ReportVars
Adrian Hunter
1
-8
/
+8
2019-02-22
perf scripts python: exported-sql-viewer.py: Factor out ReportVars
Adrian Hunter
1
-14
/
+23
2019-02-22
perf scripts python: exported-sql-viewer.py: Factor out ReportDialogBase
Adrian Hunter
1
-17
/
+30
2019-02-22
perf scripts python: exported-sql-viewer.py: Move column headers
Adrian Hunter
1
-12
/
+13
2019-02-22
perf scripts python: exported-sql-viewer.py: Hide Call Graph option if no cal...
Adrian Hunter
1
-1
/
+12
2019-02-22
perf scripts python: exported-sql-viewer.py: Remove leftover debugging prints
Adrian Hunter
1
-7
/
+0
2019-02-22
perf scripts python: exported-sql-viewer.py: Fix missing shebang
Adrian Hunter
1
-0
/
+1
2019-02-14
perf tools: Rename build libperf to perf
Jiri Olsa
3
-4
/
+4
2019-02-06
perf thread-stack: Represent jmps to the start of a different symbol
Adrian Hunter
2
-2
/
+2
2019-01-25
perf script python: Remove explicit shebang from Python scripts
Tony Jones
3
-4
/
+0
2018-11-05
perf scripts python: exported-sql-viewer.py: Fix table find when table re-ord...
Adrian Hunter
1
-1
/
+3
2018-11-05
perf scripts python: exported-sql-viewer.py: Add help window
Adrian Hunter
1
-1
/
+154
2018-11-05
perf scripts python: exported-sql-viewer.py: Add Selected branches report
Adrian Hunter
1
-0
/
+327
2018-11-05
perf scripts python: exported-sql-viewer.py: Fall back to /usr/local/lib/libx...
Adrian Hunter
1
-1
/
+6
2018-10-23
perf scripts python: exported-sql-viewer.py: Add All branches report
Adrian Hunter
1
-0
/
+547
[prev]
[next]