- cd77290 libtraceevent: Add __rel_loc relative location attribute support by Masami Hiramatsu · 3 years, 1 month ago
- a41c321 tools lib traceevent: Hide non API functions by Tzvetomir Stoyanov (VMware) · 4 years, 3 months ago
- 10a6f5c libtraceevent: Fix build warning on 32-bit arches by Tzvetomir Stoyanov (VMware) · 4 years, 4 months ago
- 602e29f libtraceevent: Fixed type in PRINT_FMT_STING by Tzvetomir Stoyanov (VMware) · 4 years, 5 months ago
- d339a19 libtraceevent: Fixed broken indentation in parse_ip4_print_args() by Tzvetomir Stoyanov (VMware) · 4 years, 5 months ago
- b1aa3db Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 4 years, 5 months ago
- e24c644 tools lib traceevent: Fix memory leak in process_dynamic_array_len by Philippe Duplessis-Guindon · 4 years, 5 months ago
- e7a9088 tools lib traceevent: Optimize pretty_print() function by Tzvetomir Stoyanov (VMware) · 4 years, 6 months ago
- 487ae1f tools lib traceevent: Add support for more printk format specifiers by Tzvetomir Stoyanov (VMware) · 4 years, 6 months ago
- 4d70cae tools lib traceevent: Introduced new traceevent API, for adding new plugins directories. by Tzvetomir Stoyanov (VMware) · 4 years, 6 months ago
- 1b20d94 tools lib traceevent: Add handler for __builtin_expect() by Steven Rostedt (VMware) · 4 years, 9 months ago
- 74621d9 tools lib traceevent: Handle __attribute__((user)) in field names by Steven Rostedt (VMware) · 4 years, 9 months ago
- 27d4d33 tools lib traceevent: Add append() function helper for appending strings by Steven Rostedt (VMware) · 4 years, 9 months ago
- 401d61c tools lib traceevent: Remove extra '\n' in print_event_time() by Steven Rostedt (VMware) · 4 years, 10 months ago
- 10f6458 libtraceevent: Fix parsing of event %o and %X argument types by Konstantin Khlebnikov · 5 years ago
- 5c8da72 libtraceevent: Round up in tep_print_event() time precision by Steven Rostedt (VMware) · 5 years ago
- b295c3e tools lib traceevent: Convert remaining %p[fF] users to %p[sS] by Sakari Ailus · 5 years ago
- 5d6552a libtraceevent: Remove tep_register_trace_clock() by Tzvetomir Stoyanov · 5 years ago
- 38847db libtraceevent, perf tools: Changes in tep_print_event_* APIs by Tzvetomir Stoyanov · 5 years ago
- 301011b tools lib traceevent: Remove unneeded qsort and uses memmove instead by Steven Rostedt (VMware) · 5 years ago
- b0215e2 tools lib traceevent: Do not free tep->cmdlines in add_new_comm() on failure by Steven Rostedt (VMware) · 5 years ago
- 90489a7 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- f32c287 tools lib traceevent: Fix missing equality check for strcmp by Rikard Falkeborn · 6 years ago
- c9bd779 tools lib traceevent: Rename input arguments and local variables of libtraceevent from pevent to tep by Tzvetomir Stoyanov · 6 years ago
- 69769ce perf tools, tools lib traceevent: Rename "pevent" member of struct tep_event to "tep" by Tzvetomir Stoyanov · 6 years ago
- 047ff22 tools lib traceevent: Rename input arguments of libtraceevent APIs from pevent to tep by Tzvetomir Stoyanov · 6 years ago
- 55c34ae tools tools, tools lib traceevent: Make traceevent APIs more consistent by Tzvetomir Stoyanov · 6 years ago
- 489b349 tools lib traceevent: Change description of few APIs by Tzvetomir Stoyanov · 6 years ago
- 6699ed7 tools lib traceevent: Implement a new API, tep_list_events_copy() by Tzvetomir Stoyanov · 6 years ago
- fed33e9 tools lib traceevent: Add mono clocks to be parsed in seconds by Steven Rostedt (VMware) · 6 years ago
- 328b82b tools lib traceevent: Handle trace_printk() "%px" by Steven Rostedt (VMware) · 6 years ago
- 7c5b019 tools lib traceevent: Fix buffer overflow in arg_eval by Tony Jones · 6 years ago
- 9231967 tools lib traceevent: Remove tep_data_event_from_type() API by Tzvetomir Stoyanov · 6 years ago
- f87ce7c tools lib traceevent: Changed return logic of tep_register_event_handler() API by Tzvetomir Stoyanov · 6 years ago
- 2e4318a tools lib traceevent: Rename struct cmdline to struct tep_cmdline by Tzvetomir Stoyanov · 6 years ago
- eed14f4 tools lib traceevent: Initialize host_bigendian at tep_handle allocation by Tzvetomir Stoyanov · 6 years ago
- ca3958b tools lib traceevent: Introduce new libtracevent API: tep_override_comm() by Tzvetomir Stoyanov · 6 years ago
- f024cf0 tools lib traceevent: Fix processing of dereferenced args in bprintk events by Steven Rostedt (VMware) · 6 years ago
- 3e449f7 tools lib traceevent: Fix diverse typos in comments by Ingo Molnar · 6 years ago
- 6cd99d2 tools lib traceevent: traceevent API cleanup by Tzvetomir Stoyanov · 6 years ago
- fc39851 tools lib traceevent: Rename tep_free_format() to tep_free_event() by Tzvetomir Stoyanov · 6 years ago
- 97fbf3f tools lib traceevent, perf tools: Rename 'struct tep_event_format' to 'struct tep_event' by Tzvetomir Stoyanov · 6 years ago
- 477be10 tools lib traceevent: Implement new API tep_get_ref() by Tzvetomir Stoyanov · 6 years ago
- 44e92f8 tools lib traceevent: Add sanity check to is_timestamp_in_us() by Tzvetomir Stoyanov · 6 years ago
- 0631ca3 tools lib traceevent: Fix compile warnings in tools/lib/traceevent/event-parse.c by Adrian Hunter · 6 years ago
- bb3dd7e tools lib traceevent, perf tools: Move struct tep_handler definition in a local header file by Tzvetomir Stoyanov · 6 years ago
- bbbab19 tools lib traceevent: Separate out tep_strerror() for strerror_r() issues by Steven Rostedt (VMware) · 6 years ago
- 1affd34 tools lib traceevent: Rename data2host*() APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
- 1e97216f tools lib traceevent, perf tools: Rename enum print_arg_type to enum tep_print_arg_type by Tzvetomir Stoyanov (VMware) · 6 years ago
- 5647f94 tools lib traceevent, perf tools: Add prefix tep_ to all print_* structures by Tzvetomir Stoyanov (VMware) · 6 years ago
- c1953bc tools lib traceevent: Add prefix TEP_ to all EVENT_FL_* flags by Tzvetomir Stoyanov (VMware) · 6 years ago
- f25d9e0 tools lib traceevent: Rename enum event_{sort_}type to enum tep_event_{sort_}type by Tzvetomir Stoyanov (VMware) · 6 years ago
- bb39ccb tools lib traceevent, perf tools: Rename enum format_flags to enum tep_format_flags by Tzvetomir Stoyanov (VMware) · 6 years ago
- 2c92f98 tools lib traceevent, perf tools: Rename struct format{_field} to struct tep_format{_field} by Tzvetomir Stoyanov (VMware) · 6 years ago
- 4963b0f tools lib traceevent, perf tools: Rename struct event_format to struct tep_event_format by Tzvetomir Stoyanov (VMware) · 6 years ago
- 266b851 tools lib traceevent, perf tools: Split trace-seq related APIs in a separate header file by Tzvetomir Stoyanov (VMware) · 6 years ago
- 6ab025e tools lib traceevent: Change to SPDX License format by Steven Rostedt (VMware) · 6 years ago
- 0ae9863 tools lib traceevent: Rename static variables and functions in event-parse.c by Tzvetomir Stoyanov (VMware) · 6 years ago
- c99eeaf tools lib traceevent: Rename various pevent APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
- 1634e46 tools lib traceevent: Rename internal parser related APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
- 413af01 tools lib traceevent: Rename various pevent get/set/is APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
- 610e1e4 tools lib traceevent: Rename pevent_find_* APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
- 8b3e087 tools lib traceevent: Rename pevent field APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
- dc05ebf tools lib traceevent: Rename pevent_data_ APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
- b843e9c tools lib traceevent: Rename pevent_register / unregister APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
- 3cf4778 tools lib traceevent: Rename pevent_function* APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
- d97f4ef tools lib traceevent, tools lib lockdep: Rename 'enum pevent_errno' to 'enum tep_errno' by Tzvetomir Stoyanov (VMware) · 6 years ago
- 6fed932 tools lib traceevent, perf tools: Rename 'enum pevent_flag' to 'enum tep_flag' by Tzvetomir Stoyanov (VMware) · 6 years ago
- ece2a4f tools lib traceevent, perf tools: Rename pevent_set_* APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
- 13a4189 tools lib traceevent, perf tools: Rename pevent_register_* APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
- 59c1bae tools lib traceevent, perf tools: Rename pevent_read_number_* APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
- 6a48dc2 tools lib traceevent, perf tools: Rename pevent print APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
- c60167c tools lib traceevent, perf tools: Rename pevent parse APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
- af85cd1 tools lib traceevent, perf tools: Rename pevent find APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
- 4d5c58b tools lib traceevent, perf tools: Rename pevent alloc / free APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
- c32d52b tools lib traceevent, perf tools: Rename pevent plugin related APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
- cbc49b2 tools lib traceevent, perf tools: Rename 'struct pevent_record' to 'struct tep_record' by Tzvetomir Stoyanov (VMware) · 6 years ago
- 096177a tools lib traceevent, perf tools: Rename struct pevent to struct tep_handle by Tzvetomir Stoyanov (VMware) · 6 years ago
- e877372 tools lib traceevent: Show contents (in hex) of data of unrecognized type records by Steven Rostedt (VMware) · 7 years ago
- 37db96b tools lib traceevent: Handle new pointer processing of bprint strings by Steven Rostedt (VMware) · 7 years ago
- 38d70b7 tools lib traceevent: Simplify pointer print logic and fix %pF by Steven Rostedt (VMware) · 7 years ago
- d634447 tools lib traceevent: Print value of unknown symbolic fields by Jan Kiszka · 7 years ago
- 3df76c9 tools lib traceevent: Show value of flags that have not been parsed by Steven Rostedt (VMware) · 7 years ago
- 952a99c tools lib traceevent: Fix bad force_token escape sequence by Michael Sartain · 7 years ago
- 3f26b0c Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- 9c72fd0 tools lib traceevent: It's preempt not prempt by Steven Rostedt (VMware) · 8 years ago
- 0fe0559 lib, traceevent: add PRINT_HEX_STR variant by Daniel Borkmann · 8 years ago
- c52d9e4 tools lib traceevent: Add retrieval of preempt count and latency flags by Steven Rostedt · 8 years ago
- bb5a731 tools lib traceevent: Use USECS_PER_SEC instead of hardcoded number by Steven Rostedt · 8 years ago
- ca575ad tools lib traceevent: Add correct header for ipv6 definitions by Arnaldo Carvalho de Melo · 8 years ago
- c3cec9e tools lib traceevent: Use str_error_r() by Arnaldo Carvalho de Melo · 8 years ago
- 4f3c8876 tools lib traceevent: Remove redundant CPU output by Steven Rostedt · 9 years ago
- 9eb42de tools lib traceevent: Add '~' operation within arg_num_eval() by Steven Rostedt · 9 years ago
- a66673a tools lib traceevent: Fix output of %llu for 64 bit values read on 32 bit machines by Steven Rostedt (Red Hat) · 9 years ago
- 9ec72ea tools lib traceevent: Set int_array fields to NULL if freeing from error by Steven Rostedt (Red Hat) · 9 years ago
- 21a3010 tools lib traceevent: Fix time stamp rounding issue by Chaos.Chen · 9 years ago
- a674533 tools lib traceevent: Split pevent_print_event() into specific functionality functions by Steven Rostedt · 9 years ago
- 0e47b38 tools lib traceevent: Implement '%' operation by Daniel Bristot de Oliveira · 9 years ago
- 048ccca Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
- be45d40 tools lib traceevent: Factor out and export print_event_field[s]() by Namhyung Kim · 9 years ago