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