index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf script: Add new parameter in kfree_skb tracepoint to the python scripts ...
Sriram Yagnaraman
2023-05-02
2
-5
/
+5
*
perf script task-analyzer: Fix spelling mistake "miliseconds" -> "milliseconds"
Colin Ian King
2023-04-17
1
-1
/
+1
*
perf scripts python intel-pt-events: Delete unused 'event_attr variable
Alexander Pantyukhin
2023-04-12
1
-3
/
+3
*
perf map: Add accessor for dso
Ian Rogers
2023-04-04
1
-2
/
+4
*
perf maps: Add functions to access maps
Ian Rogers
2023-04-04
1
-3
/
+4
*
perf script: Fix Python support when no libtraceevent
Adrian Hunter
2023-03-15
3
-2
/
+8
*
perf scripts intel-pt-events.py: Fix IPC output for Python 2
Roman Lozko
2023-03-14
1
-1
/
+1
*
perf script flamegraph: Avoid d3-flame-graph package dependency
Ian Rogers
2023-01-19
1
-22
/
+85
*
perf script: task-analyzer add csv support
Petar Gligoric
2022-12-14
1
-89
/
+185
*
perf script: Introduce task analyzer python script
Hagen Paul Pfeifer
2022-12-14
3
-0
/
+843
*
perf build: Use libtraceevent from the system
Ian Rogers
2022-12-14
1
-1
/
+1
*
perf scripts python: intel-pt-events.py: Add ability interleave output
Adrian Hunter
2022-10-27
1
-1
/
+64
*
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2022-08-01
1
-16
/
+18
|
\
|
*
perf scripts python: Let script to be python2 compliant
Leo Yan
2022-07-27
1
-16
/
+18
*
|
perf python: Ignore unused command line arguments when building with clang
Arnaldo Carvalho de Melo
2022-07-20
1
-0
/
+4
*
|
perf scripting perl: Ignore some warnings to keep building with perl headers
Arnaldo Carvalho de Melo
2022-07-20
1
-1
/
+1
*
|
perf script python: intel-pt-events: Add machine_pid and vcpu
Adrian Hunter
2022-07-20
1
-5
/
+27
|
/
*
perf scripts python: Support Arm CoreSight trace data disassembly
Leo Yan
2022-05-27
1
-0
/
+272
*
perf scripts python: intel-pt-events.py: Print ptwrite value as a string if i...
Adrian Hunter
2022-05-17
1
-1
/
+7
*
perf scripts python: export-to-postgresql.py: Export all sample flags
Adrian Hunter
2022-02-15
1
-7
/
+10
*
perf scripts python: export-to-sqlite.py: Export all sample flags
Adrian Hunter
2022-02-15
1
-8
/
+11
*
perf scripts python: intel-pt-events.py: Add Event Trace
Adrian Hunter
2022-02-15
1
-5
/
+50
*
perf scripts python: intel-pt-events.py: Fix printing of switch events
Adrian Hunter
2021-12-28
1
-10
/
+13
*
perf scripts python: Fix passing arguments to stackcollapse report
Michael Petlan
2021-09-10
1
-1
/
+1
*
perf flamegraph: flamegraph.py script improvements
Andreas Gerstmayr
2021-08-30
1
-27
/
+81
*
perf scripting python: intel-pt-events.py: Add --insn-trace and --src-trace
Adrian Hunter
2021-06-01
1
-18
/
+158
*
perf scripting python: exported-sql-viewer.py: Factor out libxed.py
Adrian Hunter
2021-06-01
2
-88
/
+108
*
perf scripting python: Add perf_sample_srcline() and perf_sample_srccode()
Adrian Hunter
2021-06-01
1
-0
/
+56
*
perf scripting python: Add perf_set_itrace_options()
Adrian Hunter
2021-06-01
1
-2
/
+42
*
perf scripting python: Add perf_sample_insn()
Adrian Hunter
2021-06-01
1
-0
/
+27
*
perf scripting python: Assign perf_script_context
Adrian Hunter
2021-06-01
1
-1
/
+7
*
perf scripting python: Simplify perf-trace-context module functions
Adrian Hunter
2021-06-01
1
-22
/
+17
*
perf scripting python: Remove unnecessary 'static'
Adrian Hunter
2021-06-01
1
-3
/
+3
*
perf scripts python: intel-pt-events.py: Add branches to script
Adrian Hunter
2021-05-25
3
-35
/
+116
*
perf scripts python: exported-sql-viewer.py: Fix warning display
Adrian Hunter
2021-05-21
1
-0
/
+5
*
perf scripts python: exported-sql-viewer.py: Fix Array TypeError
Adrian Hunter
2021-05-21
1
-2
/
+3
*
perf scripts python: exported-sql-viewer.py: Fix copy to clipboard from Top C...
Adrian Hunter
2021-05-21
1
-1
/
+1
*
perf tools: Fix various typos in comments
Ingo Molnar
2021-03-23
1
-1
/
+1
*
perf script: Add min, max to futex-contention output, in addition to avg
Hagen Paul Pfeifer
2020-09-23
1
-2
/
+2
*
perf script: Autopep8 futex-contention
Hagen Paul Pfeifer
2020-09-23
1
-23
/
+28
*
perf scripts python: exported-sql-viewer.py: Fix time chart call tree
Adrian Hunter
2020-07-03
1
-0
/
+4
*
perf scripts python: exported-sql-viewer.py: Fix zero id in call tree 'Find' ...
Adrian Hunter
2020-07-03
1
-1
/
+2
*
perf scripts python: exported-sql-viewer.py: Fix zero id in call graph 'Find'...
Adrian Hunter
2020-07-03
1
-1
/
+2
*
perf scripts python: exported-sql-viewer.py: Fix unexpanded 'Find' result
Adrian Hunter
2020-07-03
1
-0
/
+1
*
perf scripts python: export-to-postgresql.py: Fix struct.pack() int argument
Adrian Hunter
2020-07-03
1
-1
/
+1
*
perf flamegraph: Explicitly set utf-8 encoding
Andreas Gerstmayr
2020-06-22
1
-3
/
+5
*
perf flamegraph: Use /bin/bash for report and record scripts
Arnaldo Carvalho de Melo
2020-05-05
2
-2
/
+2
*
perf script: Add flamegraph.py script
Andreas Gerstmayr
2020-04-16
3
-0
/
+129
*
perf scripting perl: Add common_callchain to fix argument order
Michael Petlan
2020-03-11
6
-20
/
+20
*
perf scripts python: exported-sql-viewer.py: Fix use of TRUE with SQLite
Adrian Hunter
2019-11-13
1
-3
/
+9
[next]