summaryrefslogtreecommitdiff
path: root/tools/perf/util/trace-event-scripting.c
AgeCommit message (Expand)Author
2021-06-01perf scripting: Add perf_session to scripting_contextAdrian Hunter
2021-06-01perf scripting: Add scripting_context__update()Adrian Hunter
2021-05-25perf scripting python: Add 'addr_location' for 'addr'Adrian Hunter
2021-05-25perf script: Find script file relative to exec pathAdrian Hunter
2019-08-29perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2018-08-10tools lib traceevent, perf tools: Rename struct pevent to struct tep_handleTzvetomir Stoyanov (VMware)
2018-04-12perf script: Use HAVE_LIBXXX_SUPPORT to replace NO_LIBXXXJin Yao
2016-10-28perf scripting: Don't die if scripting can't be setup, disable itArnaldo Carvalho de Melo
2016-10-28perf scripting: Avoid leaking the scripting_context variableArnaldo Carvalho de Melo
2015-04-02perf scripting: No need to pass thread twice to the scripting callbacksArnaldo Carvalho de Melo
2014-08-22perf scripting: Add 'flush' callback to scripting APIAdrian Hunter
2013-12-19perf symbols: Add 'machine' member to struct addr_locationArnaldo Carvalho de Melo
2013-07-22perf script: Fix named threads supportDavid Ahern
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea
2012-08-08perf script: Replace "struct thread" with "struct addr_location" as a paramet...Feng Tang
2012-08-07perf script: Stop using pevent directlyArnaldo Carvalho de Melo
2012-06-27perf tools: Stop using a global trace events description listArnaldo Carvalho de Melo
2012-01-30perf tools: Remove unnecessary ctype.h inclusionNamhyung Kim
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
2010-10-04perf trace scripting: Fix extern struct definitionsStephane Eranian
2010-02-25perf/scripts: Add Python scripting engineTom Zanussi
2010-02-23perf/scripts: Move Perl scripting files to scripting-engines dirTom Zanussi