summaryrefslogtreecommitdiff
path: root/tools/perf/util/scripting-engines
AgeCommit message (Expand)AuthorFilesLines
2014-10-15perf callchain: Move the callchain_param extern to callchain.hArnaldo Carvalho de Melo1-0/+1
2014-08-22perf scripting: Add 'flush' callback to scripting APIAdrian Hunter2-0/+12
2014-08-14perf script python: Add helpers for calling Python objectsAdrian Hunter1-67/+47
2014-07-17perf tools: Move pr_* debug macros into debug objectJiri Olsa2-0/+2
2014-07-17perf script: Provide additional sample information on generic eventsJoseph Schuchart1-3/+20
2014-07-17perf script: Add callchain to generic and tracepoint eventsJoseph Schuchart1-4/+102
2014-07-17perf script: Add missing calls to Py_DECREF for return valuesJoseph Schuchart1-2/+10
2014-06-27perf script: Handle the num array type in python properlySebastian Andrzej Siewior1-12/+31
2014-06-27perf script: Move the number processing into its own functionSebastian Andrzej Siewior1-15/+23
2014-06-09perf script/python: Print array argument as stringNamhyung Kim1-0/+1
2014-06-08tools lib traceevent: Added support for __get_bitmask() macroSteven Rostedt (Red Hat)2-0/+2
2013-12-26perf tools: No need to test against NULL before calling free()Arnaldo Carvalho de Melo2-4/+2
2013-12-20perf symbols: Add 'machine' member to struct addr_locationArnaldo Carvalho de Melo2-2/+0
2013-12-19perf scripting perl: Shorten function signaturesArnaldo Carvalho de Melo1-13/+7
2013-12-19perf scripting python: Shorten function signaturesArnaldo Carvalho de Melo1-17/+9
2013-11-04perf tools: Use an accessor to read thread commFrederic Weisbecker2-3/+3
2013-10-24perf script python: Fix mem leak due to missing Py_DECREFs on dict entriesJoseph Schuchart1-13/+24
2013-10-17perf scripting perl: Fix build error on Fedora 12Arnaldo Carvalho de Melo1-1/+1
2013-07-22perf script: Fix named threads supportDavid Ahern2-10/+13
2013-01-24perf script: hook up perf_scripting_context->peventTom Zanussi2-0/+2
2012-10-07perf tools: Remove duplicated include from trace-event-python.cWei Yongjun1-1/+0
2012-09-20perf tools: Fix a compiling error in trace-event-perl.c for 32 bits machineFeng Tang1-1/+1
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea2-8/+10
2012-09-06perf tools: remove unneeded include of network header filesDavid Ahern1-4/+4
2012-08-09perf script python: Correct handler check and spelling errorsFeng Tang1-5/+3
2012-08-08perf scripts python: Pass event/thread/dso name and symbol info to event hand...Feng Tang1-6/+29
2012-08-08perf script: Replace "struct thread" with "struct addr_location" as a paramet...Feng Tang2-11/+13
2012-08-08perf script: Add general python handler to process non-tracepoint eventsFeng Tang1-1/+58
2012-08-08perf script: Stop using pevent directlyArnaldo Carvalho de Melo2-11/+8
2012-08-08perf evsel: Cache associated event_formatArnaldo Carvalho de Melo2-17/+17
2012-06-29tools lib traceevent: Add support for __print_hex()Namhyung Kim2-0/+8
2012-06-27perf tools: Stop using a global trace events description listArnaldo Carvalho de Melo2-21/+28
2012-05-22perf script: Rename struct event to struct event_format in perl engineFrederic Weisbecker1-6/+6
2012-05-22perf script: Explicitly handle known default print arg typeFrederic Weisbecker1-0/+4
2012-04-25perf: Have perf use the new libtraceevent.a librarySteven Rostedt1-6/+10
2012-01-31perf tools: Remove unnecessary ctype.h inclusionNamhyung Kim1-1/+0
2011-12-23perf script: Add generic perl handler to process eventsRobert Richter1-6/+67
2011-11-28perf tools: Resolve machine earlier and pass it to perf_event_opsArnaldo Carvalho de Melo2-2/+6
2011-03-24perf session: Pass evsel in event_ops->sample()Arnaldo Carvalho de Melo2-0/+2
2011-03-14perf script: Change process_event prototypeDavid Ahern2-6/+16
2011-02-07perf tool: Fix gcc 4.6.0 issuesKyle McMartin1-2/+1
2010-11-16perf: Rename 'perf trace' to 'perf script'Ingo Molnar2-5/+5
2010-06-01perf scripts python: Give field dict to unhandled callbackPierre Tardy1-16/+34
2010-05-11perf/trace/scripting: don't show script start/stop messages by defaultTom Zanussi2-7/+0
2010-04-02perf/scripts: Tuple was set from long in both branches in python_process_event()Tom Zanussi1-5/+12
2010-02-25perf/scripts: Remove unnecessary PyTuple resizesTom Zanussi1-8/+5
2010-02-25perf/scripts: Add Python scripting engineTom Zanussi1-0/+576
2010-02-23perf/scripts: Move Perl scripting files to scripting-engines dirTom Zanussi1-0/+568