index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
scripting-engines
/
trace-event-python.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-14
perf callchain: Start moving away from global per thread cursors
Arnaldo Carvalho de Melo
1
-1
/
+1
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
1
-0
/
+3
2016-01-06
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
1
-0
/
+1
2015-05-13
tracing: Rename FTRACE_MAX_EVENT to TRACE_EVENT_TYPE_MAX
Steven Rostedt (Red Hat)
1
-2
/
+2
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
1
-8
/
+5
2015-03-24
tools lib traceevent: Add support for __print_array()
Javi Merino
1
-0
/
+5
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-03
perf tools: Defer export of comms that were not 'set'
Adrian Hunter
1
-1
/
+3
2014-11-03
perf tools: Add call information to Python export
Adrian Hunter
1
-1
/
+83
2014-11-03
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-14
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
1
-0
/
+6
2014-08-13
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
1
-0
/
+1
2014-07-16
perf script: Provide additional sample information on generic events
Joseph Schuchart
1
-3
/
+20
2014-07-16
perf script: Add callchain to generic and tracepoint events
Joseph Schuchart
1
-4
/
+102
2014-07-16
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-07
tools lib traceevent: Added support for __get_bitmask() macro
Steven Rostedt (Red Hat)
1
-0
/
+1
2013-12-26
perf tools: No need to test against NULL before calling free()
Arnaldo Carvalho de Melo
1
-2
/
+1
2013-12-19
perf symbols: Add 'machine' member to struct addr_location
Arnaldo Carvalho de Melo
1
-1
/
+0
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
1
-2
/
+2
2013-10-24
perf script python: Fix mem leak due to missing Py_DECREFs on dict entries
Joseph Schuchart
1
-13
/
+24
2013-07-22
perf script: Fix named threads support
David Ahern
1
-4
/
+5
2013-01-24
perf script: hook up perf_scripting_context->pevent
Tom Zanussi
1
-0
/
+1
2012-10-07
perf tools: Remove duplicated include from trace-event-python.c
Wei Yongjun
1
-1
/
+0
2012-09-11
perf tools: Use __maybe_used for unused variables
Irina Tirdea
1
-4
/
+6
2012-08-09
perf script python: Correct handler check and spelling errors
Feng Tang
1
-5
/
+3
2012-08-08
perf scripts python: Pass event/thread/dso name and symbol info to event hand...
Feng Tang
1
-6
/
+29
2012-08-08
perf script: Replace "struct thread" with "struct addr_location" as a paramet...
Feng Tang
1
-6
/
+7
2012-08-08
perf script: Add general python handler to process non-tracepoint events
Feng Tang
1
-1
/
+58
2012-08-07
perf script: Stop using pevent directly
Arnaldo Carvalho de Melo
1
-3
/
+2
2012-08-07
perf evsel: Cache associated event_format
Arnaldo Carvalho de Melo
1
-9
/
+12
2012-06-29
tools lib traceevent: Add support for __print_hex()
Namhyung Kim
1
-0
/
+4
[next]