1. b3f5849 libtraceevent: Save missed events in kbuffer_read_buffer() by Steven Rostedt (Google) · 8 weeks ago libtraceevent
  2. 800c1a2 libtraceevent plugins: Add plugin_net to handle byte swap during print by Petr Malat · 3 months ago
  3. 262c9de libtraceevent: Fix the /dev/null redirection compatibility in Makefile by Haiyue Wang · 2 months ago
  4. c1db0c6 libtraceevent: Add support for nested ?: conditionals by Steven Rostedt (Google) · 3 months ago
  5. 3f96551 libtraceevent: Add support for __print_dynamic_array() macro by Steven Rostedt (Google) · 3 months ago
  6. e798103 libtraceevent: If function has arguments print them by Steven Rostedt (Google) · 4 months ago
  7. 68635b8 libtraceevent: Add NEED_RESCHED_LAZY flag by Steven Rostedt (Google) · 4 months ago
  8. a1648f4 libtraceevent: Add support for \t char in print fmt by Ruben Devos · 5 months ago
  9. 030cc9b libtraceevent: Add new flag to suppress parsing warnings by Tzvetomir Stoyanov (VMware) · 5 years ago
  10. 2f7cfdd libtraceevent: Return error on event parsing if format parsing fails by Steven Rostedt (Google) · 6 months ago
  11. 8edaaac libtraceevent: Fix file endianness for big endian hosts by Pragyansh Chaturvedi · 8 months ago
  12. f558a2d libtraceevent: Remove TEP_PLUGIN_OPTIONS by Tzvetomir Stoyanov (VMware) · 6 years ago
  13. 45a9b06 libtraceevent: Handle case of unknown operator by Steven Rostedt (Google) · 8 months ago
  14. 08eb2e1 libtraceevent: allow unsetting LIBTRACEEVENT_STATIC by Sudip Mukherjee · 9 months ago
  15. ecbf580 libtraceevent: Rename private functions to prevent static build failures by Metin Kaya · 8 months ago
  16. bd47bd5 libtraceevent: 1.8.4 by Steven Rostedt (Google) · 9 months ago libtraceevent-1.8.4
  17. fe0bc49 libtraceevent: Print function pointer address when TEP_EVENT_FL_PRINTRAW is specified by Steven Rostedt (Google) · 11 months ago
  18. f2224d5 libtraceevent: Have sizeof() parsing handle u8/s8 through u64/s64 by Steven Rostedt (Google) · 9 months ago
  19. 5f570de libtraceevent: Print arrays like Linux does by Sean Anderson · 11 months ago
  20. 645a883 libtraceevent: 1.8.3 by Steven Rostedt (Google) · 12 months ago libtraceevent-1.8.3
  21. d4c1fb4 libtraceevent: Add meson build targets to Makefile by Steven Rostedt (Google) · 12 months ago
  22. c3dc220 libtraceevent: Fix a double free in process_op() by Namhyung Kim · 12 months ago
  23. 021da90 libtraceevent: Do not return a local stack pointer in get_field_str() by Steven Rostedt (Google) · 1 year, 1 month ago
  24. 340e2e6 libtraceevent: Have unit test fail when any tests fail by Steven Rostedt (Google) · 1 year, 1 month ago
  25. c84155f libtraceevent: prevent a memory leak in tep_plugin_add_option() by Jerome Marchand · 1 year, 1 month ago
  26. 03551eb libtraceevent: Prevent a memory leak in process_fields() by Jerome Marchand · 1 year, 1 month ago
  27. 34ece90 libtraceevent: Close shared object in the error path of load_plugin() by Jerome Marchand · 1 year, 1 month ago
  28. 8802f0f libtraceevent: Avoid a simple asprintf case by Ian Rogers · 1 year, 2 months ago
  29. 76a0eb8 libtraceevent: Fix event-parse memory leak in process_cond by Ian Rogers · 1 year, 3 months ago
  30. 5bc98bd libtraceevent: Have single quotes represent characters by Steven Rostedt (Google) · 1 year, 3 months ago
  31. ec8e0cc libtraceevent: Fix tests running on big endian arch by Paul Mars · 1 year, 4 months ago
  32. 60ed6c3 libtraceevent: build: Various fixes for the Meson build of libtraceevent by Alexander Kanavin · 1 year, 4 months ago
  33. 0351241 libtraceevent utest: Include libgen.h for basename() with musl by Miko Larsson · 1 year, 5 months ago
  34. 6f6d580 libtraceevent: 1.8.2 by Steven Rostedt (Google) · 1 year, 7 months ago libtraceevent-1.8.2
  35. b29b192 kbuffer: Update kbuf->next in kbuffer_refresh by Steven Rostedt (Google) · 1 year, 7 months ago
  36. 4b2286c kbuffer: Always walk the events to calculate timestamp in kbuffer_read_buffer() by Steven Rostedt (Google) · 1 year, 7 months ago
  37. ce0acec libtraceevent meson: Add libdl dependency to meson by Giulio Benetti · 1 year, 7 months ago
  38. 15a0121 libtraceevent Documentation: Fix tep_kbuffer() prototype by Steven Rostedt (Google) · 1 year, 7 months ago
  39. 85a2078 libtraceevent: 1.8.1 by Steven Rostedt (Google) · 1 year, 7 months ago libtraceevent-1.8.1
  40. 6b21b4c libtraceevent: Add tep_get_sub_buffer_data_size() by Steven Rostedt (Google) · 1 year, 7 months ago
  41. 8cf5315 libtraceevent: 1.8 by Steven Rostedt (Google) · 1 year, 7 months ago libtraceevent-1.8.0
  42. 7a4d5b2 kbuffer: Add kbuffer_refresh() API by Steven Rostedt (Google) · 1 year, 7 months ago
  43. 33bad32 kbuffer: Add kbuffer_subbuffer() API by Steven Rostedt (Google) · 1 year, 7 months ago
  44. f6bdff7 kbuffer: Add kbuffer_dup() by Steven Rostedt (Google) · 1 year, 7 months ago
  45. 0582118 kbuffer: Add kbuffer_read_buffer() by Steven Rostedt (Google) · 1 year, 7 months ago
  46. 014ca24 libtraceevent: Fix tep_kbuffer() to have kbuf assign long_size by Steven Rostedt (Google) · 1 year, 7 months ago
  47. afead9a libtraceevent: Add tep_get_sub_buffer_commit_offset() by Steven Rostedt (Google) · 1 year, 7 months ago
  48. 3152506 libtraceevent plugins: Parse sched_switch "prev_state" field for state info by Steven Rostedt (Google) · 1 year, 7 months ago
  49. 4be92aa libtraceevent: Bump meson version to >=0.58.0 by Matt Jolly · 1 year, 7 months ago
  50. 9b2e543 libtraceevent: sync state char array with the kernel by Ze Gao · 2 years ago
  51. 5b89385 libtraceevent: Add option to disable documentation by Giulio Benetti · 1 year, 10 months ago
  52. a496a39 libtraceevent: Add tep_record_is_event() API by Steven Rostedt (Google) · 2 years ago
  53. dd14818 libtraceevent: version 1.7.3 by Steven Rostedt (Google) · 2 years, 2 months ago libtraceevent-1.7.3
  54. 0b9a34e libtraceevent: Handle printf '%+d" case by Steven Rostedt (Google) · 2 years, 2 months ago
  55. eba4a41 libtraceevent: Add initial support for meson by Daniel Wagner · 2 years, 6 months ago
  56. 1d8ddb9 libtraceevent: Handle %c by David Ahern · 2 years, 3 months ago
  57. 1c6f0f3 libtraceevent: version 1.7.2 by Steven Rostedt (Google) · 2 years, 4 months ago libtraceevent-1.7.2
  58. 73f6a8a libtraceevent: Fix some missing commas in big endian blocks by psykose · 2 years, 5 months ago
  59. da2ea6b libtraceevent: Rename "ok" to "token_has_paren" in process_sizeof() by Steven Rostedt (Google) · 2 years, 4 months ago
  60. e6f7cfa libtraceevent: No need for testing ok in else if (!ok) in process_sizeof() by Steven Rostedt (Google) · 2 years, 4 months ago
  61. a4b1ba5 libtraceevent: Fix double free in parsing sizeof() by Steven Rostedt (Google) · 2 years, 4 months ago
  62. 4e51588 libtraceevent: version 1.7.1 by Steven Rostedt (Google) · 2 years, 6 months ago libtraceevent-1.7.1
  63. 89b98f0 libtraceevent: Show migrate-disable field by Steven Rostedt (Google) · 2 years, 6 months ago
  64. 0c28cec libtraceevent: Fix output of raw prints by Steven Rostedt (Google) · 2 years, 7 months ago
  65. 87213bc libtraceevent: Remove tep_find_function{_address}() from libtraceevent-func_apis.txt by Steven Rostedt (Google) · 2 years, 7 months ago
  66. be050d7 libtraceevent: Add check for duplicate functions in man pages by Steven Rostedt (Google) · 2 years, 7 months ago
  67. 414028d libtraceevent: Allow stack traces to show offset too by Steven Rostedt (Google) · 2 years, 7 months ago
  68. 169a55a libtraceevent: Make sure 32 bit work on 64 bit file systems by Steven Rostedt (Google) · 2 years, 7 months ago
  69. 8be5640 libtraceevent: Fix string parsing by Steven Rostedt (Google) · 2 years, 7 months ago
  70. d227f13 libtraceevent: Remove global input buffer by Felipe Balbi · 2 years, 7 months ago
  71. 826b06b libtraceevent: version 1.7 by Steven Rostedt (Google) · 2 years, 7 months ago libtraceevent-1.7.0
  72. 2b7edb3 libtraceevent: Fail to parse if sizeof(long) is used and long size is not defined by Steven Rostedt (Google) · 2 years, 7 months ago
  73. 0adc544 libtraceevent: Add test to test sizeof() processing by Steven Rostedt (Google) · 2 years, 7 months ago
  74. 2d0573a libtraceevent: Be able to handle some sizeof() calls by Steven Rostedt (Google) · 2 years, 7 months ago
  75. 0f8a615 libtraceevent: Allow function parameters to have operators by Steven Rostedt (Google) · 2 years, 7 months ago
  76. 4fb990a libtraceevent: Calculate dynamic size for dynamic fields as well as arrays by Steven Rostedt (Google) · 2 years, 7 months ago
  77. b458d28 libtraceevent: Add unit tests for cpumask processing by Valentin Schneider · 2 years, 7 months ago
  78. 9560902 libtraceevent: Pretty-print cpumask fields as a cpulist by Valentin Schneider · 2 years, 7 months ago
  79. cd2d475 libtraceevent: Add boiler-plate code for cpumask types by Valentin Schneider · 2 years, 7 months ago
  80. b5db86a libtraceevent: Ensure print_field_raw() terminates with '\0' by Valentin Schneider · 2 years, 7 months ago
  81. 7467426 libtraceeevent: Add kbuffer API man pages by Steven Rostedt (Google) · 2 years, 8 months ago
  82. 3ca6384 libtraceevent: Add tep_find_function_info() to main libtraceevent man page by Steven Rostedt (Google) · 2 years, 8 months ago
  83. 5f2aa84 libtraceevent kbuffer: Add SAME_AS_HOST for endian and size by Steven Rostedt (Google) · 2 years, 8 months ago
  84. 27e45d9 libtraceevent: Update gitignore by Steven Rostedt (Google) · 2 years, 8 months ago
  85. 6e637fb libtraceevent: Rename kbuffer_create() to tep_kbuffer() by Steven Rostedt (Google) · 2 years, 8 months ago
  86. f5a6c92 kbuffer: Add struct reference for tep_handle by Steven Rostedt (Google) · 2 years, 8 months ago
  87. e04384a libtraceevent: Add tep_find_function_info() by Steven Rostedt (Google) · 2 years, 8 months ago
  88. 21ba633 libtraceevent: Add kbuffer_create() by Steven Rostedt (Google) · 2 years, 8 months ago
  89. da2e979 libtraceevent: Make it possible to set libdir and mandir from outside by Peter Bergin · 2 years, 9 months ago
  90. 4c79560 libtraceevent: Fix double free in event_read_fields() by Shang XiaoJing · 2 years, 9 months ago
  91. 0595632 libtraceevent: Fix Branch condition garbage value compiler warning by Michael Petlan · 2 years, 10 months ago
  92. 64480d2 libtraceevent: Fix check-after-deref coverity flaw by Michael Petlan · 2 years, 10 months ago
  93. 90f5ad2 libtraceevent: Fix uninitialized has_0x compiler warning by Michael Petlan · 2 years, 10 months ago
  94. 7190a01 libtraceevent: Fix uninitialized variable in eval_num_arg() by Steven Rostedt (Google) · 2 years, 10 months ago
  95. fda4ad9 libtraceevent: version 1.6.3 by Steven Rostedt (Google) · 2 years, 10 months ago libtraceevent-1.6.3
  96. d02a61e libtraceevent: Add man pages for tep_plugin_kvm_get/put_func() by Steven Rostedt (Google) · 2 years, 10 months ago
  97. 6643bf9 libtraceevent: Have kvm_exit/enter be able to show guest function by Steven Rostedt (Google) · 2 years, 11 months ago
  98. a596299 libtraceevent: Add tep_print_field() to check-manpages.sh deprecated by Steven Rostedt (Google) · 2 years, 10 months ago
  99. 065c9cd libtraceevent: Add man page documentation of tep_get_sub_buffer_size() by Steven Rostedt (Google) · 2 years, 10 months ago
  100. 6e18ecc libtraceevent: Add man page for tep_plugin_add_option() by Steven Rostedt (Google) · 2 years, 10 months ago