summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/scripting-engines
Commit message (Expand)AuthorAgeFilesLines
* perf script python: Removing event cache as it's no longer neededJiri Olsa2014-11-061-28/+6
* perf script perl: Removing event cache as it's no longer neededJiri Olsa2014-11-061-23/+6
* perf tools: Defer export of comms that were not 'set'Adrian Hunter2014-11-031-1/+3
* perf tools: Add call information to Python exportAdrian Hunter2014-11-031-1/+83
* perf tools: Add branch_type and in_tx to Python exportAdrian Hunter2014-11-031-1/+29
* perf scripting python: Extend interface to export data in a database-friendly...Adrian Hunter2014-10-291-2/+284
* perf thread: Adopt resolve_callchain method from machineArnaldo Carvalho de Melo2014-10-291-3/+3
* perf callchain: Move the callchain_param extern to callchain.hArnaldo Carvalho de Melo2014-10-141-0/+1
* perf scripting: Add 'flush' callback to scripting APIAdrian Hunter2014-08-222-0/+12
* perf script python: Add helpers for calling Python objectsAdrian Hunter2014-08-131-67/+47
* perf tools: Move pr_* debug macros into debug objectJiri Olsa2014-07-172-0/+2
* perf script: Provide additional sample information on generic eventsJoseph Schuchart2014-07-161-3/+20
* perf script: Add callchain to generic and tracepoint eventsJoseph Schuchart2014-07-161-4/+102
* perf script: Add missing calls to Py_DECREF for return valuesJoseph Schuchart2014-07-161-2/+10
* perf script: Handle the num array type in python properlySebastian Andrzej Siewior2014-06-271-12/+31
* perf script: Move the number processing into its own functionSebastian Andrzej Siewior2014-06-271-15/+23
* perf script/python: Print array argument as stringNamhyung Kim2014-06-091-0/+1
* tools lib traceevent: Added support for __get_bitmask() macroSteven Rostedt (Red Hat)2014-06-072-0/+2
* perf tools: No need to test against NULL before calling free()Arnaldo Carvalho de Melo2013-12-262-4/+2
* perf symbols: Add 'machine' member to struct addr_locationArnaldo Carvalho de Melo2013-12-192-2/+0
* perf scripting perl: Shorten function signaturesArnaldo Carvalho de Melo2013-12-191-13/+7
* perf scripting python: Shorten function signaturesArnaldo Carvalho de Melo2013-12-191-17/+9
* perf tools: Use an accessor to read thread commFrederic Weisbecker2013-11-042-3/+3
* perf script python: Fix mem leak due to missing Py_DECREFs on dict entriesJoseph Schuchart2013-10-241-13/+24
* perf scripting perl: Fix build error on Fedora 12Arnaldo Carvalho de Melo2013-10-171-1/+1
* perf script: Fix named threads supportDavid Ahern2013-07-222-10/+13
* perf script: hook up perf_scripting_context->peventTom Zanussi2013-01-242-0/+2
* perf tools: Remove duplicated include from trace-event-python.cWei Yongjun2012-10-071-1/+0
* perf tools: Fix a compiling error in trace-event-perl.c for 32 bits machineFeng Tang2012-09-201-1/+1
* perf tools: Use __maybe_used for unused variablesIrina Tirdea2012-09-112-8/+10
* perf tools: remove unneeded include of network header filesDavid Ahern2012-09-051-4/+4
* perf script python: Correct handler check and spelling errorsFeng Tang2012-08-091-5/+3
* perf scripts python: Pass event/thread/dso name and symbol info to event hand...Feng Tang2012-08-081-6/+29
* perf script: Replace "struct thread" with "struct addr_location" as a paramet...Feng Tang2012-08-082-11/+13
* perf script: Add general python handler to process non-tracepoint eventsFeng Tang2012-08-081-1/+58
* perf script: Stop using pevent directlyArnaldo Carvalho de Melo2012-08-072-11/+8
* perf evsel: Cache associated event_formatArnaldo Carvalho de Melo2012-08-072-17/+17
* tools lib traceevent: Add support for __print_hex()Namhyung Kim2012-06-292-0/+8
* perf tools: Stop using a global trace events description listArnaldo Carvalho de Melo2012-06-272-21/+28
* perf script: Rename struct event to struct event_format in perl engineFrederic Weisbecker2012-05-221-6/+6
* perf script: Explicitly handle known default print arg typeFrederic Weisbecker2012-05-221-0/+4
* perf: Have perf use the new libtraceevent.a librarySteven Rostedt2012-04-251-6/+10
* perf tools: Remove unnecessary ctype.h inclusionNamhyung Kim2012-01-301-1/+0
* perf script: Add generic perl handler to process eventsRobert Richter2011-12-231-6/+67
* perf tools: Resolve machine earlier and pass it to perf_event_opsArnaldo Carvalho de Melo2011-11-282-2/+6
* perf session: Pass evsel in event_ops->sample()Arnaldo Carvalho de Melo2011-03-232-0/+2
* perf script: Change process_event prototypeDavid Ahern2011-03-142-6/+16
* perf tool: Fix gcc 4.6.0 issuesKyle McMartin2011-02-071-2/+1
* perf: Rename 'perf trace' to 'perf script'Ingo Molnar2010-11-162-5/+5
* perf scripts python: Give field dict to unhandled callbackPierre Tardy2010-06-011-16/+34
OpenPOWER on IntegriCloud