Home | History | Annotate | Download | only in blktrace

Lines Matching defs:tracer

102 	 * Each tracer will have a tracer_devpath_head that it will add new
119 * For piped output to stdout we will have each tracer thread (one per dev)
126 * dp_entries. (When dp_entries is 0, and a tracer adds an entry it will
130 * adb: It may be better just to have a large buffer per tracer per dev,
163 struct tracer {
299 * tracer threads add entries, the main thread takes them off and processes
326 static int (*handle_pfds)(struct tracer *, int, int);
538 static void tracer_wait_unblock(struct tracer *tp)
546 static void tracer_signal_ready(struct tracer *tp,
1456 static inline int net_sendfile_data(struct tracer *tp, struct io_info *iop)
1573 static void close_ios(struct tracer *tp)
1596 static int open_ios(struct tracer *tp)
1662 static int handle_pfds_file(struct tracer *tp, int nevs, int force_read)
1705 static int handle_pfds_netclient(struct tracer *tp, int nevs, int force_read)
1740 static int handle_pfds_entries(struct tracer *tp, int nevs, int force_read)
1782 struct tracer *tp = arg;
1827 struct tracer *tp;
1859 struct tracer *tp = list_entry(p, struct tracer, head);
1872 * Stop the tracing - makes the tracer threads clean up quicker.
1880 * Tell each tracer to quit
1883 struct tracer *tp = list_entry(p, struct tracer, head);
1893 struct tracer *tp = list_entry(p, struct tracer, head);
1911 struct tracer *tp = list_entry(p, struct tracer, head);