Home
last modified time | relevance | path

Searched refs:event_filters (Results 1 – 2 of 2) sorted by relevance

/linux/tools/lib/traceevent/
A Dparse-filter.c115 sizeof(*filter->event_filters), in find_filter_type()
131 filter_type = realloc(filter->event_filters, in add_filter_type()
132 sizeof(*filter->event_filters) * in add_filter_type()
137 filter->event_filters = filter_type; in add_filter_type()
140 if (filter->event_filters[i].event_id > id) in add_filter_type()
145 memmove(&filter->event_filters[i+1], in add_filter_type()
146 &filter->event_filters[i], in add_filter_type()
147 sizeof(*filter->event_filters) * in add_filter_type()
150 filter_type = &filter->event_filters[i]; in add_filter_type()
1433 free(filter->event_filters); in tep_filter_reset()
[all …]
A Devent-parse.h712 struct tep_filter_type *event_filters; member

Completed in 12 milliseconds