Age | Commit message (Expand) | Author | Files | Lines |
2019-11-05 | perf scripting engines: Iterate on tep event arrays directly | Steven Rostedt (VMware) | 1 | -2/+6 |
2019-09-01 | perf dsos: Move the dsos struct and its methods to separate source files | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2019-08-29 | perf tools: Remove perf.h from source files not needing it | Arnaldo Carvalho de Melo | 1 | -1/+0 |
2019-07-30 | libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel | Jiri Olsa | 1 | -3/+3 |
2019-07-30 | perf evsel: Rename struct perf_evsel to struct evsel | Jiri Olsa | 1 | -4/+4 |
2019-04-01 | perf tools, tools lib traceevent: Rename "pevent" member of struct tep_event ... | Tzvetomir Stoyanov | 1 | -1/+1 |
2019-02-06 | perf tools: Add missing include for symbols.h | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2019-02-06 | pref tools: Add missing map.h includes | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2018-12-17 | tools lib traceevent, perf tools: Rename 'struct tep_event_format' to 'struct... | Tzvetomir Stoyanov | 1 | -3/+3 |
2018-09-19 | tools lib traceevent, perf tools: Rename enum print_arg_type to enum tep_prin... | Tzvetomir Stoyanov (VMware) | 1 | -16/+16 |
2018-09-19 | tools lib traceevent, perf tools: Add prefix tep_ to all print_* structures | Tzvetomir Stoyanov (VMware) | 1 | -3/+3 |
2018-09-19 | tools lib traceevent, perf tools: Rename enum format_flags to enum tep_format... | Tzvetomir Stoyanov (VMware) | 1 | -9/+9 |
2018-09-19 | tools lib traceevent, perf tools: Rename struct format{_field} to struct tep_... | Tzvetomir Stoyanov (VMware) | 1 | -2/+2 |
2018-09-19 | tools lib traceevent, perf tools: Rename struct event_format to struct tep_ev... | Tzvetomir Stoyanov (VMware) | 1 | -3/+3 |
2018-08-10 | tools lib traceevent, perf tools: Rename struct pevent to struct tep_handle | Tzvetomir Stoyanov (VMware) | 1 | -1/+1 |
2017-04-26 | perf tools: Move HAS_BOOL define to where perl headers are used | Arnaldo Carvalho de Melo | 1 | -1/+3 |
2017-04-19 | perf tools: Including missing inttypes.h header | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2017-02-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+1 |
2017-02-13 | perf symbols: dso->name is an array, no need to check it against NULL | Arnaldo Carvalho de Melo | 1 | -2/+2 |
2017-01-26 | perf scripting perl: Do not die() when not founding event for a type | Arnaldo Carvalho de Melo | 1 | -2/+4 |
2017-01-25 | lib, traceevent: add PRINT_HEX_STR variant | Daniel Borkmann | 1 | -0/+1 |
2016-08-23 | tools: Introduce tools/include/linux/time64.h for *SEC_PER_*SEC macros | Arnaldo Carvalho de Melo | 1 | -2/+3 |
2016-05-20 | perf tools: Fix usage of max_stack sysctl | Arnaldo Carvalho de Melo | 1 | -2/+1 |
2016-04-27 | perf tools: Set the maximum allowed stack from /proc/sys/kernel/perf_event_ma... | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2016-04-14 | perf callchain: Start moving away from global per thread cursors | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2016-04-06 | perf script perl: Do error checking on new backtrace routine | Arnaldo Carvalho de Melo | 1 | -9/+21 |
2016-03-30 | perf script perl: Perl scripts now get a backtrace, like the python ones | Dima Kogan | 1 | -8/+106 |
2016-02-25 | perf script: Exception handling when the print fmt is empty | Taeung Song | 1 | -0/+3 |
2015-09-02 | tools lib traceevent: Support function __get_dynamic_array_len | He Kuang | 1 | -0/+1 |
2015-05-13 | tracing: Rename FTRACE_MAX_EVENT to TRACE_EVENT_TYPE_MAX | Steven Rostedt (Red Hat) | 1 | -2/+2 |
2015-04-02 | perf scripting: No need to pass thread twice to the scripting callbacks | Arnaldo Carvalho de Melo | 1 | -3/+2 |
2015-03-24 | tools lib traceevent: Add support for __print_array() | Javi Merino | 1 | -0/+5 |
2014-11-06 | perf script perl: Removing event cache as it's no longer needed | Jiri Olsa | 1 | -23/+6 |
2014-08-22 | perf scripting: Add 'flush' callback to scripting API | Adrian Hunter | 1 | -0/+6 |
2014-07-17 | perf tools: Move pr_* debug macros into debug object | Jiri Olsa | 1 | -0/+1 |
2014-06-08 | tools lib traceevent: Added support for __get_bitmask() macro | Steven Rostedt (Red Hat) | 1 | -0/+1 |
2013-12-26 | perf tools: No need to test against NULL before calling free() | Arnaldo Carvalho de Melo | 1 | -2/+1 |
2013-12-20 | perf symbols: Add 'machine' member to struct addr_location | Arnaldo Carvalho de Melo | 1 | -1/+0 |
2013-12-19 | perf scripting perl: Shorten function signatures | Arnaldo Carvalho de Melo | 1 | -13/+7 |
2013-11-04 | perf tools: Use an accessor to read thread comm | Frederic Weisbecker | 1 | -1/+1 |
2013-10-15 | perf scripting perl: Fix build error on Fedora 12 | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2013-07-22 | perf script: Fix named threads support | David Ahern | 1 | -6/+8 |
2013-01-24 | perf script: hook up perf_scripting_context->pevent | Tom Zanussi | 1 | -0/+1 |
2012-09-20 | perf tools: Fix a compiling error in trace-event-perl.c for 32 bits machine | Feng Tang | 1 | -1/+1 |
2012-09-11 | perf tools: Use __maybe_used for unused variables | Irina Tirdea | 1 | -4/+4 |
2012-09-06 | perf tools: remove unneeded include of network header files | David Ahern | 1 | -4/+4 |
2012-08-08 | perf script: Replace "struct thread" with "struct addr_location" as a paramet... | Feng Tang | 1 | -5/+6 |
2012-08-08 | perf script: Stop using pevent directly | Arnaldo Carvalho de Melo | 1 | -8/+6 |
2012-08-08 | perf evsel: Cache associated event_format | Arnaldo Carvalho de Melo | 1 | -8/+5 |
2012-06-29 | tools lib traceevent: Add support for __print_hex() | Namhyung Kim | 1 | -0/+4 |