Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/tests/
Dswitch-tracking.c211 static int add_event(struct evlist *evlist, struct list_head *events, in add_event() function
277 ret = add_event(evlist, &events, event); in process_events()
/Linux-v5.4/tools/perf/util/
Dparse-events.c352 static int add_event(struct list_head *list, int *idx, in add_event() function
477 return add_event(list, idx, &attr, config_name ? : name, &config_terms); in parse_events_add_cache()
924 return add_event(list, idx, &attr, NULL, NULL); in parse_events_add_breakpoint()
1287 return add_event(list, &parse_state->idx, &attr, in parse_events_add_numeric()
Ddata-convert-bt.c1154 static int add_event(struct ctf_writer *cw, struct evsel *evsel) in add_event() function
1210 ret = add_event(cw, evsel); in setup_events()
/Linux-v5.4/tools/kvm/kvm_stat/
Dkvm_stat364 def add_event(self, event): member in Group
656 group.add_event(Event(name=name,
/Linux-v5.4/tools/lib/traceevent/
Dparse-filter.c231 static int add_event(struct event_list **events, in add_event() function
306 if (add_event(events, event) < 0) { in find_event()
Devent-parse.c817 static int add_event(struct tep_handle *tep, struct tep_event *event) in add_event() function
6337 if (tep && add_event(tep, event)) { in __parse_event()
/Linux-v5.4/net/batman-adv/
Dtranslation-table.c682 goto add_event; in batadv_tt_local_add()
763 add_event: in batadv_tt_local_add()