| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-03-15 | perf script: Fix Python support when no libtraceevent | Adrian Hunter | 1 | -2/+7 |
| 2022-12-14 | perf build: Use libtraceevent from the system | Ian Rogers | 1 | -0/+1 |
| 2022-10-31 | perf tools: Move 'struct perf_sample' to a separate header file to disentangl... | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2021-06-01 | perf scripting: Add perf_session to scripting_context | Adrian Hunter | 1 | -2/+4 |
| 2021-06-01 | perf scripting: Add scripting_context__update() | Adrian Hunter | 1 | -0/+21 |
| 2021-05-25 | perf scripting python: Add 'addr_location' for 'addr' | Adrian Hunter | 1 | -1/+2 |
| 2021-05-25 | perf script: Find script file relative to exec path | Adrian Hunter | 1 | -0/+2 |
| 2019-08-29 | perf tools: Remove perf.h from source files not needing it | Arnaldo Carvalho de Melo | 1 | -1/+0 |
| 2019-07-29 | perf evsel: Rename struct perf_evsel to struct evsel | Jiri Olsa | 1 | -1/+1 |
| 2019-07-09 | tools lib: Adopt zalloc()/zfree() from tools/perf | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 1 | -15/+1 |
| 2018-08-10 | tools lib traceevent, perf tools: Rename struct pevent to struct tep_handle | Tzvetomir Stoyanov (VMware) | 1 | -2/+2 |
| 2018-04-12 | perf script: Use HAVE_LIBXXX_SUPPORT to replace NO_LIBXXX | Jin Yao | 1 | -2/+2 |
| 2016-10-28 | perf scripting: Don't die if scripting can't be setup, disable it | Arnaldo Carvalho de Melo | 1 | -18/+15 |
| 2016-10-28 | perf scripting: Avoid leaking the scripting_context variable | Arnaldo Carvalho de Melo | 1 | -2/+4 |
| 2015-04-02 | perf scripting: No need to pass thread twice to the scripting callbacks | Arnaldo Carvalho de Melo | 1 | -1/+0 |
| 2014-08-22 | perf scripting: Add 'flush' callback to scripting API | Adrian Hunter | 1 | -0/+7 |
| 2013-12-19 | perf symbols: Add 'machine' member to struct addr_location | Arnaldo Carvalho de Melo | 1 | -2/+1 |
| 2013-07-22 | perf script: Fix named threads support | David Ahern | 1 | -1/+2 |
| 2012-09-11 | perf tools: Use __maybe_used for unused variables | Irina Tirdea | 1 | -15/+18 |
| 2012-08-08 | perf script: Replace "struct thread" with "struct addr_location" as a paramet... | Feng Tang | 1 | -1/+1 |
| 2012-08-07 | perf script: Stop using pevent directly | Arnaldo Carvalho de Melo | 1 | -1/+0 |
| 2012-06-27 | perf tools: Stop using a global trace events description list | Arnaldo Carvalho de Melo | 1 | -2/+5 |
| 2012-01-30 | perf tools: Remove unnecessary ctype.h inclusion | Namhyung Kim | 1 | -1/+0 |
| 2011-11-28 | perf tools: Resolve machine earlier and pass it to perf_event_ops | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2011-03-23 | perf session: Pass evsel in event_ops->sample() | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2011-03-14 | perf script: Change process_event prototype | David Ahern | 1 | -5/+4 |
| 2010-10-04 | perf trace scripting: Fix extern struct definitions | Stephane Eranian | 1 | -2/+2 |
| 2010-02-25 | perf/scripts: Add Python scripting engine | Tom Zanussi | 1 | -0/+61 |
| 2010-02-23 | perf/scripts: Move Perl scripting files to scripting-engines dir | Tom Zanussi | 1 | -0/+106 |