Home
last modified time | relevance | path

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

12345

/linux/kernel/trace/
H A 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()
181 struct trace_array *tr = irqsoff_trace; in irqsoff_graph_entry() local
212 struct trace_array *tr = irqsoff_trace; in irqsoff_graph_return() local
265 struct trace_array *tr = irqsoff_trace; in irqsoff_print_header() local
274 __trace_function(struct trace_array *tr, in __trace_function()
[all …]
H A 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()
118 struct trace_array *tr = wakeup_trace; in wakeup_graph_entry() local
148 struct trace_array *tr = wakeup_trace; in wakeup_graph_return() local
218 struct trace_array *tr = wakeup_trace; in wakeup_tracer_call() local
234 static int register_wakeup_function(struct trace_array *tr, int graph, int set) in register_wakeup_function()
253 static void unregister_wakeup_function(struct trace_array *tr, int graph) in unregister_wakeup_function()
266 static int wakeup_function_set(struct trace_array *tr, u32 mask, int set) in wakeup_function_set()
[all …]
H A 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()
105 void ftrace_destroy_function_files(struct trace_array *tr) in ftrace_destroy_function_files()
128 static bool handle_func_repeats(struct trace_array *tr, u32 flags_val) in handle_func_repeats()
140 static int function_trace_init(struct trace_array *tr) in function_trace_init()
167 static void function_trace_reset(struct trace_array *tr) in function_trace_reset()
174 static void function_trace_start(struct trace_array *tr) in function_trace_start()
183 struct trace_array *tr = op->private; in function_trace_call() local
228 struct trace_array *tr = op->private; in function_stack_trace_call() local
[all …]
H A Dtrace.c97 dummy_set_flag(struct trace_array *tr, u32 old_flags, u32 bit, int set) in dummy_set_flag()
505 static __always_inline bool printk_binsafe(struct trace_array *tr) in printk_binsafe()
516 static void update_printk_trace(struct trace_array *tr) in update_printk_trace()
526 void trace_set_ring_buffer_expanded(struct trace_array *tr) in trace_set_ring_buffer_expanded()
537 struct trace_array *tr; in trace_array_get() local
579 int tracing_check_open_get_tr(struct trace_array *tr) in tracing_check_open_get_tr()
1005 static inline void ftrace_trace_stack(struct trace_array *tr, in ftrace_trace_stack()
1038 void tracer_tracing_on(struct trace_array *tr) in tracer_tracing_on()
1085 int __trace_array_puts(struct trace_array *tr, unsigned long ip, in __trace_array_puts()
1154 struct trace_array *tr = READ_ONCE(printk_trace); in __trace_bputs() local
[all …]
H A 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 …]
H A 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()
H A 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()
462 trace_boot_init_one_event(struct trace_array *tr, struct xbc_node *gnode, in trace_boot_init_one_event()
518 trace_boot_init_events(struct trace_array *tr, struct xbc_node *node) in trace_boot_init_events()
554 #define trace_boot_enable_events(tr, node) do {} while (0) argument
555 #define trace_boot_init_events(tr, node) do {} while (0) argument
560 trace_boot_set_ftrace_filter(struct trace_array *tr, struct xbc_node *node) in trace_boot_set_ftrace_filter()
588 #define trace_boot_set_ftrace_filter(tr, node) do {} while (0) argument
592 trace_boot_enable_tracer(struct trace_array *tr, struct xbc_node *node) in trace_boot_enable_tracer()
612 trace_boot_init_one_instance(struct trace_array *tr, struct xbc_node *node) in trace_boot_init_one_instance()
[all …]
H A Dtrace_functions_graph.c101 int __trace_graph_entry(struct trace_array *tr, in __trace_graph_entry()
134 struct trace_array *tr = gops->private; in trace_graph_entry() local
195 __trace_graph_function(struct trace_array *tr, in __trace_graph_function()
215 trace_graph_function(struct trace_array *tr, in trace_graph_function()
222 void __trace_graph_return(struct trace_array *tr, in __trace_graph_return()
245 struct trace_array *tr = gops->private; in trace_graph_return() local
293 int allocate_fgraph_ops(struct trace_array *tr, struct ftrace_ops *ops) in allocate_fgraph_ops()
312 void free_fgraph_ops(struct trace_array *tr) in free_fgraph_ops()
317 __init void init_array_fgraph_ops(struct trace_array *tr, struct ftrace_ops *ops) in init_array_fgraph_ops()
324 static int graph_trace_init(struct trace_array *tr) in graph_trace_init()
[all …]
H A Dtrace_mmiotrace.c28 static void mmio_reset_data(struct trace_array *tr) in mmio_reset_data()
36 static int mmio_trace_init(struct trace_array *tr) in mmio_trace_init()
46 static void mmio_trace_reset(struct trace_array *tr) in mmio_trace_reset()
55 static void mmio_trace_start(struct trace_array *tr) in mmio_trace_start()
293 static void __trace_mmiotrace_rw(struct trace_array *tr, in __trace_mmiotrace_rw()
319 struct trace_array *tr = mmio_trace_array; in mmio_trace_rw() local
324 static void __trace_mmiotrace_map(struct trace_array *tr, in __trace_mmiotrace_map()
350 struct trace_array *tr = mmio_trace_array; in mmio_trace_mapping() local
H A Dtrace_hwlat.c132 struct trace_array *tr = hwlat_trace; in trace_hwlat_sample() local
204 struct trace_array *tr = hwlat_trace; in get_sample() local
317 struct trace_array *tr = hwlat_trace; in move_to_next_cpu() local
421 start_single_kthread(struct trace_array * tr) start_single_kthread() argument
513 struct trace_array *tr = hwlat_trace; hwlat_hotplug_workfn() local
579 start_per_cpu_kthreads(struct trace_array * tr) start_per_cpu_kthreads() argument
683 struct trace_array *tr = hwlat_trace; hwlat_mode_write() local
810 hwlat_tracer_start(struct trace_array * tr) hwlat_tracer_start() argument
822 hwlat_tracer_stop(struct trace_array * tr) hwlat_tracer_stop() argument
830 hwlat_tracer_init(struct trace_array * tr) hwlat_tracer_init() argument
854 hwlat_tracer_reset(struct trace_array * tr) hwlat_tracer_reset() argument
[all...]
H A Dtrace_selftest.c182 static int trace_selftest_ops(struct trace_array *tr, int cnt) in trace_selftest_ops()
357 struct trace_array *tr, in trace_selftest_startup_dynamic_tracing()
572 # define trace_selftest_startup_dynamic_tracing(trace, tr, func) ({ 0; }) argument
691 trace_selftest_startup_function(struct tracer *trace, struct trace_array *tr) in trace_selftest_startup_function()
1059 struct trace_array *tr) in trace_selftest_startup_function_graph()
1192 trace_selftest_startup_irqsoff(struct tracer *trace, struct trace_array *tr) in trace_selftest_startup_irqsoff()
1241 trace_selftest_startup_preemptoff(struct tracer *trace, struct trace_array *tr) in trace_selftest_startup_preemptoff()
1303 trace_selftest_startup_preemptirqsoff(struct tracer *trace, struct trace_array *tr) in trace_selftest_startup_preemptirqsoff()
1404 trace_selftest_startup_nop(struct tracer *trace, struct trace_array *tr) in trace_selftest_startup_nop()
1456 trace_selftest_startup_wakeup(struct tracer *trace, struct trace_array *tr) in trace_selftest_startup_wakeup()
[all …]
H A Dtrace.h211 struct trace_array *tr; member
457 struct trace_array *tr; in top_trace_array() local
549 struct trace_array *tr; member
749 static inline void latency_fsnotify(struct trace_array *tr) { } in latency_fsnotify()
755 static inline void __trace_stack(struct trace_array *tr, unsigned int trace_ctx, in __trace_stack()
777 static inline void ftrace_init_trace_array(struct trace_array *tr) { } in ftrace_init_trace_array()
1073 static inline void free_fgraph_ops(struct trace_array *tr) { } in free_fgraph_ops()
1075 #define init_array_fgraph_ops(tr, ops) do { } while (0) argument
1076 #define allocate_fgraph_ops(tr, ops) ({ 0; }) argument
1095 static inline int ftrace_trace_task(struct trace_array *tr) in ftrace_trace_task()
[all …]
H A Dtrace_syscalls.c130 struct trace_array *tr = iter->tr; in print_syscall_enter() local
293 struct trace_array *tr = data; in ftrace_syscall_enter() local
334 struct trace_array *tr = data; in ftrace_syscall_exit() local
371 struct trace_array *tr = file->tr; in reg_event_syscall_enter() local
392 struct trace_array *tr = file->tr; in unreg_event_syscall_enter() local
409 struct trace_array *tr = file->tr; in reg_event_syscall_exit() local
430 struct trace_array *tr = file->tr; in unreg_event_syscall_exit() local
H A Dtrace_osnoise.c78 struct trace_array *tr; member
93 static int osnoise_instance_registered(struct trace_array *tr) in osnoise_instance_registered() argument
114 static int osnoise_register_instance(struct trace_array *tr) in osnoise_register_instance() argument
141 osnoise_unregister_instance(struct trace_array * tr) osnoise_unregister_instance() argument
1199 struct trace_array *tr; osnoise_stop_exception() local
1361 struct trace_array *tr; osnoise_stop_tracing() local
1399 struct trace_array *tr; notify_new_max_latency() local
2977 osnoise_tracer_start(struct trace_array * tr) osnoise_tracer_start() argument
2995 osnoise_tracer_stop(struct trace_array * tr) osnoise_tracer_stop() argument
3001 osnoise_tracer_init(struct trace_array * tr) osnoise_tracer_init() argument
3016 osnoise_tracer_reset(struct trace_array * tr) osnoise_tracer_reset() argument
3032 timerlat_tracer_start(struct trace_array * tr) timerlat_tracer_start() argument
3052 timerlat_tracer_stop(struct trace_array * tr) timerlat_tracer_stop() argument
3069 timerlat_tracer_init(struct trace_array * tr) timerlat_tracer_init() argument
3090 timerlat_tracer_reset(struct trace_array * tr) timerlat_tracer_reset() argument
[all...]
H A Dtrace_branch.c34 struct trace_array *tr = branch_tracer; in probe_likely_condition() local
102 int enable_branch_tracing(struct trace_array *tr) in enable_branch_tracing()
130 static int branch_trace_init(struct trace_array *tr) in branch_trace_init()
135 static void branch_trace_reset(struct trace_array *tr) in branch_trace_reset()
/linux/drivers/input/touchscreen/
H A 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
/linux/fs/gfs2/
H A 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()
H A Dlog.c93 struct gfs2_trans *tr, struct blk_plug *plug) in gfs2_ail1_start_one()
154 struct gfs2_trans *tr; in dump_ail_list() local
196 struct gfs2_trans *tr; in gfs2_ail1_flush() local
252 struct gfs2_trans *tr; in gfs2_log_update_flush_tail() local
275 static void gfs2_ail_empty_tr(struct gfs2_sbd *sdp, struct gfs2_trans *tr, in gfs2_ail_empty_tr()
297 static int gfs2_ail1_empty_one(struct gfs2_sbd *sdp, struct gfs2_trans *tr, in gfs2_ail1_empty_one()
353 struct gfs2_trans *tr, *s; in gfs2_ail1_empty() local
373 struct gfs2_trans *tr; in gfs2_ail1_wait() local
393 static void __ail2_empty(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in __ail2_empty()
406 struct gfs2_trans *tr, *safe; in ail2_empty() local
[all …]
/linux/kernel/bpf/
H A 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()
526 static int __bpf_trampoline_link_prog(struct bpf_tramp_link *link, struct bpf_trampoline *tr) in __bpf_trampoline_link_prog()
573 int bpf_trampoline_link_prog(struct bpf_tramp_link *link, struct bpf_trampoline *tr) in bpf_trampoline_link_prog()
583 static int __bpf_trampoline_unlink_prog(struct bpf_tramp_link *link, struct bpf_trampoline *tr) in __bpf_trampoline_unlink_prog()
[all …]
/linux/drivers/media/radio/
H A 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
H A 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
/linux/drivers/mtd/
H A Dmtd_blkdevs.c45 static blk_status_t do_blktrans_request(struct mtd_blktrans_ops *tr, in do_blktrans_request()
124 struct mtd_blktrans_ops *tr = dev->tr; in mtd_blktrans_work() local
278 struct mtd_blktrans_ops *tr = new->tr; in add_mtd_blktrans_dev() local
446 struct mtd_blktrans_ops *tr; in blktrans_notify_remove() local
457 struct mtd_blktrans_ops *tr; in blktrans_notify_add() local
471 int register_mtd_blktrans(struct mtd_blktrans_ops *tr) in register_mtd_blktrans()
505 int deregister_mtd_blktrans(struct mtd_blktrans_ops *tr) in deregister_mtd_blktrans()
/linux/include/linux/
H A Dtrace.h41 #define trace_array_puts(tr, str) \ argument
75 static inline int trace_array_printk(struct trace_array *tr, unsigned long ip, in trace_array_printk()
80 static inline int trace_array_init_printk(struct trace_array *tr) in trace_array_init_printk()
84 static inline void trace_array_put(struct trace_array *tr) in trace_array_put()
91 static inline int trace_array_destroy(struct trace_array *tr) in trace_array_destroy()
/linux/drivers/net/ethernet/toshiba/
H A Dtc35815.c505 struct tc35815_regs __iomem *tr = in tc_mdio_read() local
522 struct tc35815_regs __iomem *tr = in tc_mdio_write() local
548 struct tc35815_regs __iomem *tr = in tc_handle_link_change() local
725 struct tc35815_regs __iomem *tr = in tc35815_init_dev_addr() local
1183 struct tc35815_regs __iomem *tr = in tc35815_schedule_restart() local
1197 struct tc35815_regs __iomem *tr = in tc35815_tx_timeout() local
1312 struct tc35815_regs __iomem *tr = in tc35815_send_packet() local
1432 struct tc35815_regs __iomem *tr = in tc35815_interrupt() local
1621 struct tc35815_regs __iomem *tr = in tc35815_poll() local
1695 struct tc35815_regs __iomem *tr = in tc35815_check_tx_stat() local
[all …]
/linux/drivers/s390/crypto/
H A Dzcrypt_api.c638 struct zcrypt_track *tr, in zcrypt_rsa_modexpo()
742 struct zcrypt_track *tr, in zcrypt_rsa_crt()
846 struct zcrypt_track *tr, in _zcrypt_send_cprb()
977 struct zcrypt_track tr; in zcrypt_send_cprb() local
1028 struct zcrypt_track *tr, in _zcrypt_send_ep11_cprb()
1179 struct zcrypt_track tr; in zcrypt_send_ep11_cprb() local
1466 struct zcrypt_track tr; in icarsamodexpo_ioctl() local
1495 struct zcrypt_track tr; in icarsacrt_ioctl() local
1525 struct zcrypt_track tr; in zsecsendcprb_ioctl() local
1555 struct zcrypt_track tr; in zsendep11cprb_ioctl() local
[all …]

12345