Home
last modified time | relevance | path

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

/linux-4.1.27/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()
/linux-4.1.27/tools/perf/util/
Dparse-events.c294 static int add_event(struct list_head *list, int *idx, in add_event() function
376 return add_event(list, idx, &attr, name); in parse_events_add_cache()
538 return add_event(list, idx, &attr, NULL); in parse_events_add_breakpoint()
610 return add_event(list, idx, &attr, NULL); in parse_events_add_numeric()
Ddata-convert-bt.c550 static int add_event(struct ctf_writer *cw, struct perf_evsel *evsel) in add_event() function
600 ret = add_event(cw, evsel); in setup_events()
/linux-4.1.27/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.c691 static int add_event(struct pevent *pevent, struct event_format *event) in add_event() function
5838 if (pevent && add_event(pevent, event)) { in __pevent_parse_event()
/linux-4.1.27/net/batman-adv/
Dtranslation-table.c542 goto add_event; in batadv_tt_local_add()
617 add_event: in batadv_tt_local_add()