Home
last modified time | relevance | path

Searched defs:tr (Results 1 – 25 of 232) sorted by relevance

12345678910

/kernel/linux/linux-6.6/kernel/trace/
Dtrace_sched_wakeup.c44 # define is_graph(tr) ((tr)->trace_flags & TRACE_ITER_DISPLAY_GRAPH) argument
46 # define is_graph(tr) false argument
68 func_prolog_preempt_disable(struct trace_array *tr, in func_prolog_preempt_disable()
102 static int wakeup_display_graph(struct trace_array *tr, int set) in wakeup_display_graph()
117 struct trace_array *tr = wakeup_trace; in wakeup_graph_entry() local
146 struct trace_array *tr = wakeup_trace; in wakeup_graph_return() local
216 struct trace_array *tr = wakeup_trace; in wakeup_tracer_call() local
232 static int register_wakeup_function(struct trace_array *tr, int graph, int set) in register_wakeup_function()
251 static void unregister_wakeup_function(struct trace_array *tr, int graph) in unregister_wakeup_function()
264 static int wakeup_function_set(struct trace_array *tr, u32 mask, int set) in wakeup_function_set()
[all …]
Dtrace_irqsoff.c66 # define is_graph(tr) ((tr)->trace_flags & TRACE_ITER_DISPLAY_GRAPH) argument
68 static inline int irqsoff_display_graph(struct trace_array *tr, int set) in irqsoff_display_graph()
72 # define is_graph(tr) false argument
99 static int func_prolog_dec(struct trace_array *tr, in func_prolog_dec()
143 struct trace_array *tr = irqsoff_trace; in irqsoff_tracer_call() local
160 static int irqsoff_display_graph(struct trace_array *tr, int set) in irqsoff_display_graph()
180 struct trace_array *tr = irqsoff_trace; in irqsoff_graph_entry() local
210 struct trace_array *tr = irqsoff_trace; in irqsoff_graph_return() local
263 struct trace_array *tr = irqsoff_trace; in irqsoff_print_header() local
272 __trace_function(struct trace_array *tr, in __trace_function()
[all …]
Dtrace_functions.c52 int ftrace_allocate_ftrace_ops(struct trace_array *tr) in ftrace_allocate_ftrace_ops()
74 void ftrace_free_ftrace_ops(struct trace_array *tr) in ftrace_free_ftrace_ops()
80 int ftrace_create_function_files(struct trace_array *tr, in ftrace_create_function_files()
98 void ftrace_destroy_function_files(struct trace_array *tr) in ftrace_destroy_function_files()
120 static bool handle_func_repeats(struct trace_array *tr, u32 flags_val) in handle_func_repeats()
132 static int function_trace_init(struct trace_array *tr) in function_trace_init()
159 static void function_trace_reset(struct trace_array *tr) in function_trace_reset()
166 static void function_trace_start(struct trace_array *tr) in function_trace_start()
175 struct trace_array *tr = op->private; in function_trace_call() local
220 struct trace_array *tr = op->private; in function_stack_trace_call() local
[all …]
Dtrace.c104 dummy_set_flag(struct trace_array *tr, u32 old_flags, u32 bit, int set) in dummy_set_flag()
498 struct trace_array *tr; in trace_array_get() local
540 int tracing_check_open_get_tr(struct trace_array *tr) in tracing_check_open_get_tr()
966 static inline void ftrace_trace_stack(struct trace_array *tr, in ftrace_trace_stack()
999 void tracer_tracing_on(struct trace_array *tr) in tracer_tracing_on()
1046 int __trace_array_puts(struct trace_array *tr, unsigned long ip, in __trace_array_puts()
1152 static void tracing_snapshot_instance_cond(struct trace_array *tr, in tracing_snapshot_instance_cond()
1183 void tracing_snapshot_instance(struct trace_array *tr) in tracing_snapshot_instance()
1204 struct trace_array *tr = &global_trace; in tracing_snapshot() local
1223 void tracing_snapshot_cond(struct trace_array *tr, void *cond_data) in tracing_snapshot_cond()
[all …]
Dtrace_nop.c37 static void start_nop_trace(struct trace_array *tr) in start_nop_trace()
42 static void stop_nop_trace(struct trace_array *tr) in stop_nop_trace()
47 static int nop_trace_init(struct trace_array *tr) in nop_trace_init()
54 static void nop_trace_reset(struct trace_array *tr) in nop_trace_reset()
64 static int nop_set_flag(struct trace_array *tr, u32 old_flags, u32 bit, int set) in nop_set_flag()
Dtrace_events.c72 #define do_for_each_event_file(tr, file) \ argument
76 #define do_for_each_event_file_safe(tr, file) \ argument
478 struct trace_array *tr = trace_file->tr; in trace_event_ignore_this_pid() local
568 struct trace_array *tr; in trace_event_enable_cmd_record() local
590 struct trace_array *tr; in trace_event_enable_tgid_record() local
613 struct trace_array *tr = file->tr; in __ftrace_event_enable_disable() local
733 static void ftrace_clear_events(struct trace_array *tr) in ftrace_clear_events()
748 struct trace_array *tr = data; in event_filter_pid_sched_process_exit() local
763 struct trace_array *tr = data; in event_filter_pid_sched_process_fork() local
772 void trace_event_follow_fork(struct trace_array *tr, bool enable) in trace_event_follow_fork()
[all …]
/kernel/linux/linux-5.10/kernel/trace/
Dtrace_irqsoff.c66 # define is_graph(tr) ((tr)->trace_flags & TRACE_ITER_DISPLAY_GRAPH) argument
68 static inline int irqsoff_display_graph(struct trace_array *tr, int set) in irqsoff_display_graph()
72 # define is_graph(tr) false argument
99 static int func_prolog_dec(struct trace_array *tr, in func_prolog_dec()
143 struct trace_array *tr = irqsoff_trace; in irqsoff_tracer_call() local
157 static int irqsoff_display_graph(struct trace_array *tr, int set) in irqsoff_display_graph()
177 struct trace_array *tr = irqsoff_trace; in irqsoff_graph_entry() local
207 struct trace_array *tr = irqsoff_trace; in irqsoff_graph_return() local
260 struct trace_array *tr = irqsoff_trace; in irqsoff_print_header() local
269 __trace_function(struct trace_array *tr, in __trace_function()
[all …]
Dtrace_sched_wakeup.c44 # define is_graph(tr) ((tr)->trace_flags & TRACE_ITER_DISPLAY_GRAPH) argument
46 # define is_graph(tr) false argument
68 func_prolog_preempt_disable(struct trace_array *tr, in func_prolog_preempt_disable()
102 static int wakeup_display_graph(struct trace_array *tr, int set) in wakeup_display_graph()
117 struct trace_array *tr = wakeup_trace; in wakeup_graph_entry() local
147 struct trace_array *tr = wakeup_trace; in wakeup_graph_return() local
219 struct trace_array *tr = wakeup_trace; in wakeup_tracer_call() local
235 static int register_wakeup_function(struct trace_array *tr, int graph, int set) in register_wakeup_function()
254 static void unregister_wakeup_function(struct trace_array *tr, int graph) in unregister_wakeup_function()
267 static int wakeup_function_set(struct trace_array *tr, u32 mask, int set) in wakeup_function_set()
[all …]
Dtrace_functions.c37 int ftrace_allocate_ftrace_ops(struct trace_array *tr) in ftrace_allocate_ftrace_ops()
59 void ftrace_free_ftrace_ops(struct trace_array *tr) in ftrace_free_ftrace_ops()
65 int ftrace_create_function_files(struct trace_array *tr, in ftrace_create_function_files()
83 void ftrace_destroy_function_files(struct trace_array *tr) in ftrace_destroy_function_files()
89 static int function_trace_init(struct trace_array *tr) in function_trace_init()
118 static void function_trace_reset(struct trace_array *tr) in function_trace_reset()
125 static void function_trace_start(struct trace_array *tr) in function_trace_start()
134 struct trace_array *tr = op->private; in function_trace_call() local
185 struct trace_array *tr = op->private; in function_stack_trace_call() local
226 static void tracing_start_function_trace(struct trace_array *tr) in tracing_start_function_trace()
[all …]
Dtrace_boot.c25 trace_boot_set_instance_options(struct trace_array *tr, struct xbc_node *node) in trace_boot_set_instance_options()
83 trace_boot_enable_events(struct trace_array *tr, struct xbc_node *node) in trace_boot_enable_events()
175 trace_boot_init_one_event(struct trace_array *tr, struct xbc_node *gnode, in trace_boot_init_one_event()
228 trace_boot_init_events(struct trace_array *tr, struct xbc_node *node) in trace_boot_init_events()
241 #define trace_boot_enable_events(tr, node) do {} while (0) argument
242 #define trace_boot_init_events(tr, node) do {} while (0) argument
247 trace_boot_set_ftrace_filter(struct trace_array *tr, struct xbc_node *node) in trace_boot_set_ftrace_filter()
275 #define trace_boot_set_ftrace_filter(tr, node) do {} while (0) argument
279 trace_boot_enable_tracer(struct trace_array *tr, struct xbc_node *node) in trace_boot_enable_tracer()
299 trace_boot_init_one_instance(struct trace_array *tr, struct xbc_node *node) in trace_boot_init_one_instance()
[all …]
Dtrace_events.c64 #define do_for_each_event_file(tr, file) \ argument
68 #define do_for_each_event_file_safe(tr, file) \ argument
235 struct trace_array *tr = trace_file->tr; in trace_event_ignore_this_pid() local
328 struct trace_array *tr; in trace_event_enable_cmd_record() local
350 struct trace_array *tr; in trace_event_enable_tgid_record() local
373 struct trace_array *tr = file->tr; in __ftrace_event_enable_disable() local
493 static void ftrace_clear_events(struct trace_array *tr) in ftrace_clear_events()
508 struct trace_array *tr = data; in event_filter_pid_sched_process_exit() local
523 struct trace_array *tr = data; in event_filter_pid_sched_process_fork() local
532 void trace_event_follow_fork(struct trace_array *tr, bool enable) in trace_event_follow_fork()
[all …]
Dtrace.c97 dummy_set_flag(struct trace_array *tr, u32 old_flags, u32 bit, int set) in dummy_set_flag()
437 struct trace_array *tr; in trace_array_get() local
478 int tracing_check_open_get_tr(struct trace_array *tr) in tracing_check_open_get_tr()
925 static inline void ftrace_trace_stack(struct trace_array *tr, in ftrace_trace_stack()
958 void tracer_tracing_on(struct trace_array *tr) in tracer_tracing_on()
1105 static void tracing_snapshot_instance_cond(struct trace_array *tr, in tracing_snapshot_instance_cond()
1136 void tracing_snapshot_instance(struct trace_array *tr) in tracing_snapshot_instance()
1157 struct trace_array *tr = &global_trace; in tracing_snapshot() local
1176 void tracing_snapshot_cond(struct trace_array *tr, void *cond_data) in tracing_snapshot_cond()
1196 void *tracing_cond_snapshot_data(struct trace_array *tr) in tracing_cond_snapshot_data()
[all …]
Dtrace_nop.c37 static void start_nop_trace(struct trace_array *tr) in start_nop_trace()
42 static void stop_nop_trace(struct trace_array *tr) in stop_nop_trace()
47 static int nop_trace_init(struct trace_array *tr) in nop_trace_init()
54 static void nop_trace_reset(struct trace_array *tr) in nop_trace_reset()
64 static int nop_set_flag(struct trace_array *tr, u32 old_flags, u32 bit, int set) in nop_set_flag()
/kernel/linux/linux-5.10/drivers/input/touchscreen/
Dtouchright.c45 struct tr { struct
46 struct input_dev *dev; argument
47 struct serio *serio; argument
56 struct tr *tr = serio_get_drvdata(serio); in tr_interrupt() argument
83 struct tr *tr = serio_get_drvdata(serio); in tr_disconnect() local
101 struct tr *tr; in tr_connect() local
/kernel/linux/linux-6.6/drivers/input/touchscreen/
Dtouchright.c45 struct tr { struct
46 struct input_dev *dev; argument
47 struct serio *serio; argument
56 struct tr *tr = serio_get_drvdata(serio); in tr_interrupt() argument
83 struct tr *tr = serio_get_drvdata(serio); in tr_disconnect() local
101 struct tr *tr; in tr_connect() local
/kernel/linux/linux-5.10/fs/gfs2/
Dtrans.c28 static void gfs2_print_trans(struct gfs2_sbd *sdp, const struct gfs2_trans *tr) in gfs2_print_trans()
43 struct gfs2_trans *tr; in gfs2_trans_begin() local
93 struct gfs2_trans *tr = current->journal_info; in gfs2_trans_end() local
159 struct gfs2_trans *tr = current->journal_info; in gfs2_trans_add_data() local
200 struct gfs2_trans *tr = current->journal_info; in gfs2_trans_add_meta() local
256 struct gfs2_trans *tr = current->journal_info; in gfs2_trans_add_revoke() local
267 struct gfs2_trans *tr = current->journal_info; in gfs2_trans_remove_revoke() local
287 void gfs2_trans_free(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in gfs2_trans_free()
Dlog.c92 struct gfs2_trans *tr) in gfs2_ail1_start_one()
147 struct gfs2_trans *tr; in dump_ail_list() local
189 struct gfs2_trans *tr; in gfs2_ail1_flush() local
252 static int gfs2_ail1_empty_one(struct gfs2_sbd *sdp, struct gfs2_trans *tr, in gfs2_ail1_empty_one()
307 struct gfs2_trans *tr, *s; in gfs2_ail1_empty() local
331 struct gfs2_trans *tr; in gfs2_ail1_wait() local
355 static void gfs2_ail_empty_tr(struct gfs2_sbd *sdp, struct gfs2_trans *tr, in gfs2_ail_empty_tr()
370 struct gfs2_trans *tr, *safe; in ail2_empty() local
539 struct gfs2_trans *tr = sdp->sd_log_tr; in calc_reserved() local
560 struct gfs2_trans *tr; in current_tail() local
[all …]
/kernel/linux/linux-6.6/fs/gfs2/
Dtrans.c28 static void gfs2_print_trans(struct gfs2_sbd *sdp, const struct gfs2_trans *tr) in gfs2_print_trans()
40 int __gfs2_trans_begin(struct gfs2_trans *tr, struct gfs2_sbd *sdp, in __gfs2_trans_begin()
112 struct gfs2_trans *tr; in gfs2_trans_begin() local
126 struct gfs2_trans *tr = current->journal_info; in gfs2_trans_end() local
194 struct gfs2_trans *tr = current->journal_info; in gfs2_trans_add_data() local
236 struct gfs2_trans *tr = current->journal_info; in gfs2_trans_add_meta() local
296 struct gfs2_trans *tr = current->journal_info; in gfs2_trans_add_revoke() local
326 void gfs2_trans_free(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in gfs2_trans_free()
Dlog.c102 struct gfs2_trans *tr, struct blk_plug *plug) in gfs2_ail1_start_one()
162 struct gfs2_trans *tr; in dump_ail_list() local
204 struct gfs2_trans *tr; in gfs2_ail1_flush() local
260 struct gfs2_trans *tr; in gfs2_log_update_flush_tail() local
283 static void gfs2_ail_empty_tr(struct gfs2_sbd *sdp, struct gfs2_trans *tr, in gfs2_ail_empty_tr()
305 static int gfs2_ail1_empty_one(struct gfs2_sbd *sdp, struct gfs2_trans *tr, in gfs2_ail1_empty_one()
360 struct gfs2_trans *tr, *s; in gfs2_ail1_empty() local
385 struct gfs2_trans *tr; in gfs2_ail1_wait() local
405 static void __ail2_empty(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in __ail2_empty()
418 struct gfs2_trans *tr, *safe; in ail2_empty() local
[all …]
/kernel/linux/linux-5.10/kernel/bpf/
Dtrampoline.c62 struct bpf_trampoline *tr; in bpf_trampoline_lookup() local
102 static int unregister_fentry(struct bpf_trampoline *tr, void *old_addr) in unregister_fentry()
114 static int modify_fentry(struct bpf_trampoline *tr, void *old_addr, void *new_addr) in modify_fentry()
127 static int register_fentry(struct bpf_trampoline *tr, void *new_addr) in register_fentry()
145 bpf_trampoline_get_progs(const struct bpf_trampoline *tr, int *total) in bpf_trampoline_get_progs()
301 static int bpf_trampoline_update(struct bpf_trampoline *tr) in bpf_trampoline_update()
377 int bpf_trampoline_link_prog(struct bpf_prog *prog, struct bpf_trampoline *tr) in bpf_trampoline_link_prog()
429 int bpf_trampoline_unlink_prog(struct bpf_prog *prog, struct bpf_trampoline *tr) in bpf_trampoline_unlink_prog()
454 struct bpf_trampoline *tr; in bpf_trampoline_get() local
471 void bpf_trampoline_put(struct bpf_trampoline *tr) in bpf_trampoline_put()
[all …]
/kernel/linux/linux-6.6/kernel/bpf/
Dtrampoline.c37 struct bpf_trampoline *tr = ops->private; in bpf_tramp_ftrace_ops_func() local
136 struct bpf_trampoline *tr; in bpf_trampoline_lookup() local
174 static int unregister_fentry(struct bpf_trampoline *tr, void *old_addr) in unregister_fentry()
187 static int modify_fentry(struct bpf_trampoline *tr, void *old_addr, void *new_addr, in modify_fentry()
205 static int register_fentry(struct bpf_trampoline *tr, void *new_addr) in register_fentry()
229 bpf_trampoline_get_progs(const struct bpf_trampoline *tr, int *total, bool *ip_arg) in bpf_trampoline_get_progs()
393 static int bpf_trampoline_update(struct bpf_trampoline *tr, bool lock_direct_mutex) in bpf_trampoline_update()
513 static int __bpf_trampoline_link_prog(struct bpf_tramp_link *link, struct bpf_trampoline *tr) in __bpf_trampoline_link_prog()
560 int bpf_trampoline_link_prog(struct bpf_tramp_link *link, struct bpf_trampoline *tr) in bpf_trampoline_link_prog()
570 static int __bpf_trampoline_unlink_prog(struct bpf_tramp_link *link, struct bpf_trampoline *tr) in __bpf_trampoline_unlink_prog()
[all …]
/kernel/linux/linux-5.10/drivers/media/radio/
Dradio-trust.c58 struct trust *tr = kzalloc(sizeof(*tr), GFP_KERNEL); in trust_alloc() local
73 static void write_i2c(struct trust *tr, int n, ...) in write_i2c()
121 struct trust *tr = container_of(isa, struct trust, isa); in trust_s_mute_volume() local
131 struct trust *tr = container_of(isa, struct trust, isa); in trust_s_stereo() local
149 struct trust *tr = container_of(isa, struct trust, isa); in trust_s_frequency() local
166 struct trust *tr = container_of(isa, struct trust, isa); in trust_s_ctrl() local
185 struct trust *tr = container_of(isa, struct trust, isa); in trust_initialize() local
Dradio-timb.c43 struct timbradio *tr = video_drvdata(file); in timbradio_vidioc_g_tuner() local
50 struct timbradio *tr = video_drvdata(file); in timbradio_vidioc_s_tuner() local
57 struct timbradio *tr = video_drvdata(file); in timbradio_vidioc_s_frequency() local
64 struct timbradio *tr = video_drvdata(file); in timbradio_vidioc_g_frequency() local
90 struct timbradio *tr; in timbradio_probe() local
156 struct timbradio *tr = platform_get_drvdata(pdev); in timbradio_remove() local
/kernel/linux/linux-6.6/drivers/media/radio/
Dradio-trust.c58 struct trust *tr = kzalloc(sizeof(*tr), GFP_KERNEL); in trust_alloc() local
73 static void write_i2c(struct trust *tr, int n, ...) in write_i2c()
121 struct trust *tr = container_of(isa, struct trust, isa); in trust_s_mute_volume() local
131 struct trust *tr = container_of(isa, struct trust, isa); in trust_s_stereo() local
149 struct trust *tr = container_of(isa, struct trust, isa); in trust_s_frequency() local
166 struct trust *tr = container_of(isa, struct trust, isa); in trust_s_ctrl() local
185 struct trust *tr = container_of(isa, struct trust, isa); in trust_initialize() local
Dradio-timb.c43 struct timbradio *tr = video_drvdata(file); in timbradio_vidioc_g_tuner() local
50 struct timbradio *tr = video_drvdata(file); in timbradio_vidioc_s_tuner() local
57 struct timbradio *tr = video_drvdata(file); in timbradio_vidioc_s_frequency() local
64 struct timbradio *tr = video_drvdata(file); in timbradio_vidioc_g_frequency() local
90 struct timbradio *tr; in timbradio_probe() local
156 struct timbradio *tr = platform_get_drvdata(pdev); in timbradio_remove() local

12345678910