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