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