Home
last modified time | relevance | path

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

/tools/perf/util/
Dtrace-event-info.c404 get_tracepoints_path(struct list_head *pattrs) in get_tracepoints_path() argument
410 list_for_each_entry(pos, pattrs, core.node) { in get_tracepoints_path()
441 bool have_tracepoints(struct list_head *pattrs) in have_tracepoints() argument
445 list_for_each_entry(pos, pattrs, core.node) in have_tracepoints()
491 struct tracing_data *tracing_data_get(struct list_head *pattrs, in tracing_data_get() argument
500 tps = get_tracepoints_path(pattrs); in tracing_data_get()
587 int read_tracing_data(int fd, struct list_head *pattrs) in read_tracing_data() argument
596 tdata = tracing_data_get(pattrs, fd, false); in read_tracing_data()
Dtrace-event.h54 int read_tracing_data(int fd, struct list_head *pattrs);
63 struct tracing_data *tracing_data_get(struct list_head *pattrs,