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