Home
last modified time | relevance | path

Searched refs:add_event (Results 1 – 5 of 5) sorted by relevance

/tools/perf/tests/
Dswitch-tracking.c203 static int add_event(struct perf_evlist *evlist, struct list_head *events, in add_event() function
264 ret = add_event(evlist, &events, event); in process_events()
/tools/perf/util/
Dparse-events.c312 static int add_event(struct list_head *list, int *idx, in add_event() function
395 return add_event(list, idx, &attr, name, NULL); in parse_events_add_cache()
730 return add_event(list, idx, &attr, NULL, NULL); in parse_events_add_breakpoint()
965 return add_event(list, &data->idx, &attr, NULL, &config_terms); in parse_events_add_numeric()
Ddata-convert-bt.c803 static int add_event(struct ctf_writer *cw, struct perf_evsel *evsel) in add_event() function
853 ret = add_event(cw, evsel); in setup_events()
/tools/lib/traceevent/
Dparse-filter.c239 static int add_event(struct event_list **events, in add_event() function
317 if (add_event(events, event) < 0) { in find_event()
Devent-parse.c755 static int add_event(struct pevent *pevent, struct event_format *event) in add_event() function
5966 if (pevent && add_event(pevent, event)) { in __pevent_parse_event()