Searched refs:pattrs (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/tools/perf/util/ |
D | trace-event-info.c | 396 get_tracepoints_path(struct list_head *pattrs) in get_tracepoints_path() argument 402 list_for_each_entry(pos, pattrs, node) { in get_tracepoints_path() 433 bool have_tracepoints(struct list_head *pattrs) in have_tracepoints() argument 437 list_for_each_entry(pos, pattrs, node) in have_tracepoints() 483 struct tracing_data *tracing_data_get(struct list_head *pattrs, in tracing_data_get() argument 492 tps = get_tracepoints_path(pattrs); in tracing_data_get() 574 int read_tracing_data(int fd, struct list_head *pattrs) in read_tracing_data() argument 583 tdata = tracing_data_get(pattrs, fd, false); in read_tracing_data()
|
D | trace-event.h | 51 int read_tracing_data(int fd, struct list_head *pattrs); 60 struct tracing_data *tracing_data_get(struct list_head *pattrs,
|