index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-08
perf script python: Adjust objdump start/end per map pgoff parameter
Steve Clevenger
1
-5
/
+11
2024-09-24
perf scripts python cs-etm: Add start and stop arguments
James Clark
1
-2
/
+38
2024-09-24
perf scripts python cs-etm: Improve arguments
James Clark
1
-8
/
+55
2024-09-24
perf scripts python cs-etm: Update to use argparse
James Clark
1
-18
/
+10
2024-09-24
perf scripting python: Add function to get a config value
James Clark
1
-0
/
+11
2024-07-31
perf scripts python cs-etm: Restore first sample log in verbose mode
James Clark
1
-5
/
+4
2024-06-26
perf util: Make util its own library
Ian Rogers
3
-4
/
+4
2024-06-25
tools/perf: Fix parallel-perf python script to replace new python syntax ":=" usage
Athira Rajeev
1
-1
/
+2
2024-06-06
perf script: netdev-times: add location parameter to consume_skb
Lucas Stach
1
-1
/
+2
2024-04-26
perf scripts python: Add a script to run instances of 'perf script' in parallel
Adrian Hunter
1
-0
/
+988
2023-12-20
perf scripts python arm-cs-trace-disasm.py: Do not ignore disam first sample
Ruidong Tian
1
-10
/
+11
2023-12-20
perf scripts python arm-cs-trace-disasm.py: Set start vm addr of exectable file to 0
Ruidong Tian
1
-2
/
+3
2023-11-23
perf tools: Address python 3.6 DeprecationWarning for string scapes
Benjamin Gray
3
-5
/
+5
2023-08-24
perf scripts python gecko: Launch the profiler UI on the default browser with the appropriate URL
Anup Sharma
1
-7
/
+63
2023-08-24
perf scripts python: Add support for input args in gecko script
Anup Sharma
1
-1
/
+5
2023-08-15
perf scripts python: Update audit-libs package name for python3
Wei Li
1
-3
/
+3
2023-08-15
perf scripts python: Support syscall name parsing on arm64
Wei Li
1
-0
/
+1
2023-08-03
perf script python: Cope with declarations after statements found in Python.h
Arnaldo Carvalho de Melo
1
-1
/
+2
2023-07-28
perf scripts python: Add command execution for gecko script
Anup Sharma
2
-0
/
+5
2023-07-28
perf scripts python: Implement add sample function and thread processing
Anup Sharma
1
-2
/
+50
2023-07-28
perf scripts python: Implement add sample function and thread processing
Anup Sharma
1
-0
/
+54
2023-07-28
perf scripts python: Add trace end processing and PRODUCT and CATEGORIES information
Anup Sharma
1
-1
/
+64
2023-07-28
perf scripts python: Add classes and conversion functions
Anup Sharma
1
-1
/
+132
2023-07-28
perf scripts python: Extact necessary information from process event
Anup Sharma
1
-1
/
+13
2023-07-28
perf scripts python: Add initial script file with usage information
Anup Sharma
1
-0
/
+31
2023-06-13
perf python scripting: Get rid of unused import in arm-cs-trace-disasm
Sourabh Jain
1
-1
/
+0
2023-06-12
perf thread: Add accessor functions for thread
Ian Rogers
1
-2
/
+2
2023-05-02
perf script: Add new parameter in kfree_skb tracepoint to the python scripts using it
Sriram Yagnaraman
2
-5
/
+5
2023-04-17
perf script task-analyzer: Fix spelling mistake "miliseconds" -> "milliseconds"
Colin Ian King
1
-1
/
+1
2023-04-12
perf scripts python intel-pt-events: Delete unused 'event_attr variable
Alexander Pantyukhin
1
-3
/
+3
2023-04-04
perf map: Add accessor for dso
Ian Rogers
1
-2
/
+4
2023-04-04
perf maps: Add functions to access maps
Ian Rogers
1
-3
/
+4
2023-03-15
perf script: Fix Python support when no libtraceevent
Adrian Hunter
3
-2
/
+8
2023-03-14
perf scripts intel-pt-events.py: Fix IPC output for Python 2
Roman Lozko
1
-1
/
+1
2023-01-19
perf script flamegraph: Avoid d3-flame-graph package dependency
Ian Rogers
1
-22
/
+85
2022-12-14
perf script: task-analyzer add csv support
Petar Gligoric
1
-89
/
+185
2022-12-14
perf script: Introduce task analyzer python script
Hagen Paul Pfeifer
3
-0
/
+843
2022-12-14
perf build: Use libtraceevent from the system
Ian Rogers
1
-1
/
+1
2022-10-27
perf scripts python: intel-pt-events.py: Add ability interleave output
Adrian Hunter
1
-1
/
+64
2022-08-01
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
1
-16
/
+18
2022-07-27
perf scripts python: Let script to be python2 compliant
Leo Yan
1
-16
/
+18
2022-07-20
perf python: Ignore unused command line arguments when building with clang
Arnaldo Carvalho de Melo
1
-0
/
+4
2022-07-20
perf scripting perl: Ignore some warnings to keep building with perl headers
Arnaldo Carvalho de Melo
1
-1
/
+1
2022-07-20
perf script python: intel-pt-events: Add machine_pid and vcpu
Adrian Hunter
1
-5
/
+27
2022-05-27
perf scripts python: Support Arm CoreSight trace data disassembly
Leo Yan
1
-0
/
+272
2022-05-17
perf scripts python: intel-pt-events.py: Print ptwrite value as a string if it is ASCII
Adrian Hunter
1
-1
/
+7
2022-02-15
perf scripts python: export-to-postgresql.py: Export all sample flags
Adrian Hunter
1
-7
/
+10
2022-02-15
perf scripts python: export-to-sqlite.py: Export all sample flags
Adrian Hunter
1
-8
/
+11
2022-02-15
perf scripts python: intel-pt-events.py: Add Event Trace
Adrian Hunter
1
-5
/
+50
2021-12-28
perf scripts python: intel-pt-events.py: Fix printing of switch events
Adrian Hunter
1
-10
/
+13
[next]