Home
last modified time | relevance | path

Searched refs:list_event (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dparse-events.h214 void parse_events_update_lists(struct list_head *list_event,
H A Dparse-events.c1759 /* list_event is assumed to point to malloc'ed memory */
1760 void parse_events_update_lists(struct list_head *list_event, in parse_events_update_lists() argument
1768 list_splice_tail(list_event, list_all); in parse_events_update_lists()
1769 free(list_event); in parse_events_update_lists()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dparse-events.h228 void parse_events_update_lists(struct list_head *list_event,
H A Dparse-events.c1594 /* list_event is assumed to point to malloc'ed memory */
1595 void parse_events_update_lists(struct list_head *list_event, in parse_events_update_lists() argument
1603 list_splice_tail(list_event, list_all); in parse_events_update_lists()
1604 free(list_event); in parse_events_update_lists()

Completed in 10 milliseconds