Age | Commit message (Expand) | Author | Files | Lines |
2024-12-09 | perf evsel: Add/use accessor for tp_format |  Ian Rogers | 1 | -1/+2 |
2024-11-08 | perf build: Include libtraceevent headers directly indicated by pkg-config |  Yicong Yang | 1 | -1/+1 |
2024-05-06 | perf dso: Add reference count checking and accessor functions |  Ian Rogers | 1 | -3/+3 |
2023-11-27 | perf script perl: Fail check on dynamic allocation |  zhaimingbing | 1 | -0/+3 |
2023-06-12 | perf callchain: Use pthread keys for tls callchain_cursor |  Ian Rogers | 1 | -4/+7 |
2023-05-28 | perf scripting-engines: Move static to local variable, remove 16384 from .bss |  Ian Rogers | 1 | -2/+2 |
2023-04-04 | perf map: Add accessor for dso |  Ian Rogers | 1 | -4/+6 |
2023-01-19 | perf trace: Reduce #ifdefs for TEP_FIELD_IS_RELATIVE |  Ian Rogers | 1 | -3/+1 |
2023-01-19 | perf tools: Remove HAVE_LIBTRACEEVENT_TEP_FIELD_IS_RELATIVE |  Ian Rogers | 1 | -1/+1 |
2022-12-14 | perf tools: Check if libtracevent has TEP_FIELD_IS_RELATIVE |  Arnaldo Carvalho de Melo | 1 | -0/+2 |
2022-12-14 | perf build: Use libtraceevent from the system |  Ian Rogers | 1 | -0/+1 |
2022-12-05 | perf tools: Use dedicated non-atomic clear/set bit helpers |  Sean Christopherson | 1 | -1/+1 |
2021-12-06 | tools/perf: Add '__rel_loc' event field parsing support |  Masami Hiramatsu | 1 | -0/+2 |
2021-06-01 | perf scripting: Add perf_session to scripting_context |  Adrian Hunter | 1 | -1/+4 |
2021-06-01 | perf scripting: Add scripting_context__update() |  Adrian Hunter | 1 | -4/+2 |
2021-05-25 | perf scripting python: Add 'addr_location' for 'addr' |  Adrian Hunter | 1 | -1/+2 |
2021-05-25 | perf script: Find script file relative to exec path |  Adrian Hunter | 1 | -0/+1 |
2019-11-12 | perf callchain: Use 'struct map_symbol' in 'struct callchain_cursor_node' |  Arnaldo Carvalho de Melo | 1 | -8/+8 |
2019-10-18 | perf scripting engines: Iterate on tep event arrays directly |  Steven Rostedt (VMware) | 1 | -2/+6 |
2019-08-31 | 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-29 | libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel |  Jiri Olsa | 1 | -3/+3 |
2019-07-29 | 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 to "tep" |  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 tep_event' |  Tzvetomir Stoyanov | 1 | -3/+3 |
2018-09-19 | tools lib traceevent, perf tools: Rename enum print_arg_type to enum tep_print_arg_type |  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_flags |  Tzvetomir Stoyanov (VMware) | 1 | -9/+9 |
2018-09-19 | tools lib traceevent, perf tools: Rename struct format{_field} to struct tep_format{_field} |  Tzvetomir Stoyanov (VMware) | 1 | -2/+2 |
2018-09-19 | tools lib traceevent, perf tools: Rename struct event_format to struct tep_event_format |  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_max_stack |  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 |