aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/scripting-engines/trace-event-python.c
Commit message (Expand)AuthorAge
* perf db-export: No need to have ->thread twice in struct export_sampleArnaldo Carvalho de Melo2015-04-02
* perf db-export: No need to pass thread twice to db_export__sampleArnaldo Carvalho de Melo2015-04-02
* perf scripting: No need to pass thread twice to the scripting callbacksArnaldo Carvalho de Melo2015-04-02
* tools lib traceevent: Add support for __print_array()Javi Merino2015-03-24
* perf tools: Remove EOL whitespacesArnaldo Carvalho de Melo2015-01-21
* perf script python: Removing event cache as it's no longer neededJiri Olsa2014-11-06
* perf tools: Defer export of comms that were not 'set'Adrian Hunter2014-11-03
* perf tools: Add call information to Python exportAdrian Hunter2014-11-03
* perf tools: Add branch_type and in_tx to Python exportAdrian Hunter2014-11-03
* perf scripting python: Extend interface to export data in a database-friendly...Adrian Hunter2014-10-29
* perf thread: Adopt resolve_callchain method from machineArnaldo Carvalho de Melo2014-10-29
* perf callchain: Move the callchain_param extern to callchain.hArnaldo Carvalho de Melo2014-10-14
* perf scripting: Add 'flush' callback to scripting APIAdrian Hunter2014-08-22
* perf script python: Add helpers for calling Python objectsAdrian Hunter2014-08-13
* perf tools: Move pr_* debug macros into debug objectJiri Olsa2014-07-17
* perf script: Provide additional sample information on generic eventsJoseph Schuchart2014-07-16
* perf script: Add callchain to generic and tracepoint eventsJoseph Schuchart2014-07-16
* perf script: Add missing calls to Py_DECREF for return valuesJoseph Schuchart2014-07-16
* perf script: Handle the num array type in python properlySebastian Andrzej Siewior2014-06-27
* perf script: Move the number processing into its own functionSebastian Andrzej Siewior2014-06-27
* perf script/python: Print array argument as stringNamhyung Kim2014-06-09
* tools lib traceevent: Added support for __get_bitmask() macroSteven Rostedt (Red Hat)2014-06-07
* perf tools: No need to test against NULL before calling free()Arnaldo Carvalho de Melo2013-12-26
* perf symbols: Add 'machine' member to struct addr_locationArnaldo Carvalho de Melo2013-12-19
* perf scripting python: Shorten function signaturesArnaldo Carvalho de Melo2013-12-19
* perf tools: Use an accessor to read thread commFrederic Weisbecker2013-11-04
* perf script python: Fix mem leak due to missing Py_DECREFs on dict entriesJoseph Schuchart2013-10-24
* perf script: Fix named threads supportDavid Ahern2013-07-22
* perf script: hook up perf_scripting_context->peventTom Zanussi2013-01-24
* perf tools: Remove duplicated include from trace-event-python.cWei Yongjun2012-10-07
* perf tools: Use __maybe_used for unused variablesIrina Tirdea2012-09-11
* perf script python: Correct handler check and spelling errorsFeng Tang2012-08-09
* perf scripts python: Pass event/thread/dso name and symbol info to event hand...Feng Tang2012-08-08
* perf script: Replace "struct thread" with "struct addr_location" as a paramet...Feng Tang2012-08-08
* perf script: Add general python handler to process non-tracepoint eventsFeng Tang2012-08-08
* perf script: Stop using pevent directlyArnaldo Carvalho de Melo2012-08-07
* perf evsel: Cache associated event_formatArnaldo Carvalho de Melo2012-08-07
* tools lib traceevent: Add support for __print_hex()Namhyung Kim2012-06-29
* perf tools: Stop using a global trace events description listArnaldo Carvalho de Melo2012-06-27
* perf: Have perf use the new libtraceevent.a librarySteven Rostedt2012-04-25
* perf tools: Remove unnecessary ctype.h inclusionNamhyung Kim2012-01-30
* perf tools: Resolve machine earlier and pass it to perf_event_opsArnaldo Carvalho de Melo2011-11-28
* perf session: Pass evsel in event_ops->sample()Arnaldo Carvalho de Melo2011-03-23
* perf script: Change process_event prototypeDavid Ahern2011-03-14
* perf tool: Fix gcc 4.6.0 issuesKyle McMartin2011-02-07
* perf: Rename 'perf trace' to 'perf script'Ingo Molnar2010-11-16
* perf scripts python: Give field dict to unhandled callbackPierre Tardy2010-06-01
* perf/trace/scripting: don't show script start/stop messages by defaultTom Zanussi2010-05-10
* perf/scripts: Tuple was set from long in both branches in python_process_event()Tom Zanussi2010-04-02
* perf/scripts: Remove unnecessary PyTuple resizesTom Zanussi2010-02-24