summaryrefslogtreecommitdiff
path: root/tools/perf/util/trace-event.h
AgeCommit message (Expand)Author
2024-02-01perf evsel: Rename get_states() to parse_task_states() and make it publicZe Gao
2023-06-23perf trace-event-info: Add tracepoint_id_to_name() helperYang Jihong
2023-01-19perf trace: Reduce #ifdefs for TEP_FIELD_IS_RELATIVEIan Rogers
2023-01-19perf tools: Remove HAVE_LIBTRACEEVENT_TEP_FIELD_IS_RELATIVEIan Rogers
2023-01-04perf tools: Fix build on uClibc systems by adding missing sys/types.h includeJesus Sanchez-Palencia
2022-12-14perf build: Use libtraceevent from the systemIan Rogers
2022-12-14perf util: Add host_is_bigendian to util.hIan Rogers
2021-09-03perf script python: Allow reporting the [un]throttle PERF_RECORD_ meta eventStephen Brennan
2021-06-01perf script: Factor out script_fetch_insn()Adrian Hunter
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 auxtrace errorAdrian Hunter
2021-05-25perf script: Factor out perf_sample__sprintf_flags()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-11-05perf tools: Remove unused trace_find_next_event()Steven Rostedt (VMware)
2019-08-29perf tools: Remove needless libtraceevent include directivesArnaldo Carvalho de Melo
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa
2019-07-10perf script: Add scripting operation process_switch()Adrian Hunter
2018-12-17tools lib traceevent, perf tools: Rename 'struct tep_event_format' to 'struct...Tzvetomir Stoyanov
2018-09-19tools lib traceevent: Rename struct plugin_list to struct tep_plugin_listTzvetomir Stoyanov (VMware)
2018-09-19tools lib traceevent, perf tools: Rename struct event_format to struct tep_ev...Tzvetomir Stoyanov (VMware)
2018-08-30tools lib traceevent, perf tools: Split trace-seq related APIs in a separate ...Tzvetomir Stoyanov (VMware)
2018-08-13tools lib traceevent, perf tools: Rename pevent alloc / free APIsTzvetomir Stoyanov (VMware)
2018-08-10tools lib traceevent, perf tools: Rename struct pevent to struct tep_handleTzvetomir Stoyanov (VMware)
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-01-26perf util: Save pid-cmdline mapping into tracing headerNamhyung Kim
2016-07-12perf tools: Introduce trace_event__tp_format_id()Jiri Olsa
2016-01-06perf script: Add process_stat/process_stat_interval scripting interfaceJiri Olsa
2015-09-28perf scripting python: Allow for max_stack greater than PERF_MAX_STACK_DEPTHAdrian Hunter
2015-07-29perf python: Remove dependency on 'machine' methodsArnaldo Carvalho de Melo
2015-07-23perf symbols: Provide libtraceevent callback to resolve kernel symbolsArnaldo Carvalho de Melo
2015-04-02perf scripting: No need to pass thread twice to the scripting callbacksArnaldo Carvalho de Melo
2015-02-06perf tools: Introduce event_format__fprintf methodArnaldo 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-12-04perf tools: Add trace-event global object for tracepoint interfaceJiri Olsa
2013-12-04perf tools: Add trace-event objectJiri Olsa
2013-10-09perf tools: Remove unused trace-event-* codeJiri Olsa
2013-07-22perf script: Fix named threads supportDavid Ahern
2013-07-12perf util: Remove unused enum and macro in trace-event.hNamhyung Kim
2013-07-12perf script: Adopt latency_format variableNamhyung Kim
2013-07-12perf util: Get rid of unused header_page_* variablesNamhyung Kim
2013-07-12perf tools: Use default include path notation for libtraceevent headersRobert Richter
2013-03-21perf tools: Get rid of write_or_die() from trace-event-info.cNamhyung Kim
2013-03-15perf tools: Remove unused tracing functionsDavid Ahern
2012-08-11perf tools: Support for DWARF CFI unwinding on post processingJiri Olsa
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-08-07perf evsel: Cache associated event_formatArnaldo Carvalho de Melo