Home
last modified time | relevance | path

Searched refs:perf_header__push_event (Results 1 – 3 of 3) sorted by relevance

/external/linux-tools-perf/util/
Dheader.h76 int perf_header__push_event(u64 id, const char *name);
Dheader.c33 int perf_header__push_event(u64 id, const char *name) in perf_header__push_event() function
1126 if (perf_header__push_event(event->event_type.event_type.event_id, in perf_event__process_event_type()
/external/linux-tools-perf/
Dbuiltin-record.c868 if (perf_header__push_event(pos->attr.config, event_name(pos))) in cmd_record()