index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
scripting-engines
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-12
perf script python: Silence -Werror=maybe-uninitialized on gcc 5.3.0
Arnaldo Carvalho de Melo
1
-2
/
+2
2016-05-20
perf tools: Fix usage of max_stack sysctl
Arnaldo Carvalho de Melo
1
-2
/
+1
2016-05-11
perf tools: Use SBUILD_ID_SIZE where applicable
Masami Hiramatsu
1
-1
/
+1
2016-05-11
perf scripting python: Use Py_FatalError instead of die()
Arnaldo Carvalho de Melo
1
-2
/
+5
2016-05-09
perf script: Fix incorrect python db-export error message
Chris Phlipot
1
-1
/
+1
2016-05-06
perf script: Expose usage of the callchain db export via the python api
Chris Phlipot
1
-2
/
+33
2016-05-06
perf tools: Refactor code to move call path handling out of thread-stack
Chris Phlipot
1
-0
/
+1
2016-04-27
perf tools: Set the maximum allowed stack from /proc/sys/kernel/perf_event_ma...
Arnaldo Carvalho de Melo
1
-1
/
+1
2016-04-14
perf callchain: Start moving away from global per thread cursors
Arnaldo Carvalho de Melo
2
-2
/
+2
2016-04-06
perf script perl: Do error checking on new backtrace routine
Arnaldo Carvalho de Melo
1
-9
/
+21
2016-03-30
perf script perl: Perl scripts now get a backtrace, like the python ones
Dima Kogan
1
-8
/
+106
2016-03-03
perf script: Fix double free on command_line
Colin Ian King
1
-2
/
+2
2016-02-25
perf script: Exception handling when the print fmt is empty
Taeung Song
2
-0
/
+6
2016-01-07
perf script: Add python support for stat events
Jiri Olsa
1
-6
/
+109
2015-09-28
perf scripting python: Allow for max_stack greater than PERF_MAX_STACK_DEPTH
Adrian Hunter
1
-1
/
+1
2015-09-02
tools lib traceevent: Support function __get_dynamic_array_len
He Kuang
2
-0
/
+2
2015-05-13
tracing: Rename FTRACE_MAX_EVENT to TRACE_EVENT_TYPE_MAX
Steven Rostedt (Red Hat)
2
-4
/
+4
2015-04-02
perf db-export: No need to have ->thread twice in struct export_sample
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-04-02
perf db-export: No need to pass thread twice to db_export__sample
Arnaldo Carvalho de Melo
1
-2
/
+1
2015-04-02
perf scripting: No need to pass thread twice to the scripting callbacks
Arnaldo Carvalho de Melo
2
-11
/
+7
2015-03-24
tools lib traceevent: Add support for __print_array()
Javi Merino
2
-0
/
+10
2015-02-12
perf build: Add scripts objects building
Jiri Olsa
1
-0
/
+6
2015-01-21
perf tools: Remove EOL whitespaces
Arnaldo Carvalho de Melo
1
-1
/
+1
2014-11-06
perf script python: Removing event cache as it's no longer needed
Jiri Olsa
1
-28
/
+6
2014-11-06
perf script perl: Removing event cache as it's no longer needed
Jiri Olsa
1
-23
/
+6
2014-11-04
perf tools: Defer export of comms that were not 'set'
Adrian Hunter
1
-1
/
+3
2014-11-04
perf tools: Add call information to Python export
Adrian Hunter
1
-1
/
+83
2014-11-04
perf tools: Add branch_type and in_tx to Python export
Adrian Hunter
1
-1
/
+29
2014-10-29
perf scripting python: Extend interface to export data in a database-friendly...
Adrian Hunter
1
-2
/
+284
2014-10-29
perf thread: Adopt resolve_callchain method from machine
Arnaldo Carvalho de Melo
1
-3
/
+3
2014-10-15
perf callchain: Move the callchain_param extern to callchain.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2014-08-22
perf scripting: Add 'flush' callback to scripting API
Adrian Hunter
2
-0
/
+12
2014-08-14
perf script python: Add helpers for calling Python objects
Adrian Hunter
1
-67
/
+47
2014-07-17
perf tools: Move pr_* debug macros into debug object
Jiri Olsa
2
-0
/
+2
2014-07-17
perf script: Provide additional sample information on generic events
Joseph Schuchart
1
-3
/
+20
2014-07-17
perf script: Add callchain to generic and tracepoint events
Joseph Schuchart
1
-4
/
+102
2014-07-17
perf script: Add missing calls to Py_DECREF for return values
Joseph Schuchart
1
-2
/
+10
2014-06-27
perf script: Handle the num array type in python properly
Sebastian Andrzej Siewior
1
-12
/
+31
2014-06-27
perf script: Move the number processing into its own function
Sebastian Andrzej Siewior
1
-15
/
+23
2014-06-09
perf script/python: Print array argument as string
Namhyung Kim
1
-0
/
+1
2014-06-08
tools lib traceevent: Added support for __get_bitmask() macro
Steven Rostedt (Red Hat)
2
-0
/
+2
2013-12-26
perf tools: No need to test against NULL before calling free()
Arnaldo Carvalho de Melo
2
-4
/
+2
2013-12-20
perf symbols: Add 'machine' member to struct addr_location
Arnaldo Carvalho de Melo
2
-2
/
+0
2013-12-19
perf scripting perl: Shorten function signatures
Arnaldo Carvalho de Melo
1
-13
/
+7
2013-12-19
perf scripting python: Shorten function signatures
Arnaldo Carvalho de Melo
1
-17
/
+9
2013-11-04
perf tools: Use an accessor to read thread comm
Frederic Weisbecker
2
-3
/
+3
2013-10-24
perf script python: Fix mem leak due to missing Py_DECREFs on dict entries
Joseph Schuchart
1
-13
/
+24
2013-10-17
perf scripting perl: Fix build error on Fedora 12
Arnaldo Carvalho de Melo
1
-1
/
+1
2013-07-22
perf script: Fix named threads support
David Ahern
2
-10
/
+13
2013-01-24
perf script: hook up perf_scripting_context->pevent
Tom Zanussi
2
-0
/
+2
[next]