summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/trace-event-scripting.c
AgeCommit message (Expand)AuthorLines
2025-03-13perf script: Fix typo in branch event maskYujie Liu-2/+2
2025-03-05perf script: Add not taken event for branchesLeo Yan-0/+1
2025-03-05perf script: Separate events from branch typesLeo Yan-3/+33
2025-03-05perf script: Refactor sample_flags_to_name() functionLeo Yan-31/+54
2024-12-18perf x86: Define arch_fetch_insn in NO_AUXTRACE buildsIan Rogers-1/+3
2024-12-18perf script: Move perf_sample__sprintf_flags to trace-event-scripting.cIan Rogers-0/+83
2024-12-18perf script: Move script_fetch_insn to trace-event-scripting.cIan Rogers-0/+14
2024-12-18perf script: Move script_spec code to trace-event-scripting.cIan Rogers-0/+75
2024-12-18perf script: Move scripting_max_stack out of builtinIan Rogers-0/+3
2024-12-09perf evsel: Add/use accessor for tp_formatIan Rogers-4/+6
2024-11-08perf build: Include libtraceevent headers directly indicated by pkg-configYicong Yang-1/+1
2023-03-15perf script: Fix Python support when no libtraceeventAdrian Hunter-2/+7
2022-12-14perf build: Use libtraceevent from the systemIan Rogers-0/+1
2022-10-31perf tools: Move 'struct perf_sample' to a separate header file to disentangl...Arnaldo Carvalho de Melo-1/+1
2021-06-01perf scripting: Add perf_session to scripting_contextAdrian Hunter-2/+4
2021-06-01perf scripting: Add scripting_context__update()Adrian Hunter-0/+21
2021-05-25perf scripting python: Add 'addr_location' for 'addr'Adrian Hunter-1/+2
2021-05-25perf script: Find script file relative to exec pathAdrian Hunter-0/+2
2019-08-29perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo-1/+0
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa-1/+1
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-15/+1
2018-08-10tools lib traceevent, perf tools: Rename struct pevent to struct tep_handleTzvetomir Stoyanov (VMware)-2/+2
2018-04-12perf script: Use HAVE_LIBXXX_SUPPORT to replace NO_LIBXXXJin Yao-2/+2
2016-10-28perf scripting: Don't die if scripting can't be setup, disable itArnaldo Carvalho de Melo-18/+15
2016-10-28perf scripting: Avoid leaking the scripting_context variableArnaldo Carvalho de Melo-2/+4
2015-04-02perf scripting: No need to pass thread twice to the scripting callbacksArnaldo Carvalho de Melo-1/+0
2014-08-22perf scripting: Add 'flush' callback to scripting APIAdrian Hunter-0/+7
2013-12-19perf symbols: Add 'machine' member to struct addr_locationArnaldo Carvalho de Melo-2/+1
2013-07-22perf script: Fix named threads supportDavid Ahern-1/+2
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea-15/+18
2012-08-08perf script: Replace "struct thread" with "struct addr_location" as a paramet...Feng Tang-1/+1
2012-08-07perf script: Stop using pevent directlyArnaldo Carvalho de Melo-1/+0
2012-06-27perf tools: Stop using a global trace events description listArnaldo Carvalho de Melo-2/+5
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/+1
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-5/+4
2010-10-04perf trace scripting: Fix extern struct definitionsStephane Eranian-2/+2
2010-02-25perf/scripts: Add Python scripting engineTom Zanussi-0/+61
2010-02-23perf/scripts: Move Perl scripting files to scripting-engines dirTom Zanussi-0/+106