index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
trace-event.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf evsel: Rename get_states() to parse_task_states() and make it public
Ze Gao
2024-02-02
1
-0
/
+3
*
perf trace-event-info: Add tracepoint_id_to_name() helper
Yang Jihong
2023-06-24
1
-0
/
+6
*
perf trace: Reduce #ifdefs for TEP_FIELD_IS_RELATIVE
Ian Rogers
2023-01-19
1
-0
/
+16
*
perf tools: Remove HAVE_LIBTRACEEVENT_TEP_FIELD_IS_RELATIVE
Ian Rogers
2023-01-19
1
-0
/
+3
*
perf tools: Fix build on uClibc systems by adding missing sys/types.h include
Jesus Sanchez-Palencia
2023-01-04
1
-0
/
+1
*
perf build: Use libtraceevent from the system
Ian Rogers
2022-12-14
1
-2
/
+9
*
perf util: Add host_is_bigendian to util.h
Ian Rogers
2022-12-14
1
-2
/
+0
*
perf script python: Allow reporting the [un]throttle PERF_RECORD_ meta event
Stephen Brennan
2021-09-03
1
-0
/
+3
*
perf script: Factor out script_fetch_insn()
Adrian Hunter
2021-06-01
1
-0
/
+3
*
perf scripting: Add perf_session to scripting_context
Adrian Hunter
2021-06-01
1
-1
/
+3
*
perf scripting: Add scripting_context__update()
Adrian Hunter
2021-06-01
1
-0
/
+13
*
perf scripting python: Add auxtrace error
Adrian Hunter
2021-05-25
1
-0
/
+2
*
perf script: Factor out perf_sample__sprintf_flags()
Adrian Hunter
2021-05-25
1
-0
/
+3
*
perf scripting python: Add 'addr_location' for 'addr'
Adrian Hunter
2021-05-25
1
-1
/
+2
*
perf script: Find script file relative to exec path
Adrian Hunter
2021-05-25
1
-0
/
+1
*
perf tools: Remove unused trace_find_next_event()
Steven Rostedt (VMware)
2019-11-05
1
-2
/
+0
*
perf tools: Remove needless libtraceevent include directives
Arnaldo Carvalho de Melo
2019-08-29
1
-1
/
+0
*
perf evsel: Rename struct perf_evsel to struct evsel
Jiri Olsa
2019-07-29
1
-2
/
+2
*
perf script: Add scripting operation process_switch()
Adrian Hunter
2019-07-10
1
-0
/
+3
*
tools lib traceevent, perf tools: Rename 'struct tep_event_format' to 'struct...
Tzvetomir Stoyanov
2018-12-17
1
-8
/
+8
*
tools lib traceevent: Rename struct plugin_list to struct tep_plugin_list
Tzvetomir Stoyanov (VMware)
2018-09-19
1
-2
/
+2
*
tools lib traceevent, perf tools: Rename struct event_format to struct tep_ev...
Tzvetomir Stoyanov (VMware)
2018-09-19
1
-8
/
+8
*
tools lib traceevent, perf tools: Split trace-seq related APIs in a separate ...
Tzvetomir Stoyanov (VMware)
2018-08-30
1
-0
/
+1
*
tools lib traceevent, perf tools: Rename pevent alloc / free APIs
Tzvetomir Stoyanov (VMware)
2018-08-13
1
-1
/
+1
*
tools lib traceevent, perf tools: Rename struct pevent to struct tep_handle
Tzvetomir Stoyanov (VMware)
2018-08-10
1
-9
/
+9
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
perf util: Save pid-cmdline mapping into tracing header
Namhyung Kim
2017-01-26
1
-0
/
+1
*
perf tools: Introduce trace_event__tp_format_id()
Jiri Olsa
2016-07-12
1
-0
/
+2
*
perf script: Add process_stat/process_stat_interval scripting interface
Jiri Olsa
2016-01-07
1
-0
/
+4
*
perf scripting python: Allow for max_stack greater than PERF_MAX_STACK_DEPTH
Adrian Hunter
2015-09-28
1
-0
/
+2
*
perf python: Remove dependency on 'machine' methods
Arnaldo Carvalho de Melo
2015-07-29
1
-1
/
+2
*
perf symbols: Provide libtraceevent callback to resolve kernel symbols
Arnaldo Carvalho de Melo
2015-07-24
1
-0
/
+1
*
perf scripting: No need to pass thread twice to the scripting callbacks
Arnaldo Carvalho de Melo
2015-04-02
1
-2
/
+1
*
perf tools: Introduce event_format__fprintf method
Arnaldo Carvalho de Melo
2015-02-06
1
-0
/
+3
*
perf scripting: Add 'flush' callback to scripting API
Adrian Hunter
2014-08-22
1
-0
/
+1
*
perf symbols: Add 'machine' member to struct addr_location
Arnaldo Carvalho de Melo
2013-12-19
1
-1
/
+0
*
perf tools: Add trace-event global object for tracepoint interface
Jiri Olsa
2013-12-04
1
-0
/
+2
*
perf tools: Add trace-event object
Jiri Olsa
2013-12-04
1
-3
/
+10
*
perf tools: Remove unused trace-event-* code
Jiri Olsa
2013-10-09
1
-9
/
+0
*
perf script: Fix named threads support
David Ahern
2013-07-22
1
-1
/
+3
*
perf util: Remove unused enum and macro in trace-event.h
Namhyung Kim
2013-07-12
1
-10
/
+0
*
perf script: Adopt latency_format variable
Namhyung Kim
2013-07-12
1
-1
/
+0
*
perf util: Get rid of unused header_page_* variables
Namhyung Kim
2013-07-12
1
-4
/
+0
*
perf tools: Use default include path notation for libtraceevent headers
Robert Richter
2013-07-12
1
-1
/
+1
*
perf tools: Get rid of write_or_die() from trace-event-info.c
Namhyung Kim
2013-03-21
1
-1
/
+1
*
perf tools: Remove unused tracing functions
David Ahern
2013-03-15
1
-4
/
+0
*
perf tools: Support for DWARF CFI unwinding on post processing
Jiri Olsa
2012-08-11
1
-0
/
+2
*
perf script: Replace "struct thread" with "struct addr_location" as a paramet...
Feng Tang
2012-08-08
1
-2
/
+3
*
perf script: Stop using pevent directly
Arnaldo Carvalho de Melo
2012-08-08
1
-2
/
+1
*
perf evsel: Cache associated event_format
Arnaldo Carvalho de Melo
2012-08-08
1
-0
/
+2
[next]