Age | Commit message (Expand) | Author |
2021-12-06 | libtraceevent: Add __rel_loc relative location attribute support | Masami Hiramatsu |
2021-06-24 | KVM: x86/mmu: Rename "nxe" role bit to "efer_nx" for macro shenanigans | Sean Christopherson |
2020-10-13 | tools lib traceevent: Hide non API functions | Tzvetomir Stoyanov (VMware) |
2020-09-03 | libtraceevent: Fix build warning on 32-bit arches | Tzvetomir Stoyanov (VMware) |
2020-08-10 | Merge tag 'perf-tools-2020-08-10' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2020-08-07 | tools/: replace HTTP links with HTTPS ones | Alexander A. Klimov |
2020-08-06 | tools lib traceevent: Handle possible strdup() error in tep_add_plugin_path()... | Tzvetomir Stoyanov (VMware) |
2020-08-06 | libtraceevent: Fixed description of tep_add_plugin_path() API | Tzvetomir Stoyanov (VMware) |
2020-08-06 | libtraceevent: Fixed type in PRINT_FMT_STING | Tzvetomir Stoyanov (VMware) |
2020-08-06 | libtraceevent: Fixed broken indentation in parse_ip4_print_args() | Tzvetomir Stoyanov (VMware) |
2020-08-06 | libtraceevent: Improve error handling of tep_plugin_add_option() API | Tzvetomir Stoyanov (VMware) |
2020-08-06 | libtraceevent: Fix typo in tep_plugin_add_option() description | Tzvetomir Stoyanov (VMware) |
2020-08-06 | libtraceevent: Handle strdup() error in parse_option_name() | Tzvetomir Stoyanov (VMware) |
2020-08-06 | libtraceevent: Document tep_load_plugins_hook() | Tzvetomir Stoyanov (VMware) |
2020-08-03 | Merge remote-tracking branch 'torvalds/master' into perf/core | Arnaldo Carvalho de Melo |
2020-07-31 | libtraceevent: Fix build with binutils 2.35 | Ben Hutchings |
2020-07-31 | tools lib traceevent: Fix memory leak in process_dynamic_array_len | Philippe Duplessis-Guindon |
2020-07-08 | Merge remote-tracking branch 'torvalds/master' into perf/core | Arnaldo Carvalho de Melo |
2020-07-06 | tools lib traceevent: Fix reporting of unknown SVM exit reasons | Jan Kiszka |
2020-07-06 | tools lib traceevent: Change to SPDX License format | Steven Rostedt (VMware) |
2020-07-06 | tools lib traceevent: Add builtin handler for trace_marker_raw | Steven Rostedt (VMware) |
2020-07-06 | tools lib traceevent: Move kernel_stack event handler to "function" plugin. | Tzvetomir Stoyanov (VMware) |
2020-07-06 | tools lib traceevent: Add plugin for decoding syscalls/sys_enter_futex | Julia Cartwright |
2020-07-06 | tools lib traceevent: Add offset option for function plugin | Steven Rostedt (VMware) |
2020-07-06 | tools lib traceevent: Add more SVM exit reasons | Jan Kiszka |
2020-07-06 | tools lib traceevent: Add plugin for tlb_flush | Steven Rostedt (Red Hat) |
2020-07-06 | tools lib traceevent: Optimize pretty_print() function | Tzvetomir Stoyanov (VMware) |
2020-07-06 | tools lib traceevent: Add support for more printk format specifiers | Tzvetomir Stoyanov (VMware) |
2020-07-06 | tools lib traceevent: Introduced new traceevent API, for adding new plugins d... | Tzvetomir Stoyanov (VMware) |
2020-07-06 | tools lib traceevent: Add interface for options to plugins | Tzvetomir Stoyanov (VMware) |
2020-07-06 | tools lib traceevent: Add tep_load_plugins_hook() API | Tzvetomir Stoyanov (VMware) |
2020-07-03 | tools lib traceevent: Add proper KBUFFER_TYPE_TIME_STAMP handling | Tom Zanussi |
2020-07-03 | tools lib traceevent: Add API to read time information from kbuffer | Steven Rostedt (Red Hat) |
2020-06-18 | tools lib traceevent: Add handler for __builtin_expect() | Steven Rostedt (VMware) |
2020-06-18 | tools lib traceevent: Handle __attribute__((user)) in field names | Steven Rostedt (VMware) |
2020-06-18 | tools lib traceevent: Add append() function helper for appending strings | Steven Rostedt (VMware) |
2020-04-30 | libtraceevent: Remove unneeded semicolon | Zou Wei |
2020-04-18 | tools lib traceevent: Take care of return value of asprintf | He Zhe |
2020-04-03 | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds |
2020-03-25 | .gitignore: add SPDX License Identifier | Masahiro Yamada |
2020-03-04 | tools lib traceevent: Remove extra '\n' in print_event_time() | Steven Rostedt (VMware) |
2019-12-20 | tools lib traceevent: Fix memory leakage in filter_event | Hewenliang |
2019-12-16 | libtraceevent: Allow custom libdir path | Sudip Mukherjee |
2019-12-02 | libtraceevent: Copy pkg-config file to output folder when using O= | Sudip Mukherjee |
2019-12-02 | libtraceevent: Fix lib installation with O= | Sudip Mukherjee |
2019-11-22 | libtraceevent: Fix memory leakage in copy_filter_type | Hewenliang |
2019-11-22 | libtraceevent: Fix header installation | Sudip Mukherjee |
2019-11-18 | libtraceevent: Fix parsing of event %o and %X argument types | Konstantin Khlebnikov |
2019-09-25 | libtraceevent: Man pages for tep plugins APIs | Tzvetomir Stoyanov |
2019-09-25 | libtraceevent: Move traceevent plugins in its own subdirectory | Tzvetomir Stoyanov (VMware) |