summaryrefslogtreecommitdiff
path: root/tools/lib/traceevent
AgeCommit message (Expand)Author
2022-12-14tools lib traceevent: Remove libtraceeventIan Rogers
2022-11-20tools lib traceevent: Make install_headers clearerIan Rogers
2021-12-06libtraceevent: Add __rel_loc relative location attribute supportMasami Hiramatsu
2021-06-24KVM: x86/mmu: Rename "nxe" role bit to "efer_nx" for macro shenanigansSean Christopherson
2020-10-13tools lib traceevent: Hide non API functionsTzvetomir Stoyanov (VMware)
2020-09-03libtraceevent: Fix build warning on 32-bit archesTzvetomir Stoyanov (VMware)
2020-08-10Merge tag 'perf-tools-2020-08-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-07tools/: replace HTTP links with HTTPS onesAlexander A. Klimov
2020-08-06tools lib traceevent: Handle possible strdup() error in tep_add_plugin_path()...Tzvetomir Stoyanov (VMware)
2020-08-06libtraceevent: Fixed description of tep_add_plugin_path() APITzvetomir Stoyanov (VMware)
2020-08-06libtraceevent: Fixed type in PRINT_FMT_STINGTzvetomir Stoyanov (VMware)
2020-08-06libtraceevent: Fixed broken indentation in parse_ip4_print_args()Tzvetomir Stoyanov (VMware)
2020-08-06libtraceevent: Improve error handling of tep_plugin_add_option() APITzvetomir Stoyanov (VMware)
2020-08-06libtraceevent: Fix typo in tep_plugin_add_option() descriptionTzvetomir Stoyanov (VMware)
2020-08-06libtraceevent: Handle strdup() error in parse_option_name()Tzvetomir Stoyanov (VMware)
2020-08-06libtraceevent: Document tep_load_plugins_hook()Tzvetomir Stoyanov (VMware)
2020-08-03Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2020-07-31libtraceevent: Fix build with binutils 2.35Ben Hutchings
2020-07-31tools lib traceevent: Fix memory leak in process_dynamic_array_lenPhilippe Duplessis-Guindon
2020-07-08Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2020-07-06tools lib traceevent: Fix reporting of unknown SVM exit reasonsJan Kiszka
2020-07-06tools lib traceevent: Change to SPDX License formatSteven Rostedt (VMware)
2020-07-06tools lib traceevent: Add builtin handler for trace_marker_rawSteven Rostedt (VMware)
2020-07-06tools lib traceevent: Move kernel_stack event handler to "function" plugin.Tzvetomir Stoyanov (VMware)
2020-07-06tools lib traceevent: Add plugin for decoding syscalls/sys_enter_futexJulia Cartwright
2020-07-06tools lib traceevent: Add offset option for function pluginSteven Rostedt (VMware)
2020-07-06tools lib traceevent: Add more SVM exit reasonsJan Kiszka
2020-07-06tools lib traceevent: Add plugin for tlb_flushSteven Rostedt (Red Hat)
2020-07-06tools lib traceevent: Optimize pretty_print() functionTzvetomir Stoyanov (VMware)
2020-07-06tools lib traceevent: Add support for more printk format specifiersTzvetomir Stoyanov (VMware)
2020-07-06tools lib traceevent: Introduced new traceevent API, for adding new plugins d...Tzvetomir Stoyanov (VMware)
2020-07-06tools lib traceevent: Add interface for options to pluginsTzvetomir Stoyanov (VMware)
2020-07-06tools lib traceevent: Add tep_load_plugins_hook() APITzvetomir Stoyanov (VMware)
2020-07-03tools lib traceevent: Add proper KBUFFER_TYPE_TIME_STAMP handlingTom Zanussi
2020-07-03tools lib traceevent: Add API to read time information from kbufferSteven Rostedt (Red Hat)
2020-06-18tools lib traceevent: Add handler for __builtin_expect()Steven Rostedt (VMware)
2020-06-18tools lib traceevent: Handle __attribute__((user)) in field namesSteven Rostedt (VMware)
2020-06-18tools lib traceevent: Add append() function helper for appending stringsSteven Rostedt (VMware)
2020-04-30libtraceevent: Remove unneeded semicolonZou Wei
2020-04-18tools lib traceevent: Take care of return value of asprintfHe Zhe
2020-04-03Merge 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 IdentifierMasahiro Yamada
2020-03-04tools lib traceevent: Remove extra '\n' in print_event_time()Steven Rostedt (VMware)
2019-12-20tools lib traceevent: Fix memory leakage in filter_eventHewenliang
2019-12-16libtraceevent: Allow custom libdir pathSudip Mukherjee
2019-12-02libtraceevent: Copy pkg-config file to output folder when using O=Sudip Mukherjee
2019-12-02libtraceevent: Fix lib installation with O=Sudip Mukherjee
2019-11-22libtraceevent: Fix memory leakage in copy_filter_typeHewenliang
2019-11-22libtraceevent: Fix header installationSudip Mukherjee
2019-11-18libtraceevent: Fix parsing of event %o and %X argument typesKonstantin Khlebnikov