1. fc39851 tools lib traceevent: Rename tep_free_format() to tep_free_event() by Tzvetomir Stoyanov · 6 years ago
  2. 97fbf3f tools lib traceevent, perf tools: Rename 'struct tep_event_format' to 'struct tep_event' by Tzvetomir Stoyanov · 6 years ago
  3. 477be10 tools lib traceevent: Implement new API tep_get_ref() by Tzvetomir Stoyanov · 6 years ago
  4. 44e92f8 tools lib traceevent: Add sanity check to is_timestamp_in_us() by Tzvetomir Stoyanov · 6 years ago
  5. 0631ca3 tools lib traceevent: Fix compile warnings in tools/lib/traceevent/event-parse.c by Adrian Hunter · 6 years ago
  6. bb3dd7e tools lib traceevent, perf tools: Move struct tep_handler definition in a local header file by Tzvetomir Stoyanov · 6 years ago
  7. bbbab19 tools lib traceevent: Separate out tep_strerror() for strerror_r() issues by Steven Rostedt (VMware) · 6 years ago
  8. 1affd34 tools lib traceevent: Rename data2host*() APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  9. 1e97216f tools lib traceevent, perf tools: Rename enum print_arg_type to enum tep_print_arg_type by Tzvetomir Stoyanov (VMware) · 6 years ago
  10. 5647f94 tools lib traceevent, perf tools: Add prefix tep_ to all print_* structures by Tzvetomir Stoyanov (VMware) · 6 years ago
  11. c1953bc tools lib traceevent: Add prefix TEP_ to all EVENT_FL_* flags by Tzvetomir Stoyanov (VMware) · 6 years ago
  12. f25d9e0 tools lib traceevent: Rename enum event_{sort_}type to enum tep_event_{sort_}type by Tzvetomir Stoyanov (VMware) · 6 years ago
  13. bb39ccb tools lib traceevent, perf tools: Rename enum format_flags to enum tep_format_flags by Tzvetomir Stoyanov (VMware) · 6 years ago
  14. 2c92f98 tools lib traceevent, perf tools: Rename struct format{_field} to struct tep_format{_field} by Tzvetomir Stoyanov (VMware) · 6 years ago
  15. 4963b0f tools lib traceevent, perf tools: Rename struct event_format to struct tep_event_format by Tzvetomir Stoyanov (VMware) · 6 years ago
  16. 266b851 tools lib traceevent, perf tools: Split trace-seq related APIs in a separate header file by Tzvetomir Stoyanov (VMware) · 6 years ago
  17. 6ab025e tools lib traceevent: Change to SPDX License format by Steven Rostedt (VMware) · 6 years ago
  18. 0ae9863 tools lib traceevent: Rename static variables and functions in event-parse.c by Tzvetomir Stoyanov (VMware) · 6 years ago
  19. c99eeaf tools lib traceevent: Rename various pevent APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  20. 1634e46 tools lib traceevent: Rename internal parser related APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  21. 413af01 tools lib traceevent: Rename various pevent get/set/is APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  22. 610e1e4 tools lib traceevent: Rename pevent_find_* APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  23. 8b3e087 tools lib traceevent: Rename pevent field APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  24. dc05ebf tools lib traceevent: Rename pevent_data_ APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  25. b843e9c tools lib traceevent: Rename pevent_register / unregister APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  26. 3cf4778 tools lib traceevent: Rename pevent_function* APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  27. d97f4ef tools lib traceevent, tools lib lockdep: Rename 'enum pevent_errno' to 'enum tep_errno' by Tzvetomir Stoyanov (VMware) · 6 years ago
  28. 6fed932 tools lib traceevent, perf tools: Rename 'enum pevent_flag' to 'enum tep_flag' by Tzvetomir Stoyanov (VMware) · 6 years ago
  29. ece2a4f tools lib traceevent, perf tools: Rename pevent_set_* APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  30. 13a4189 tools lib traceevent, perf tools: Rename pevent_register_* APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  31. 59c1bae tools lib traceevent, perf tools: Rename pevent_read_number_* APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  32. 6a48dc2 tools lib traceevent, perf tools: Rename pevent print APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  33. c60167c tools lib traceevent, perf tools: Rename pevent parse APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  34. af85cd1 tools lib traceevent, perf tools: Rename pevent find APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  35. 4d5c58b tools lib traceevent, perf tools: Rename pevent alloc / free APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  36. c32d52b tools lib traceevent, perf tools: Rename pevent plugin related APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  37. cbc49b2 tools lib traceevent, perf tools: Rename 'struct pevent_record' to 'struct tep_record' by Tzvetomir Stoyanov (VMware) · 6 years ago
  38. 096177a tools lib traceevent, perf tools: Rename struct pevent to struct tep_handle by Tzvetomir Stoyanov (VMware) · 6 years ago
  39. e877372 tools lib traceevent: Show contents (in hex) of data of unrecognized type records by Steven Rostedt (VMware) · 7 years ago
  40. 37db96b tools lib traceevent: Handle new pointer processing of bprint strings by Steven Rostedt (VMware) · 7 years ago
  41. 38d70b7 tools lib traceevent: Simplify pointer print logic and fix %pF by Steven Rostedt (VMware) · 7 years ago
  42. d634447 tools lib traceevent: Print value of unknown symbolic fields by Jan Kiszka · 7 years ago
  43. 3df76c9 tools lib traceevent: Show value of flags that have not been parsed by Steven Rostedt (VMware) · 7 years ago
  44. 952a99c tools lib traceevent: Fix bad force_token escape sequence by Michael Sartain · 7 years ago
  45. 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
  46. 9c72fd0 tools lib traceevent: It's preempt not prempt by Steven Rostedt (VMware) · 8 years ago
  47. 0fe0559 lib, traceevent: add PRINT_HEX_STR variant by Daniel Borkmann · 8 years ago
  48. c52d9e4 tools lib traceevent: Add retrieval of preempt count and latency flags by Steven Rostedt · 8 years ago
  49. bb5a731 tools lib traceevent: Use USECS_PER_SEC instead of hardcoded number by Steven Rostedt · 8 years ago
  50. ca575ad tools lib traceevent: Add correct header for ipv6 definitions by Arnaldo Carvalho de Melo · 8 years ago
  51. c3cec9e tools lib traceevent: Use str_error_r() by Arnaldo Carvalho de Melo · 9 years ago
  52. 4f3c8876 tools lib traceevent: Remove redundant CPU output by Steven Rostedt · 9 years ago
  53. 9eb42de tools lib traceevent: Add '~' operation within arg_num_eval() by Steven Rostedt · 9 years ago
  54. 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
  55. 9ec72ea tools lib traceevent: Set int_array fields to NULL if freeing from error by Steven Rostedt (Red Hat) · 9 years ago
  56. 21a3010 tools lib traceevent: Fix time stamp rounding issue by Chaos.Chen · 9 years ago
  57. a674533 tools lib traceevent: Split pevent_print_event() into specific functionality functions by Steven Rostedt · 9 years ago
  58. 0e47b38 tools lib traceevent: Implement '%' operation by Daniel Bristot de Oliveira · 9 years ago
  59. 048ccca Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  60. be45d40 tools lib traceevent: Factor out and export print_event_field[s]() by Namhyung Kim · 9 years ago
  61. 511cbce irq_poll: make blk-iopoll available outside the block layer by Christoph Hellwig · 9 years ago
  62. 32abc2e tools lib traceevent: Fix output of %llu for 64 bit values read on 32 bit machines by Steven Rostedt · 9 years ago
  63. b6bd9c7 tools lib traceevent: Support %ps/%pS by Scott Wood · 9 years ago
  64. b572727 Merge branch 'perf/urgent' into perf/core to pick up fixes before pulling new changes by Ingo Molnar · 9 years ago
  65. c2e4b24 tools lib traceevent: Fix string handling in heterogeneous arch environments by Kapileshwar Singh · 9 years ago
  66. 7605594 tools lib traceevent: Support function __get_dynamic_array_len by He Kuang · 9 years ago
  67. 1d94501 tools lib traceeveent: Allow for negative numbers in print format by Steven Rostedt · 9 years ago
  68. 6f56e9c tools lib traceevent: Add checks for returned EVENT_ERROR type by Dean Nelson · 9 years ago
  69. 33a2471 tools lib traceevent: Allow setting an alternative symbol resolver by Arnaldo Carvalho de Melo · 9 years ago
  70. f7dc7fd Merge branch 'perf/urgent' into perf/core, to resolve conflicts by Ingo Molnar · 10 years ago
  71. d8fce2d Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  72. 1836ac8 Merge tag 'perf-core-for-mingo-3' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 10 years ago
  73. d354243 tools lib traceevent: Add alias field to struct format_field by Jiri Olsa · 10 years ago
  74. 410ceb8 tools lib traceevent: Fix build failure on 32-bit arch by Namhyung Kim · 10 years ago
  75. 6c8a53c9 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  76. 3201f0d tools lib traceevent: Honor operator priority by Namhyung Kim · 10 years ago
  77. 7c27f78 tools lib traceevent: Zero should not be considered "not found" in eval_flag() by Steven Rostedt · 10 years ago
  78. bbedb17 tracing: %pF is only for function pointers by Scott Wood · 10 years ago
  79. b839e1e8 tools lib traceevent: Add support for __print_array() by Javi Merino · 10 years ago
  80. 2771984 tools lib traceevent: Add pevent_data_pid_from_comm() by Steven Rostedt (Red Hat) · 10 years ago
  81. 5542629 tools lib traceevent: Handle %z in bprint format by Steven Rostedt (Red Hat) · 10 years ago
  82. 99ad141 tools lib traceevent: Copy trace_clock and free it by Steven Rostedt (Red Hat) · 10 years ago
  83. deab6f5 tools lib traceevent: Handle NULL comm name by Josef Bacik · 10 years ago
  84. 929a6bb tools lib traceevent: Factor out allocating and processing args by Javi Merino · 10 years ago
  85. 00ae112 tools lib traceevent: Add destructor for format_field by David Ahern · 10 years ago
  86. 3d199b5 tools lib traceevent: Add support for IP address formats by David Ahern · 10 years ago
  87. 21da83f tools lib traceevent: Fix a risk for doing free on uninitialized pointer by Rickard Strandqvist · 11 years ago
  88. 473a778 tools lib traceevent: Added support for __get_bitmask() macro by Steven Rostedt (Red Hat) · 11 years ago
  89. de04f86 tools lib traceevent: Fix memory leak in pretty_print() by Steven Rostedt · 11 years ago
  90. 9e9e5df tools lib traceevent: Do not call warning() directly by Namhyung Kim · 11 years ago
  91. 3388cc3 tools lib traceevent: Print event name when show warning if possible by Namhyung Kim · 11 years ago
  92. 20c7e5a tools lib traceevent: Add pevent_unregister_print_function() by Namhyung Kim · 11 years ago
  93. ad13701 tools lib traceevent: Add pevent_unregister_event_handler() by Namhyung Kim · 11 years ago
  94. bf19b82 tools lib traceevent: Introduce pevent_filter_strerror() by Namhyung Kim · 11 years ago
  95. 3a3ffa2 tools lib traceevent: Report better error message on bad function args by Steven Rostedt · 11 years ago
  96. 71ad958 tools lib traceevent: Change pevent_parse_format to include pevent handle by Jiri Olsa · 11 years ago
  97. 12e5556 tools lib traceevent: Use helper trace-seq in print functions like kernel does by Steven Rostedt · 11 years ago
  98. 6b5fa0b tools lib traceevent: Fix conversion of pointer to integer of different size by Arnaldo Carvalho de Melo · 11 years ago
  99. eff2c92 tools lib traceevent: Fix use of multiple options in processing field by Steven Rostedt · 11 years ago
  100. 0497a9e tools lib traceevent: Add direct access to dynamic arrays by Steven Rostedt · 11 years ago