Searched refs:pattrs (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/tools/perf/util/ |
D | trace-event-info.c | 402 get_tracepoints_path(struct list_head *pattrs) in get_tracepoints_path() argument 408 list_for_each_entry(pos, pattrs, node) { in get_tracepoints_path() 439 bool have_tracepoints(struct list_head *pattrs) in have_tracepoints() argument 443 list_for_each_entry(pos, pattrs, node) in have_tracepoints() 489 struct tracing_data *tracing_data_get(struct list_head *pattrs, in tracing_data_get() argument 498 tps = get_tracepoints_path(pattrs); in tracing_data_get() 580 int read_tracing_data(int fd, struct list_head *pattrs) in read_tracing_data() argument 589 tdata = tracing_data_get(pattrs, fd, false); in read_tracing_data()
|
D | trace-event.h | 49 int read_tracing_data(int fd, struct list_head *pattrs); 58 struct tracing_data *tracing_data_get(struct list_head *pattrs,
|