Age | Commit message (Expand) | Author | Files | Lines |
2022-12-14 | tools lib traceevent: Remove libtraceevent | Ian Rogers | 1 | -2281/+0 |
2021-12-06 | libtraceevent: Add __rel_loc relative location attribute support | Masami Hiramatsu | 1 | -1/+4 |
2020-10-13 | tools lib traceevent: Hide non API functions | Tzvetomir Stoyanov (VMware) | 1 | -14/+9 |
2020-04-18 | tools lib traceevent: Take care of return value of asprintf | He Zhe | 1 | -10/+19 |
2019-12-20 | tools lib traceevent: Fix memory leakage in filter_event | Hewenliang | 1 | -1/+3 |
2019-11-22 | libtraceevent: Fix memory leakage in copy_filter_type | Hewenliang | 1 | -2/+7 |
2019-04-01 | tools lib traceevent: Rename input arguments and local variables of libtracee... | Tzvetomir Stoyanov | 1 | -12/+12 |
2019-04-01 | perf tools, tools lib traceevent: Rename "pevent" member of struct tep_event_... | Tzvetomir Stoyanov | 1 | -7/+7 |
2019-04-01 | perf tools, tools lib traceevent: Rename "pevent" member of struct tep_event ... | Tzvetomir Stoyanov | 1 | -3/+3 |
2019-04-01 | tools lib traceevent: Rename input arguments of libtraceevent APIs from peven... | Tzvetomir Stoyanov | 1 | -4/+4 |
2019-04-01 | tools lib traceevent: Remove call to exit() from tep_filter_add_filter_str() | Tzvetomir Stoyanov | 1 | -3/+0 |
2019-04-01 | tools lib traceevent: Remove tep filter trivial APIs | Tzvetomir Stoyanov | 1 | -169/+0 |
2018-12-17 | tools lib traceevent, perf tools: Rename 'struct tep_event_format' to 'struct... | Tzvetomir Stoyanov | 1 | -21/+21 |
2018-10-08 | tools lib traceevent, perf tools: Move struct tep_handler definition in a loc... | Tzvetomir Stoyanov | 1 | -0/+1 |
2018-09-19 | tools lib traceevent: Add prefix tep_ to enum filter_trivial_type | Tzvetomir Stoyanov (VMware) | 1 | -11/+11 |
2018-09-19 | tools lib traceevent: Add prefix tep_ to structs filter_type and event_filter | Tzvetomir Stoyanov (VMware) | 1 | -48/+48 |
2018-09-19 | tools lib traceevent: Add prefix tep_ to struct filter_{arg,value_type} | Tzvetomir Stoyanov (VMware) | 1 | -60/+60 |
2018-09-19 | tools lib traceevent: Add prefix tep_ to enums filter_{exp,arg}_type | Tzvetomir Stoyanov (VMware) | 1 | -105/+105 |
2018-09-19 | tools lib traceevent: Add prefix tep_ to enums filter_{boolean,op,cmp}_type | Tzvetomir Stoyanov (VMware) | 1 | -72/+72 |
2018-09-19 | tools lib traceevent: Rename enum event_{sort_}type to enum tep_event_{sort_}... | Tzvetomir Stoyanov (VMware) | 1 | -18/+18 |
2018-09-19 | tools lib traceevent, perf tools: Rename enum format_flags to enum tep_format... | Tzvetomir Stoyanov (VMware) | 1 | -4/+4 |
2018-09-19 | tools lib traceevent, perf tools: Rename struct format{_field} to struct tep_... | Tzvetomir Stoyanov (VMware) | 1 | -4/+4 |
2018-09-19 | tools lib traceevent, perf tools: Rename struct event_format to struct tep_ev... | Tzvetomir Stoyanov (VMware) | 1 | -21/+21 |
2018-08-20 | tools lib traceevent: Change to SPDX License format | Steven Rostedt (VMware) | 1 | -15/+1 |
2018-08-13 | tools lib traceevent: Rename various pevent APIs | Tzvetomir Stoyanov (VMware) | 1 | -3/+3 |
2018-08-13 | tools lib traceevent: Rename internal parser related APIs | Tzvetomir Stoyanov (VMware) | 1 | -8/+8 |
2018-08-13 | tools lib traceevent: Rename pevent_find_* APIs | Tzvetomir Stoyanov (VMware) | 1 | -5/+5 |
2018-08-13 | tools lib traceevent: Rename pevent_data_ APIs | Tzvetomir Stoyanov (VMware) | 1 | -3/+3 |
2018-08-13 | tools lib traceevent: Rename pevent_filter* APIs | Tzvetomir Stoyanov (VMware) | 1 | -42/+42 |
2018-08-13 | tools lib traceevent, tools lib lockdep: Rename 'enum pevent_errno' to 'enum ... | Tzvetomir Stoyanov (VMware) | 1 | -75/+75 |
2018-08-13 | tools lib traceevent, perf tools: Rename pevent_read_number_* APIs | Tzvetomir Stoyanov (VMware) | 1 | -1/+1 |
2018-08-13 | tools lib traceevent, perf tools: Rename pevent find APIs | Tzvetomir Stoyanov (VMware) | 1 | -2/+2 |
2018-08-13 | tools lib traceevent, perf tools: Rename 'struct pevent_record' to 'struct te... | Tzvetomir Stoyanov (VMware) | 1 | -12/+12 |
2018-08-10 | tools lib traceevent, perf tools: Rename struct pevent to struct tep_handle | Tzvetomir Stoyanov (VMware) | 1 | -7/+7 |
2018-01-17 | tools lib traceevent: Fix get_field_str() for dynamic strings | Steven Rostedt (VMware) | 1 | -1/+9 |
2018-01-17 | tools lib traceevent: Fix missing break in FALSE case of pevent_filter_clear_... | Taeung Song | 1 | -0/+1 |
2018-01-17 | tools lib traceevent: Use asprintf when possible | Federico Vaga | 1 | -7/+4 |
2017-11-17 | tools/lib/traceevent/parse-filter.c: clean up clang build warning | Cheng Jian | 1 | -3/+3 |
2016-07-12 | tools lib traceevent: Add filter on task CPU id | Steven Rostedt | 1 | -3/+15 |
2016-05-12 | tools lib traceevent: Do not reassign parg after collapse_tree() | Steven Rostedt | 1 | -2/+2 |
2015-03-24 | tools lib traceevent: Free filter tokens in process_filter() | Steven Rostedt (Red Hat) | 1 | -0/+2 |
2013-12-18 | tools lib traceevent: Introduce pevent_filter_strerror() | Namhyung Kim | 1 | -44/+54 |
2013-12-17 | tools lib traceevent: Get rid of die() in some string conversion functions | Namhyung Kim | 1 | -48/+19 |
2013-12-13 | tools lib traceevent: Refactor pevent_filter_match() to get rid of die() | Namhyung Kim | 1 | -50/+85 |
2013-12-13 | tools lib traceevent: Make pevent_filter_add_filter_str() return pevent_errno | Namhyung Kim | 1 | -55/+23 |
2013-12-13 | tools lib traceevent: Refactor process_filter() | Namhyung Kim | 1 | -27/+37 |
2013-12-13 | tools lib traceevent: Refactor create_arg_item() | Namhyung Kim | 1 | -10/+10 |
2013-12-13 | tools lib traceevent: Get rid of die() in reparent_op_arg() | Namhyung Kim | 1 | -34/+60 |
2013-12-13 | tools lib traceevent: Make add_left() return pevent_errno | Namhyung Kim | 1 | -3/+3 |
2013-12-13 | tools lib traceevent: Get rid of die() in add_right() | Namhyung Kim | 1 | -15/+19 |