aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/trace-event-scripting.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-01perf scripting: Add perf_session to scripting_contextAdrian Hunter1-2/+4
2021-06-01perf scripting: Add scripting_context__update()Adrian Hunter1-0/+21
2021-05-25perf scripting python: Add 'addr_location' for 'addr'Adrian Hunter1-1/+2
2021-05-25perf script: Find script file relative to exec pathAdrian Hunter1-0/+2
2019-08-29perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo1-1/+0
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa1-1/+1
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-15/+1
2018-08-10tools lib traceevent, perf tools: Rename struct pevent to struct tep_handleTzvetomir Stoyanov (VMware)1-2/+2
2018-04-12perf script: Use HAVE_LIBXXX_SUPPORT to replace NO_LIBXXXJin Yao1-2/+2
2016-10-28perf scripting: Don't die if scripting can't be setup, disable itArnaldo Carvalho de Melo1-18/+15
2016-10-28perf scripting: Avoid leaking the scripting_context variableArnaldo Carvalho de Melo1-2/+4
2015-04-02perf scripting: No need to pass thread twice to the scripting callbacksArnaldo Carvalho de Melo1-1/+0
2014-08-22perf scripting: Add 'flush' callback to scripting APIAdrian Hunter1-0/+7
2013-12-19perf symbols: Add 'machine' member to struct addr_locationArnaldo Carvalho de Melo1-2/+1
2013-07-22perf script: Fix named threads supportDavid Ahern1-1/+2
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea1-15/+18
2012-08-08perf script: Replace "struct thread" with "struct addr_location" as a parameter for "process_event()"Feng Tang1-1/+1
2012-08-07perf script: Stop using pevent directlyArnaldo Carvalho de Melo1-1/+0
2012-06-27perf tools: Stop using a global trace events description listArnaldo Carvalho de Melo1-2/+5
2012-01-30perf tools: Remove unnecessary ctype.h inclusionNamhyung Kim1-1/+0
2011-11-28perf tools: Resolve machine earlier and pass it to perf_event_opsArnaldo Carvalho de Melo1-1/+1
2011-03-23perf session: Pass evsel in event_ops->sample()Arnaldo Carvalho de Melo1-0/+1
2011-03-14perf script: Change process_event prototypeDavid Ahern1-5/+4
2010-10-04perf trace scripting: Fix extern struct definitionsStephane Eranian1-2/+2
2010-02-25perf/scripts: Add Python scripting engineTom Zanussi1-0/+61
2010-02-23perf/scripts: Move Perl scripting files to scripting-engines dirTom Zanussi1-0/+106