1. 684c280 Upgrade libtracefs to libtracefs-1.8.1 am: b6c97c53a6 by Brian Norris · 7 months ago main master
  2. b6c97c5 Upgrade libtracefs to libtracefs-1.8.1 by Brian Norris · 7 months ago
  3. 782fa8f Add janitors to the OWNERS file am: e11ce06053 by Sadaf Ebrahimi · 9 months ago
  4. e11ce06 Add janitors to the OWNERS file by Sadaf Ebrahimi · 9 months ago
  5. 417c2e3 libtracefs: version 1.8.1 by Steven Rostedt (Google) · 1 year, 1 month ago
  6. 41efd9e libtracefs: Add meson build targets to Makefile by Steven Rostedt (Google) · 1 year, 1 month ago
  7. 310b796 libtracefs utest: Add better logic to cause missed events by Steven Rostedt (Google) · 1 year, 1 month ago
  8. b589e32 libtracefs: Add cpu-map sample to trace mapped buffer by Steven Rostedt (Google) · 1 year, 1 month ago
  9. 4ede86e libtracefs: Enable mmapped ring buffer by Steven Rostedt (Google) · 1 year, 1 month ago
  10. e6737d4 libtracefs: Initialize val in build_filter() by Jerome Marchand · 1 year, 3 months ago
  11. 590e452 libtracefs: Close dir in the error path in tracefs_event_systems() by Jerome Marchand · 1 year, 3 months ago
  12. 0309a87 libtracefs: Close dir in the error path in tracefs_system_events() by Jerome Marchand · 1 year, 3 months ago
  13. f34fb1f libtracefs: Prevent memory leak in tracefs_dynevent_get_all() by Jerome Marchand · 1 year, 3 months ago
  14. 48e906b libtracefs: my_yyinput() should return 0 when no data can be read by Jerome Marchand · 1 year, 3 months ago
  15. 5e5b2a7 libtracefs: Prevent memory leak in tracefs_instance_create() by Jerome Marchand · 1 year, 3 months ago
  16. 8f2593f libtracefs: Prevent a memory leak in open_cpu_files() by Jerome Marchand · 1 year, 3 months ago
  17. 7d77b83 libtracefs: Prevent a memory leak in tracefs_system_events() by Jerome Marchand · 1 year, 3 months ago
  18. 7fcd8d2 libtracefs: Prevent a memory leak in add_func_str() by Jerome Marchand · 1 year, 3 months ago
  19. a01d0ba libtracefs: Don't leak socket file descriptor in open_vsock() by Jerome Marchand · 1 year, 3 months ago
  20. efdf7f7 libtracefs: Prevent memory leak in tracefs_event_systems() by Jerome Marchand · 1 year, 3 months ago
  21. 2342293 libtracefs: Prevent a memory leak in tracefs_synth_add_end_field() by Jerome Marchand · 1 year, 3 months ago
  22. 1c95394 libtracefs: Prevent a memory leak in update_fields() by Jerome Marchand · 1 year, 3 months ago
  23. 6b35665 libtracefs: Prevent memory leak in append_filer() by Jerome Marchand · 1 year, 3 months ago
  24. aecc0b7 libtracefs: Call va_end() before exiting tracefs_hist_set_sort_key() by Jerome Marchand · 1 year, 3 months ago
  25. a5e37f7 libtracefs: Add trace-mmap.c to meson build by Steven Rostedt (Google) · 1 year, 4 months ago
  26. 8f62e96 libtracefs meson: Use SemVer in the build description by Aleksander Trofimowicz · 1 year, 5 months ago
  27. e04fa01 meson: Add utest option by Fabrice Fontaine · 1 year, 5 months ago
  28. fb213a4 libtracefs: Update trace_buffer_meta by Vincent Donnefort · 1 year, 5 months ago
  29. 04505a0 libtracefs utest: Include libgen.h for basename() by Miko Larsson · 1 year, 6 months ago
  30. 7b4a9c9 libtracefs utest: Define _LARGEFILE64_SOURCE for lseek64() with musl by Miko Larsson · 1 year, 6 months ago
  31. ba75081 libtracefs utest: Add PATH_MAX if it is not already defined by Steven Rostedt (Google) · 1 year, 6 months ago
  32. 5f27b7f libtracefs: Update the kbuf for previous read in trace_mmap_load_subbuf() by Steven Rostedt (Google) · 1 year, 7 months ago
  33. 73ac9c1 libtracefs: Fix tracefs_instance_reset() of triggers by Steven Rostedt (Google) · 1 year, 8 months ago
  34. 7d15d77 libtracefs meson: build tracefs-mmap by default by Giulio Benetti · 1 year, 8 months ago
  35. 67f3b2a libtracefs: version 1.8 by Steven Rostedt (Google) · 1 year, 8 months ago
  36. 8a1322f libtracefs utest: Add tests to use mapping if supported by Steven Rostedt (Google) · 1 year, 8 months ago
  37. 0a65b79 libtracefs: Add tracefs_mapped_is_supported() API by Steven Rostedt (Google) · 1 year, 8 months ago
  38. 805f650 libtracefs: Call mmap ioctl if a refresh happens by Steven Rostedt (Google) · 1 year, 8 months ago
  39. cf7e2a5 libtracefs: Fix tracefs_mmap() kbuf usage by Steven Rostedt (Google) · 1 year, 8 months ago
  40. 3a26b26 libtracefs: Have nonblock tracefs_cpu reads set errno EAGAIN by Steven Rostedt (Google) · 1 year, 8 months ago
  41. 2b5bb09 libtracefs: Have tracefs_mmap_read() include subbuf meta data by Steven Rostedt (Google) · 1 year, 8 months ago
  42. dee0448 libtracefs: Have mapping work with the other tracefs_cpu* functions by Steven Rostedt (Google) · 1 year, 8 months ago
  43. 28eebc1 libtracefs: Have tracefs_cpu_flush(_buf)() use mapping by Steven Rostedt (Google) · 1 year, 8 months ago
  44. 065d914 libtracefs: Use mmapping for iterating raw events by Steven Rostedt (Google) · 1 year, 8 months ago
  45. 1124e0e libtracefs: Use tracefs_cpu_*_buf() calls for iterator by Steven Rostedt (Google) · 1 year, 8 months ago
  46. f43b293 libtracefs: Unmap mmap mapping on tracefs_cpu close by Steven Rostedt (Google) · 1 year, 8 months ago
  47. 0d24516 libtracefs Documentation: Fix tracefs_cpu_snapshot_open() man pages by Steven Rostedt (Google) · 1 year, 8 months ago
  48. 5ff31c0 libtracefs Documentation: Add tracefs_follow_events_clear() to main man page by Steven Rostedt (Google) · 1 year, 8 months ago
  49. 0c7d9f7 libtracefs: Add man pages for tracefs_snapshot_*() functions by Steven Rostedt (Google) · 1 year, 8 months ago
  50. b2dc3e0 libtracefs sql: Rename TIMESTAMP_USECS_DELTA to TIMESTAMP_DELTA_USECS by Steven Rostedt (Google) · 1 year, 8 months ago
  51. 585ec77 libtracefs: Force off trace mmapping by Steven Rostedt (Google) · 1 year, 8 months ago
  52. 2ed14b5 libtracefs: Add ring buffer memory mapping APIs by Steven Rostedt (Google) · 1 year, 8 months ago
  53. 173ffc0 libtracefs meson: Add option to disable samples by Giulio Benetti · 1 year, 8 months ago
  54. a55e2e8 libtracefs meson: Add option to disable documentation by Giulio Benetti · 1 year, 8 months ago
  55. 93e20af libtracefs: Fix tracefs_instance_reset to clear synthetic events by Steven Rostedt (Google) · 1 year, 8 months ago
  56. a1ecbff libtracefs utest: Add more tests to test tracefs_sql() by Steven Rostedt (Google) · 1 year, 8 months ago
  57. 975c37c libtracefs utest: Add matches to trace_sql() tests by Steven Rostedt (Google) · 1 year, 8 months ago
  58. 0567e2d libtracefs synthetic: Handle hashed name variables by Steven Rostedt (Google) · 1 year, 8 months ago
  59. fcb3a83 libtracefs synthetic: Remove multiple adding of action in tracefs_synth_save() by Steven Rostedt (Google) · 1 year, 8 months ago
  60. a9dae65 libtracefs: Fix sqlhist used uninitialized error by Ian Rogers · 1 year, 8 months ago
  61. fe7a467 libtracefs: Add updating and reading snapshot buffers by Steven Rostedt (Google) · 1 year, 8 months ago
  62. 1ad57ab libtracefs: Add PID filtering API by Steven Rostedt (Google) · 1 year, 8 months ago
  63. d8726bf libtracefs: Also clear max_graph_depth on reset by Steven Rostedt (Google) · 1 year, 8 months ago
  64. eb4dd60 libtracefs: Add TIMESTAMP_USECS_DELTA to simplify SQL timestamp compares by Steven Rostedt (Google) · 1 year, 8 months ago
  65. 8c57eb4 libtracefs: Add tracefs_instance_set/get_subbuf_size() by Steven Rostedt (Google) · 1 year, 8 months ago
  66. 9bafb21 libtracefs: Add API to extract ring buffer statistics by Steven Rostedt (Google) · 1 year, 8 months ago
  67. 141d25e libtracefs: Add tracefs_load_headers() API by Steven Rostedt (Google) · 1 year, 8 months ago
  68. ef3fae7 libtracefs: Add kerneldoc comments to tracefs_instance_set_buffer_size() by Steven Rostedt (Google) · 1 year, 8 months ago
  69. 31acfe1 libtracefs utest: Add test to test tracefs_instance_set/get_buffer_percent() by Steven Rostedt (Google) · 1 year, 8 months ago
  70. 3e6d975 libtracefs: Add tracefs_instance_clear() API by Steven Rostedt (Google) · 1 year, 8 months ago
  71. c4efaaf libtracefs: Add tracefs_instance_get/set_buffer_percent() by Steven Rostedt (Google) · 1 year, 8 months ago
  72. 1e1cc54 libtracefs: Add API to read tracefs_cpu and return a kbuffer by Steven Rostedt (Google) · 1 year, 8 months ago
  73. 7d395b1 libtracefs: Add tracefs_instance_file_write_number() by Steven Rostedt (Google) · 1 year, 8 months ago
  74. e34cbd8 libtracefs: Increase splice to use pipe max size by Steven Rostedt (Google) · 1 year, 8 months ago
  75. 1f50965 libtracefs: Add API to remove followers from an instance or toplevel by Steven Rostedt (Google) · 1 year, 8 months ago
  76. 576ee0b libtracefs: Reset tracing before and after unit tests by Steven Rostedt (Google) · 1 year, 8 months ago
  77. 118b694 libtracefs: Free dynamic event list in utest by Steven Rostedt (Google) · 1 year, 8 months ago
  78. 5159973 libtracefs: Free tracing_dir in case of remount by Steven Rostedt (Google) · 1 year, 8 months ago
  79. df563eb libtracefs: Free buf in clear_func_filter() by Steven Rostedt (Google) · 1 year, 8 months ago
  80. 3cbac37 libtracefs: Free "missed_followers" of instance by Steven Rostedt (Google) · 1 year, 8 months ago
  81. 0cbe56e libtracefs testing: Use one tep handle for most tests by Steven Rostedt (Google) · 1 year, 8 months ago
  82. adac30f libtracefs Documentation: Fix tracefs_event_file_exists() issues by Steven Rostedt (Google) · 1 year, 8 months ago
  83. 07ab199 libtracefs: Pass enum value where expected instead of int by Matt Turner · 1 year, 8 months ago
  84. bb299b4 libtracefs: fix cscope makefile rule by Ross Zwisler · 1 year, 8 months ago
  85. 420d677 libtracefs: Free "followers" when freeing instance by Steven Rostedt (Google) · 1 year, 8 months ago
  86. 3f436fc libtracefs: Fix documentation of tracefs_trace_pipe_stream() flags by Steven Rostedt (Google) · 2 years, 2 months ago
  87. 1fde9df libtracefs: Add explicit pthread dependency to meson by Daniel Wagner · 2 years, 2 months ago
  88. d1989ae tracefs-perf: Add missing headers for syscall() and SYS_* defines by Khem Raj · 2 years, 2 months ago
  89. aebab37 libtracefs: version 1.7 by Steven Rostedt (Google) · 2 years, 3 months ago
  90. a3237c3 libtracefs: Add initial support for meson by Daniel Wagner · 2 years, 3 months ago
  91. b25019f libtarcefs doc: Add tracefs_kprobe_destroy() to index man page by Steven Rostedt (Google) · 2 years, 3 months ago
  92. 4c2194f libtracefs doc: State that tracefs_dynevent_create() is needed for tracefs_kprobe_alloc() by Steven Rostedt (Google) · 2 years, 3 months ago
  93. df53d43 libtracefs Documentation: Add missing prototypes in top level man page by Steven Rostedt (Google) · 2 years, 3 months ago
  94. 9a2df4a libtracefs: Update version to 1.7.dev by Steven Rostedt (Google) · 2 years, 3 months ago
  95. 18ede68 libtracefs: Add tracefs_kprobe_destory() API by Steven Rostedt (Google) · 2 years, 3 months ago
  96. 309b1ba libtracefs tests: Add helper function to destroy dynamic events by Steven Rostedt (Google) · 2 years, 3 months ago
  97. 53dce80 tracefs: Add tracefs_time_conversion() API by Steven Rostedt (Google) · 2 years, 3 months ago
  98. 5ea4128 libtracefs: Add tracefs_find_cid_pid() API by Steven Rostedt (Google) · 2 years, 3 months ago
  99. 857dd3e libtracefs/utest: Fix crashing of synth test when synths exist by Steven Rostedt (Google) · 2 years, 3 months ago
  100. 6332309 libtracefs/utest: Do not use synth for test_synth element by Steven Rostedt (Google) · 2 years, 3 months ago