1. 9d47b11 libtraceevent: Fix memory leakage in copy_filter_type by Hewenliang · 4 years, 6 months ago
  2. 0658553 tools lib traceevent: Do not free tep->cmdlines in add_new_comm() on failure by Steven Rostedt (VMware) · 4 years, 9 months ago
  3. 3caefd0 libtraceevent: Change users plugin directory by Tzvetomir Stoyanov · 4 years, 10 months ago
  4. 02bdc50 tools lib traceevent: Fix missing equality check for strcmp by Rikard Falkeborn · 5 years ago
  5. ae0c4d3 tools lib traceevent: Fix buffer overflow in arg_eval by Tony Jones · 5 years ago
  6. d23d7b0 tools lib traceevent: Fix get_field_str() for dynamic strings by Steven Rostedt (VMware) · 6 years ago
  7. 50efa63 tools lib traceevent: Simplify pointer print logic and fix %pF by Steven Rostedt (VMware) · 6 years ago
  8. ab5e7df tools lib traceevent: Fix prev/next_prio for deadline tasks by Daniel Bristot de Oliveira · 7 years ago
  9. a130347 tools lib traceevent: Fix kbuffer_read_at_offset() by Namhyung Kim · 8 years ago
  10. 979a70a tools lib traceevent: Ignore generated library files by Namhyung Kim · 8 years ago
  11. ca575ad tools lib traceevent: Add correct header for ipv6 definitions by Arnaldo Carvalho de Melo · 8 years ago
  12. 6d248fb tools lib traceevent: Add filter on task CPU id by Steven Rostedt · 8 years ago
  13. c3cec9e tools lib traceevent: Use str_error_r() by Arnaldo Carvalho de Melo · 8 years ago
  14. 106b816 tools lib traceevent: Do not reassign parg after collapse_tree() by Steven Rostedt · 8 years ago
  15. 4f3c8876 tools lib traceevent: Remove redundant CPU output by Steven Rostedt · 8 years ago
  16. 9eb42de tools lib traceevent: Add '~' operation within arg_num_eval() by Steven Rostedt · 8 years ago
  17. a66673a tools lib traceevent: Fix output of %llu for 64 bit values read on 32 bit machines by Steven Rostedt (Red Hat) · 8 years ago
  18. 9ec72ea tools lib traceevent: Set int_array fields to NULL if freeing from error by Steven Rostedt (Red Hat) · 8 years ago
  19. 21a3010 tools lib traceevent: Fix time stamp rounding issue by Chaos.Chen · 8 years ago
  20. a674533 tools lib traceevent: Split pevent_print_event() into specific functionality functions by Steven Rostedt · 8 years ago
  21. 0e47b38 tools lib traceevent: Implement '%' operation by Daniel Bristot de Oliveira · 8 years ago
  22. 048ccca Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  23. be45d40 tools lib traceevent: Factor out and export print_event_field[s]() by Namhyung Kim · 8 years ago
  24. 511cbce irq_poll: make blk-iopoll available outside the block layer by Christoph Hellwig · 9 years ago
  25. 32abc2e tools lib traceevent: Fix output of %llu for 64 bit values read on 32 bit machines by Steven Rostedt · 9 years ago
  26. b6bd9c7 tools lib traceevent: Support %ps/%pS by Scott Wood · 9 years ago
  27. 2f465de tools lib traceevent: update KVM plugin by Paolo Bonzini · 9 years ago
  28. b572727 Merge branch 'perf/urgent' into perf/core to pick up fixes before pulling new changes by Ingo Molnar · 9 years ago
  29. c2e4b24 tools lib traceevent: Fix string handling in heterogeneous arch environments by Kapileshwar Singh · 9 years ago
  30. 7605594 tools lib traceevent: Support function __get_dynamic_array_len by He Kuang · 9 years ago
  31. 1d94501 tools lib traceeveent: Allow for negative numbers in print format by Steven Rostedt · 9 years ago
  32. 6f56e9c tools lib traceevent: Add checks for returned EVENT_ERROR type by Dean Nelson · 9 years ago
  33. 33a2471 tools lib traceevent: Allow setting an alternative symbol resolver by Arnaldo Carvalho de Melo · 9 years ago
  34. c867b15 tools lib: Improve clean target by Riku Voipio · 9 years ago
  35. 38e0962 tools lib traceevent: Ignore libtrace-dynamic-list file by He Kuang · 9 years ago
  36. e3d09ec tools lib traceevent: Export dynamic symbols used by traceevent plugins by He Kuang · 9 years ago
  37. bb53e17 tools lib traceevent: Install libtraceevent.a into libdir by Wang Nan · 9 years ago
  38. b390d85 tools lib traceevent: Provide le16toh define for older systems by Arnaldo Carvalho de Melo · 9 years ago
  39. f7dc7fd Merge branch 'perf/urgent' into perf/core, to resolve conflicts by Ingo Molnar · 9 years ago
  40. d8fce2d Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  41. 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 · 9 years ago
  42. d354243 tools lib traceevent: Add alias field to struct format_field by Jiri Olsa · 9 years ago
  43. 410ceb8 tools lib traceevent: Fix build failure on 32-bit arch by Namhyung Kim · 9 years ago
  44. 6c8a53c9 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  45. 3201f0d tools lib traceevent: Honor operator priority by Namhyung Kim · 9 years ago
  46. 7c27f78 tools lib traceevent: Zero should not be considered "not found" in eval_flag() by Steven Rostedt · 9 years ago
  47. bbedb17 tracing: %pF is only for function pointers by Scott Wood · 9 years ago
  48. b839e1e tools lib traceevent: Add support for __print_array() by Javi Merino · 9 years ago
  49. e1644aa tools lib traceevent: Free filter tokens in process_filter() by Steven Rostedt (Red Hat) · 9 years ago
  50. 82ac952 tools lib traceevent: Add way to find sub buffer boundary by Steven Rostedt (Red Hat) · 9 years ago
  51. c5e6919 tools lib traceevent kbuffer: Remove extra update to data pointer in PADDING by Steven Rostedt (Red Hat) · 9 years ago
  52. 5dbcfd9 tools lib traceevent: Make plugin options either string or boolean by Steven Rostedt · 9 years ago
  53. 2771984 tools lib traceevent: Add pevent_data_pid_from_comm() by Steven Rostedt (Red Hat) · 9 years ago
  54. 5542629 tools lib traceevent: Handle %z in bprint format by Steven Rostedt (Red Hat) · 9 years ago
  55. 99ad141 tools lib traceevent: Copy trace_clock and free it by Steven Rostedt (Red Hat) · 9 years ago
  56. deab6f5 tools lib traceevent: Handle NULL comm name by Josef Bacik · 9 years ago
  57. 929a6bb tools lib traceevent: Factor out allocating and processing args by Javi Merino · 9 years ago
  58. 00ae112 tools lib traceevent: Add destructor for format_field by David Ahern · 9 years ago
  59. 2d58ab9 tools lib traceevent: Use tools build framework by Jiri Olsa · 9 years ago
  60. 402bb4e tools lib traceevent: Introduce trace_seq_do_fprintf function by Arnaldo Carvalho de Melo · 9 years ago
  61. 3d199b5 tools lib traceevent: Add support for IP address formats by David Ahern · 9 years ago
  62. 85686f6 scsi: add SPC-3 command definitions by Hannes Reinecke · 10 years ago
  63. eb846d9 scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16 by Hannes Reinecke · 10 years ago
  64. 21da83f tools lib traceevent: Fix a risk for doing free on uninitialized pointer by Rickard Strandqvist · 10 years ago
  65. 1545d8a tools lib traceevent: Clean up format of args in jbd2 plugin by Steven Rostedt · 10 years ago
  66. 24eda08 tools lib traceevent: Clean up format of args in cfg80211 plugin by Steven Rostedt · 10 years ago
  67. a21e3a3 tools lib traceevent: Fix format in plugin_kvm by Steven Rostedt · 10 years ago
  68. 7f6e363 tools lib traceevent: Fix and cleanup kvm_nested_vmexit tracepoints by Jan Kiszka · 10 years ago
  69. ea092ae tools lib traceevent: Add back in kvm plugins nested_vmexit events by Steven Rostedt (Red Hat) · 10 years ago
  70. 6f21037 tools lib traceevent: Factor out print_exit_reason in kvm plugin by Jan Kiszka · 10 years ago
  71. 20d3cbd tools lib traceevent: Report unknown VMX exit reasons with code by Jan Kiszka · 10 years ago
  72. 473a778 tools lib traceevent: Added support for __get_bitmask() macro by Steven Rostedt (Red Hat) · 10 years ago
  73. 4944082 tools lib traceevent: Add options to function plugin by Steven Rostedt (Red Hat) · 10 years ago
  74. 5827f2f tools lib traceevent: Add options to plugins by Steven Rostedt · 10 years ago
  75. a7c3196 tools lib traceevent: Add flag to not load event plugins by Steven Rostedt (Red Hat) · 10 years ago
  76. de04f86 tools lib traceevent: Fix memory leak in pretty_print() by Steven Rostedt · 10 years ago
  77. 4508793 tools lib traceevent: Fix backward compatibility macros for pevent filter enums by Steven Rostedt · 10 years ago
  78. 9e9e5df tools lib traceevent: Do not call warning() directly by Namhyung Kim · 10 years ago
  79. 3388cc3 tools lib traceevent: Print event name when show warning if possible by Namhyung Kim · 10 years ago
  80. b935a58 perf tools: Fix traceevent plugin path definitions by Josh Boyer · 10 years ago
  81. bf6b3a9 tools lib traceevent: Unregister handler when xen plugin is unloaded by Namhyung Kim · 10 years ago
  82. a157112 tools lib traceevent: Unregister handler when scsi plugin is unloaded by Namhyung Kim · 10 years ago
  83. 0247a96 tools lib traceevent: Unregister handler when jbd2 plugin is is unloaded by Namhyung Kim · 10 years ago
  84. 6024cf3 tools lib traceevent: Unregister handler when cfg80211 plugin is unloaded by Namhyung Kim · 10 years ago
  85. ec7c6de tools lib traceevent: Unregister handler when mac80211 plugin is unloaded by Namhyung Kim · 10 years ago
  86. 02bafd3 tools lib traceevent: Unregister handler when sched_switch plugin is unloaded by Namhyung Kim · 10 years ago
  87. 354a2bd tools lib traceevent: Unregister handler when kvm plugin is unloaded by Namhyung Kim · 10 years ago
  88. 11e99c5 tools lib traceevent: Unregister handler when kmem plugin is unloaded by Namhyung Kim · 10 years ago
  89. 4061eda tools lib traceevent: Unregister handler when hrtimer plugin is unloaded by Namhyung Kim · 10 years ago
  90. ac668c7 tools lib traceevent: Unregister handler when function plugin is unloaded by Namhyung Kim · 10 years ago
  91. 20c7e5a tools lib traceevent: Add pevent_unregister_print_function() by Namhyung Kim · 10 years ago
  92. ad13701 tools lib traceevent: Add pevent_unregister_event_handler() by Namhyung Kim · 10 years ago
  93. 0e9e79a tools lib traceevent: fix pointer-integer size mismatch by Mark Rutland · 10 years ago
  94. 8d0c222 tools lib traceevent: Make plugin unload function receive pevent by Namhyung Kim · 10 years ago
  95. e825e75 tools lib traceevent: Get rid of die() finally!! by Namhyung Kim · 10 years ago
  96. 504586e tools lib traceevent: Get rid of malloc_or_die() in trace_seq_init() by Namhyung Kim · 10 years ago
  97. 3026bba tools lib traceevent: Check return value of realloc() by Namhyung Kim · 10 years ago
  98. 3c6d8d8 tools lib traceevent: Add state member to struct trace_seq by Namhyung Kim · 10 years ago
  99. 9bb8e5e tools lib traceevent: Shut up plugins make message by Jiri Olsa · 10 years ago
  100. 198430b tools lib traceevent: Replace tabs with spaces for all non-commands statements by Jiri Olsa · 10 years ago