Home
last modified time | relevance | path

Searched refs:have_tracepoints (Results 1 – 4 of 4) sorted by relevance

/tools/perf/util/
Dparse-events.h30 bool have_tracepoints(struct list_head *evlist);
Dtrace-event-info.c441 bool have_tracepoints(struct list_head *pattrs) in have_tracepoints() function
Dsynthetic-events.c2222 if (have_tracepoints(&evlist->core.entries)) { in perf_event__synthesize_for_pipe()
/tools/perf/
Dbuiltin-record.c1209 if (!have_tracepoints(&rec->evlist->core.entries)) in record__init_features()