summaryrefslogtreecommitdiffstats
path: root/tools/lib/traceevent/parse-filter.c
AgeCommit message (Expand)AuthorLines
2018-12-17tools lib traceevent, perf tools: Rename 'struct tep_event_format' to 'struct...Tzvetomir Stoyanov-21/+21
2018-10-08tools lib traceevent, perf tools: Move struct tep_handler definition in a loc...Tzvetomir Stoyanov-0/+1
2018-09-19tools lib traceevent: Add prefix tep_ to enum filter_trivial_typeTzvetomir Stoyanov (VMware)-11/+11
2018-09-19tools lib traceevent: Add prefix tep_ to structs filter_type and event_filterTzvetomir Stoyanov (VMware)-48/+48
2018-09-19tools lib traceevent: Add prefix tep_ to struct filter_{arg,value_type}Tzvetomir Stoyanov (VMware)-60/+60
2018-09-19tools lib traceevent: Add prefix tep_ to enums filter_{exp,arg}_typeTzvetomir Stoyanov (VMware)-105/+105
2018-09-19tools lib traceevent: Add prefix tep_ to enums filter_{boolean,op,cmp}_typeTzvetomir Stoyanov (VMware)-72/+72
2018-09-19tools lib traceevent: Rename enum event_{sort_}type to enum tep_event_{sort_}...Tzvetomir Stoyanov (VMware)-18/+18
2018-09-19tools lib traceevent, perf tools: Rename enum format_flags to enum tep_format...Tzvetomir Stoyanov (VMware)-4/+4
2018-09-19tools lib traceevent, perf tools: Rename struct format{_field} to struct tep_...Tzvetomir Stoyanov (VMware)-4/+4
2018-09-19tools lib traceevent, perf tools: Rename struct event_format to struct tep_ev...Tzvetomir Stoyanov (VMware)-21/+21
2018-08-20tools lib traceevent: Change to SPDX License formatSteven Rostedt (VMware)-15/+1
2018-08-13tools lib traceevent: Rename various pevent APIsTzvetomir Stoyanov (VMware)-3/+3
2018-08-13tools lib traceevent: Rename internal parser related APIsTzvetomir Stoyanov (VMware)-8/+8
2018-08-13tools lib traceevent: Rename pevent_find_* APIsTzvetomir Stoyanov (VMware)-5/+5
2018-08-13tools lib traceevent: Rename pevent_data_ APIsTzvetomir Stoyanov (VMware)-3/+3
2018-08-13tools lib traceevent: Rename pevent_filter* APIsTzvetomir Stoyanov (VMware)-42/+42
2018-08-13tools lib traceevent, tools lib lockdep: Rename 'enum pevent_errno' to 'enum ...Tzvetomir Stoyanov (VMware)-75/+75
2018-08-13tools lib traceevent, perf tools: Rename pevent_read_number_* APIsTzvetomir Stoyanov (VMware)-1/+1
2018-08-13tools lib traceevent, perf tools: Rename pevent find APIsTzvetomir Stoyanov (VMware)-2/+2
2018-08-13tools lib traceevent, perf tools: Rename 'struct pevent_record' to 'struct te...Tzvetomir Stoyanov (VMware)-12/+12
2018-08-10tools lib traceevent, perf tools: Rename struct pevent to struct tep_handleTzvetomir Stoyanov (VMware)-7/+7
2018-01-17tools lib traceevent: Fix get_field_str() for dynamic stringsSteven Rostedt (VMware)-1/+9
2018-01-17tools lib traceevent: Fix missing break in FALSE case of pevent_filter_clear_...Taeung Song-0/+1
2018-01-17tools lib traceevent: Use asprintf when possibleFederico Vaga-7/+4
2017-11-17tools/lib/traceevent/parse-filter.c: clean up clang build warningCheng Jian-3/+3
2016-07-12tools lib traceevent: Add filter on task CPU idSteven Rostedt-3/+15
2016-05-12tools lib traceevent: Do not reassign parg after collapse_tree()Steven Rostedt-2/+2
2015-03-24tools lib traceevent: Free filter tokens in process_filter()Steven Rostedt (Red Hat)-0/+2
2013-12-18tools lib traceevent: Introduce pevent_filter_strerror()Namhyung Kim-44/+54
2013-12-17tools lib traceevent: Get rid of die() in some string conversion functionsNamhyung Kim-48/+19
2013-12-13tools lib traceevent: Refactor pevent_filter_match() to get rid of die()Namhyung Kim-50/+85
2013-12-13tools lib traceevent: Make pevent_filter_add_filter_str() return pevent_errnoNamhyung Kim-55/+23
2013-12-13tools lib traceevent: Refactor process_filter()Namhyung Kim-27/+37
2013-12-13tools lib traceevent: Refactor create_arg_item()Namhyung Kim-10/+10
2013-12-13tools lib traceevent: Get rid of die() in reparent_op_arg()Namhyung Kim-34/+60
2013-12-13tools lib traceevent: Make add_left() return pevent_errnoNamhyung Kim-3/+3
2013-12-13tools lib traceevent: Get rid of die() in add_right()Namhyung Kim-15/+19
2013-12-13tools lib traceevent: Get rid of malloc_or_die() in find_event()Namhyung Kim-8/+19
2013-12-13tools lib traceevent: Get rid of malloc_or_die() in read_token()Namhyung Kim-1/+7
2013-12-13tools lib traceevent: Get rid of malloc_or_die() allocate_arg()Namhyung Kim-8/+40
2013-12-13tools lib traceevent: Get rid of die in add_filter_type()Namhyung Kim-5/+16
2013-12-13tools lib traceevent: Get rid of malloc_or_die() in show_error()Namhyung Kim-1/+15
2013-12-09tools lib traceevent: Get rid of die() in pevent_filter_clear_trivial()Namhyung Kim-6/+15
2013-12-09tools lib traceevent: Get rid of malloc_or_die() in pevent_filter_add_filter_...Namhyung Kim-1/+7
2013-12-09tools lib traceevent: Get rid of die() in create_arg_item()Namhyung Kim-2/+5
2013-12-09tools lib traceevent: Get rid of malloc_or_die() in add_event()Namhyung Kim-3/+13
2013-12-09tools lib traceevent: Get rid of malloc_or_die() in pevent_filter_alloc()Namhyung Kim-1/+4
2013-01-24tools lib traceevent: Update FSF postal address to be URL's.Jon Stanley-2/+1
2012-10-16tools lib traceevent: Fix missed freeing of subargs in free_arg() in filterSteven Rostedt-0/+15