summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/scripting-engines
AgeCommit message (Expand)Author
2013-12-26perf tools: No need to test against NULL before calling free()Arnaldo Carvalho de Melo
2013-12-19perf symbols: Add 'machine' member to struct addr_locationArnaldo Carvalho de Melo
2013-12-19perf scripting perl: Shorten function signaturesArnaldo Carvalho de Melo
2013-12-19perf scripting python: Shorten function signaturesArnaldo Carvalho de Melo
2013-11-04perf tools: Use an accessor to read thread commFrederic Weisbecker
2013-10-24perf script python: Fix mem leak due to missing Py_DECREFs on dict entriesJoseph Schuchart
2013-10-17perf scripting perl: Fix build error on Fedora 12Arnaldo Carvalho de Melo
2013-07-22perf script: Fix named threads supportDavid Ahern
2013-01-24perf script: hook up perf_scripting_context->peventTom Zanussi
2012-10-07perf tools: Remove duplicated include from trace-event-python.cWei Yongjun
2012-09-20perf tools: Fix a compiling error in trace-event-perl.c for 32 bits machineFeng Tang
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea
2012-09-05perf tools: remove unneeded include of network header filesDavid Ahern
2012-08-09perf script python: Correct handler check and spelling errorsFeng Tang
2012-08-08perf scripts python: Pass event/thread/dso name and symbol info to event hand...Feng Tang
2012-08-08perf script: Replace "struct thread" with "struct addr_location" as a paramet...Feng Tang
2012-08-08perf script: Add general python handler to process non-tracepoint eventsFeng Tang
2012-08-07perf script: Stop using pevent directlyArnaldo Carvalho de Melo
2012-08-07perf evsel: Cache associated event_formatArnaldo Carvalho de Melo
2012-06-29tools lib traceevent: Add support for __print_hex()Namhyung Kim
2012-06-27perf tools: Stop using a global trace events description listArnaldo Carvalho de Melo
2012-05-22perf script: Rename struct event to struct event_format in perl engineFrederic Weisbecker
2012-05-22perf script: Explicitly handle known default print arg typeFrederic Weisbecker
2012-04-25perf: Have perf use the new libtraceevent.a librarySteven Rostedt
2012-01-30perf tools: Remove unnecessary ctype.h inclusionNamhyung Kim
2011-12-23perf script: Add generic perl handler to process eventsRobert Richter
2011-11-28perf tools: Resolve machine earlier and pass it to perf_event_opsArnaldo Carvalho de Melo
2011-03-23perf session: Pass evsel in event_ops->sample()Arnaldo Carvalho de Melo
2011-03-14perf script: Change process_event prototypeDavid Ahern
2011-02-07perf tool: Fix gcc 4.6.0 issuesKyle McMartin
2010-11-16perf: Rename 'perf trace' to 'perf script'Ingo Molnar
2010-06-01perf scripts python: Give field dict to unhandled callbackPierre Tardy
2010-05-10perf/trace/scripting: don't show script start/stop messages by defaultTom Zanussi
2010-04-02perf/scripts: Tuple was set from long in both branches in python_process_event()Tom Zanussi
2010-02-25perf/scripts: Remove unnecessary PyTuple resizesTom Zanussi
2010-02-25perf/scripts: Add Python scripting engineTom Zanussi
2010-02-23perf/scripts: Move Perl scripting files to scripting-engines dirTom Zanussi