aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/scripting-engines/trace-event-perl.c
AgeCommit message (Expand)Author
2020-01-19perf scripting engines: Iterate on tep event arrays directlySteven Rostedt (VMware)
2019-04-01perf tools, tools lib traceevent: Rename "pevent" member of struct tep_event ...Tzvetomir Stoyanov
2019-02-06perf tools: Add missing include for symbols.hArnaldo Carvalho de Melo
2019-02-06pref tools: Add missing map.h includesArnaldo Carvalho de Melo
2018-12-17tools lib traceevent, perf tools: Rename 'struct tep_event_format' to 'struct...Tzvetomir Stoyanov
2018-09-19tools lib traceevent, perf tools: Rename enum print_arg_type to enum tep_prin...Tzvetomir Stoyanov (VMware)
2018-09-19tools lib traceevent, perf tools: Add prefix tep_ to all print_* structuresTzvetomir Stoyanov (VMware)
2018-09-19tools lib traceevent, perf tools: Rename enum format_flags to enum tep_format...Tzvetomir Stoyanov (VMware)
2018-09-19tools lib traceevent, perf tools: Rename struct format{_field} to struct tep_...Tzvetomir Stoyanov (VMware)
2018-09-19tools lib traceevent, perf tools: Rename struct event_format to struct tep_ev...Tzvetomir Stoyanov (VMware)
2018-08-10tools lib traceevent, perf tools: Rename struct pevent to struct tep_handleTzvetomir Stoyanov (VMware)
2017-04-26perf tools: Move HAS_BOOL define to where perl headers are usedArnaldo Carvalho de Melo
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-02-13perf symbols: dso->name is an array, no need to check it against NULLArnaldo Carvalho de Melo
2017-01-26perf scripting perl: Do not die() when not founding event for a typeArnaldo Carvalho de Melo
2017-01-25lib, traceevent: add PRINT_HEX_STR variantDaniel Borkmann
2016-08-23tools: Introduce tools/include/linux/time64.h for *SEC_PER_*SEC macrosArnaldo Carvalho de Melo
2016-05-20perf tools: Fix usage of max_stack sysctlArnaldo Carvalho de Melo
2016-04-27perf tools: Set the maximum allowed stack from /proc/sys/kernel/perf_event_ma...Arnaldo Carvalho de Melo
2016-04-14perf callchain: Start moving away from global per thread cursorsArnaldo Carvalho de Melo
2016-04-06perf script perl: Do error checking on new backtrace routineArnaldo Carvalho de Melo
2016-03-30perf script perl: Perl scripts now get a backtrace, like the python onesDima Kogan
2016-02-25perf script: Exception handling when the print fmt is emptyTaeung Song
2015-09-02tools lib traceevent: Support function __get_dynamic_array_lenHe Kuang
2015-05-13tracing: Rename FTRACE_MAX_EVENT to TRACE_EVENT_TYPE_MAXSteven Rostedt (Red Hat)
2015-04-02perf scripting: No need to pass thread twice to the scripting callbacksArnaldo Carvalho de Melo
2015-03-24tools lib traceevent: Add support for __print_array()Javi Merino
2014-11-06perf script perl: Removing event cache as it's no longer neededJiri Olsa
2014-08-22perf scripting: Add 'flush' callback to scripting APIAdrian Hunter
2014-07-17perf tools: Move pr_* debug macros into debug objectJiri Olsa
2014-06-07tools lib traceevent: Added support for __get_bitmask() macroSteven Rostedt (Red Hat)
2013-12-26perf tools: No need to test against NULL before calling free()Arnaldo Carvalho de Melo
2013-12-19perf symbols: Add 'machine' member to struct addr_locationArnaldo Carvalho de Melo
2013-12-19perf scripting perl: Shorten function signaturesArnaldo Carvalho de Melo
2013-11-04perf tools: Use an accessor to read thread commFrederic Weisbecker
2013-10-15perf scripting perl: Fix build error on Fedora 12Arnaldo Carvalho de Melo
2013-07-22perf script: Fix named threads supportDavid Ahern
2013-01-24perf script: hook up perf_scripting_context->peventTom Zanussi
2012-09-20perf tools: Fix a compiling error in trace-event-perl.c for 32 bits machineFeng Tang
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea
2012-09-05perf tools: remove unneeded include of network header filesDavid Ahern
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
2012-06-29tools lib traceevent: Add support for __print_hex()Namhyung Kim
2012-06-27perf tools: Stop using a global trace events description listArnaldo Carvalho de Melo
2012-05-22perf script: Rename struct event to struct event_format in perl engineFrederic Weisbecker
2012-05-22perf script: Explicitly handle known default print arg typeFrederic Weisbecker
2011-12-23perf script: Add generic perl handler to process eventsRobert Richter