Searched refs:pattrs (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/tools/perf/util/
H A Dtrace-event-info.c396 get_tracepoints_path(struct list_head *pattrs) get_tracepoints_path() argument
402 list_for_each_entry(pos, pattrs, node) { list_for_each_entry()
433 bool have_tracepoints(struct list_head *pattrs) have_tracepoints() argument
437 list_for_each_entry(pos, pattrs, node) have_tracepoints()
483 struct tracing_data *tracing_data_get(struct list_head *pattrs, tracing_data_get() argument
492 tps = get_tracepoints_path(pattrs); tracing_data_get()
574 int read_tracing_data(int fd, struct list_head *pattrs) read_tracing_data() argument
583 tdata = tracing_data_get(pattrs, fd, false); read_tracing_data()
H A Dtrace-event.h51 int read_tracing_data(int fd, struct list_head *pattrs);
60 struct tracing_data *tracing_data_get(struct list_head *pattrs,

Completed in 99 milliseconds