Searched refs:tr (Results 1 – 6 of 6) sorted by relevance
/include/linux/ |
D | trace.h | 41 #define trace_array_puts(tr, str) \ argument 43 str ? __trace_array_puts(tr, _THIS_IP_, str, strlen(str)) : -1; \ 45 int __trace_array_puts(struct trace_array *tr, unsigned long ip, 50 int trace_array_printk(struct trace_array *tr, unsigned long ip, 52 int trace_array_init_printk(struct trace_array *tr); 53 void trace_array_put(struct trace_array *tr); 55 int trace_array_destroy(struct trace_array *tr); 75 static inline int trace_array_printk(struct trace_array *tr, unsigned long ip, in trace_array_printk() argument 80 static inline int trace_array_init_printk(struct trace_array *tr) in trace_array_init_printk() argument 84 static inline void trace_array_put(struct trace_array *tr) in trace_array_put() argument [all …]
|
D | trace_events.h | 82 struct trace_array *tr; member 629 struct trace_array *tr; member 802 int ftrace_set_clr_event(struct trace_array *tr, char *buf, int set); 804 int trace_array_set_clr_event(struct trace_array *tr, const char *system,
|
D | bpf.h | 686 int arch_prepare_bpf_trampoline(struct bpf_tramp_image *tr, void *image, void *image_end, 695 void notrace __bpf_tramp_enter(struct bpf_tramp_image *tr); 696 void notrace __bpf_tramp_exit(struct bpf_tramp_image *tr); 788 int bpf_trampoline_link_prog(struct bpf_prog *prog, struct bpf_trampoline *tr); 789 int bpf_trampoline_unlink_prog(struct bpf_prog *prog, struct bpf_trampoline *tr); 792 void bpf_trampoline_put(struct bpf_trampoline *tr); 840 struct bpf_trampoline *tr) in bpf_trampoline_link_prog() argument 845 struct bpf_trampoline *tr) in bpf_trampoline_unlink_prog() argument 854 static inline void bpf_trampoline_put(struct bpf_trampoline *tr) {} in bpf_trampoline_put() argument
|
D | kvm_host.h | 1133 struct kvm_translation *tr);
|
/include/linux/mtd/ |
D | blktrans.h | 20 struct mtd_blktrans_ops *tr; member 66 void (*add_mtd)(struct mtd_blktrans_ops *tr, struct mtd_info *mtd); 74 extern int register_mtd_blktrans(struct mtd_blktrans_ops *tr); 75 extern int deregister_mtd_blktrans(struct mtd_blktrans_ops *tr);
|
/include/trace/hooks/ |
D | binder.h | 45 struct binder_thread *thread, struct binder_transaction_data *tr), 46 TP_ARGS(target_proc, proc, thread, tr), 1); 92 struct binder_thread *thread, struct binder_transaction_data *tr), 93 TP_ARGS(target_proc, proc, thread, tr)); 96 struct binder_thread *thread, struct binder_transaction_data *tr), 97 TP_ARGS(target_proc, proc, thread, tr)); 99 TP_PROTO(struct binder_transaction_data *tr, struct binder_transaction *t, 101 TP_ARGS(tr, t, proc));
|