| /linux/kernel/trace/ | 
| H A D | trace_irqsoff.c | 66 # define is_graph(tr) ((tr)->trace_flags & TRACE_ITER_DISPLAY_GRAPH)  argument68 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()
 182 	struct trace_array *tr = irqsoff_trace;  in irqsoff_graph_entry()  local
 219 	struct trace_array *tr = irqsoff_trace;  in irqsoff_graph_return()  local
 277 	struct trace_array *tr = irqsoff_trace;  in irqsoff_print_header()  local
 286 __trace_function(struct trace_array *tr,  in __trace_function()
 [all …]
 
 | 
| H A D | trace_sched_wakeup.c | 44 # define is_graph(tr) ((tr)->trace_flags & TRACE_ITER_DISPLAY_GRAPH)  argument46 # 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()
 119 	struct trace_array *tr = wakeup_trace;  in wakeup_graph_entry()  local
 155 	struct trace_array *tr = wakeup_trace;  in wakeup_graph_return()  local
 230 	struct trace_array *tr = wakeup_trace;  in wakeup_tracer_call()  local
 246 static int register_wakeup_function(struct trace_array *tr, int graph, int set)  in register_wakeup_function()
 265 static void unregister_wakeup_function(struct trace_array *tr, int graph)  in unregister_wakeup_function()
 278 static int wakeup_function_set(struct trace_array *tr, u32 mask, int set)  in wakeup_function_set()
 [all …]
 
 | 
| H A D | trace_functions.c | 56 int ftrace_allocate_ftrace_ops(struct trace_array *tr)  in ftrace_allocate_ftrace_ops()78 void ftrace_free_ftrace_ops(struct trace_array *tr)  in ftrace_free_ftrace_ops()
 84 int ftrace_create_function_files(struct trace_array *tr,  in ftrace_create_function_files()
 109 void ftrace_destroy_function_files(struct trace_array *tr)  in ftrace_destroy_function_files()
 134 static bool handle_func_repeats(struct trace_array *tr, u32 flags_val)  in handle_func_repeats()
 146 static int function_trace_init(struct trace_array *tr)  in function_trace_init()
 173 static void function_trace_reset(struct trace_array *tr)  in function_trace_reset()
 180 static void function_trace_start(struct trace_array *tr)  in function_trace_start()
 211 	struct trace_array *tr = op->private;  in function_trace_call()  local
 235 	struct trace_array *tr = op->private;  in function_args_trace_call()  local
 [all …]
 
 | 
| H A D | trace.c | 102 dummy_set_flag(struct trace_array *tr, u32 old_flags, u32 bit, int set)  in dummy_set_flag()545 static __always_inline bool printk_binsafe(struct trace_array *tr)  in printk_binsafe()
 556 static void update_printk_trace(struct trace_array *tr)  in update_printk_trace()
 567 static bool update_marker_trace(struct trace_array *tr, int enabled)  in update_marker_trace()
 588 void trace_set_ring_buffer_expanded(struct trace_array *tr)  in trace_set_ring_buffer_expanded()
 599 	struct trace_array *tr;  in trace_array_get()  local
 637 int tracing_check_open_get_tr(struct trace_array *tr)  in tracing_check_open_get_tr()
 1049 static inline void __ftrace_trace_stack(struct trace_array *tr,  in __ftrace_trace_stack()
 1055 static inline void ftrace_trace_stack(struct trace_array *tr,  in ftrace_trace_stack()
 1088 void tracer_tracing_on(struct trace_array *tr)  in tracer_tracing_on()
 [all …]
 
 | 
| H A D | trace_events.c | 72 #define do_for_each_event_file(tr, file)			\  argument76 #define do_for_each_event_file_safe(tr, file)			\  argument
 634 	struct trace_array *tr = trace_file->tr;  in trace_event_ignore_this_pid()  local
 725 	struct trace_array *tr;  in trace_event_enable_cmd_record()  local
 747 	struct trace_array *tr;  in trace_event_enable_tgid_record()  local
 770 	struct trace_array *tr = file->tr;  in __ftrace_event_enable_disable()  local
 912 static void clear_mod_events(struct trace_array *tr)  in clear_mod_events()
 921 static int remove_cache_mod(struct trace_array *tr, const char *mod,  in remove_cache_mod()
 949 static int cache_mod(struct trace_array *tr, const char *mod, int set,  in cache_mod()
 999 static inline void clear_mod_events(struct trace_array *tr) { }  in clear_mod_events()
 [all …]
 
 | 
| H A D | trace_nop.c | 37 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 D | trace_boot.c | 25 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 D | trace_functions_graph.c | 124 static int __graph_entry(struct trace_array *tr, struct ftrace_graph_ent *trace,  in __graph_entry()154 int __trace_graph_entry(struct trace_array *tr,  in __trace_graph_entry()
 162 int __trace_graph_retaddr_entry(struct trace_array *tr,  in __trace_graph_retaddr_entry()
 184 int __trace_graph_retaddr_entry(struct trace_array *tr,  in __trace_graph_retaddr_entry()
 211 	struct trace_array *tr = gops->private;  in graph_entry()  local
 291 __trace_graph_function(struct trace_array *tr,  in __trace_graph_function()
 309 trace_graph_function(struct trace_array *tr,  in trace_graph_function()
 316 void __trace_graph_return(struct trace_array *tr,  in __trace_graph_return()
 350 	struct trace_array *tr = gops->private;  in trace_graph_return()  local
 409 int allocate_fgraph_ops(struct trace_array *tr, struct ftrace_ops *ops)  in allocate_fgraph_ops()
 [all …]
 
 | 
| H A D | trace_mmiotrace.c | 28 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()
 316 	struct trace_array *tr = mmio_trace_array;  in mmio_trace_rw()  local
 320 static void __trace_mmiotrace_map(struct trace_array *tr,  in __trace_mmiotrace_map()
 343 	struct trace_array *tr = mmio_trace_array;  in mmio_trace_mapping()  local
 
 | 
| H A D | trace_hwlat.c | 132 	struct trace_array *tr = hwlat_trace;  in trace_hwlat_sample()  local202 	struct trace_array *tr = hwlat_trace;  in get_sample()  local
 315 	struct trace_array *tr = hwlat_trace;  in move_to_next_cpu()  local
 416 static int start_single_kthread(struct trace_array *tr)  in start_single_kthread()
 508 	struct trace_array *tr = hwlat_trace;  in hwlat_hotplug_workfn()  local
 576 static int start_per_cpu_kthreads(struct trace_array *tr)  in start_per_cpu_kthreads()
 680 	struct trace_array *tr = hwlat_trace;  in hwlat_mode_write()  local
 807 static void hwlat_tracer_start(struct trace_array *tr)  in hwlat_tracer_start()
 819 static void hwlat_tracer_stop(struct trace_array *tr)  in hwlat_tracer_stop()
 827 static int hwlat_tracer_init(struct trace_array *tr)  in hwlat_tracer_init()
 [all …]
 
 | 
| H A D | trace_selftest.c | 183 static int trace_selftest_ops(struct trace_array *tr, int cnt)  in trace_selftest_ops()358 						  struct trace_array *tr,  in trace_selftest_startup_dynamic_tracing()
 573 # define trace_selftest_startup_dynamic_tracing(trace, tr, func) ({ 0; })  argument
 692 trace_selftest_startup_function(struct tracer *trace, struct trace_array *tr)  in trace_selftest_startup_function()
 1063 					struct trace_array *tr)  in trace_selftest_startup_function_graph()
 1196 trace_selftest_startup_irqsoff(struct tracer *trace, struct trace_array *tr)  in trace_selftest_startup_irqsoff()
 1245 trace_selftest_startup_preemptoff(struct tracer *trace, struct trace_array *tr)  in trace_selftest_startup_preemptoff()
 1307 trace_selftest_startup_preemptirqsoff(struct tracer *trace, struct trace_array *tr)  in trace_selftest_startup_preemptirqsoff()
 1408 trace_selftest_startup_nop(struct tracer *trace, struct trace_array *tr)  in trace_selftest_startup_nop()
 1460 trace_selftest_startup_wakeup(struct tracer *trace, struct trace_array *tr)  in trace_selftest_startup_wakeup()
 [all …]
 
 | 
| H A D | trace.h | 212 	struct trace_array		*tr;  member485 	struct trace_array *tr;  in top_trace_array()  local
 579 	struct trace_array		*tr;  member
 684 static inline bool tracer_tracing_is_on_cpu(struct trace_array *tr, int cpu)  in tracer_tracing_is_on_cpu()
 796 static inline void latency_fsnotify(struct trace_array *tr) { }  in latency_fsnotify()
 802 static inline void __trace_stack(struct trace_array *tr, unsigned int trace_ctx,  in __trace_stack()
 828 static inline void ftrace_init_trace_array(struct trace_array *tr) { }  in ftrace_init_trace_array()
 1135 static inline void free_fgraph_ops(struct trace_array *tr) { }  in free_fgraph_ops()
 1137 #define init_array_fgraph_ops(tr, ops) do { } while (0)  argument
 1138 #define allocate_fgraph_ops(tr, ops) ({ 0; })  argument
 [all …]
 
 | 
| H A D | trace_syscalls.c | 130 	struct trace_array *tr = iter->tr;  in print_syscall_enter()  local299 	struct trace_array *tr = data;  in ftrace_syscall_enter()  local
 346 	struct trace_array *tr = data;  in ftrace_syscall_exit()  local
 389 	struct trace_array *tr = file->tr;  in reg_event_syscall_enter()  local
 410 	struct trace_array *tr = file->tr;  in unreg_event_syscall_enter()  local
 427 	struct trace_array *tr = file->tr;  in reg_event_syscall_exit()  local
 448 	struct trace_array *tr = file->tr;  in unreg_event_syscall_exit()  local
 
 | 
| H A D | trace_osnoise.c | 79 	struct trace_array	*tr;  member94 static int osnoise_instance_registered(struct trace_array *tr)  in osnoise_instance_registered()
 115 static int osnoise_register_instance(struct trace_array *tr)  in osnoise_register_instance()
 142 static void osnoise_unregister_instance(struct trace_array *tr)  in osnoise_unregister_instance()
 1171 	struct trace_array *tr;  in osnoise_stop_exception()  local
 1344 	struct trace_array *tr;  in osnoise_stop_tracing()  local
 1382 	struct trace_array *tr;  in notify_new_max_latency()  local
 2946 static void osnoise_tracer_start(struct trace_array *tr)  in osnoise_tracer_start()
 2964 static void osnoise_tracer_stop(struct trace_array *tr)  in osnoise_tracer_stop()
 2970 static int osnoise_tracer_init(struct trace_array *tr)  in osnoise_tracer_init()
 [all …]
 
 | 
| H A D | trace_branch.c | 33 	struct trace_array *tr = branch_tracer;  in probe_likely_condition()  local96 int enable_branch_tracing(struct trace_array *tr)  in enable_branch_tracing()
 124 static int branch_trace_init(struct trace_array *tr)  in branch_trace_init()
 129 static void branch_trace_reset(struct trace_array *tr)  in branch_trace_reset()
 
 | 
| H A D | ftrace.c | 105 	struct trace_array *tr;  in ftrace_pids_enabled()  local176 	struct trace_array *tr = op->private;  in ftrace_pid_func()  local
 1048 	struct trace_array	*tr;  member
 1324 static int ftrace_add_mod(struct trace_array *tr,  in ftrace_add_mod()
 3906 	struct trace_array		*tr;  member
 3917 	struct trace_array *tr = iter->ops->private;  in t_probe_next()  local
 4048 	struct trace_array *tr = iter->tr;  in t_mod_next()  local
 4101 	struct trace_array *tr = iter->tr;  in t_mod_show()  local
 4621 	struct trace_array *tr = ops->private;  in ftrace_regex_open()  local
 5009 static int cache_mod(struct trace_array *tr,  in cache_mod()
 [all …]
 
 | 
| H A D | trace_events_hist.c | 803 static void hist_err(struct trace_array *tr, u8 err_type, u16 err_pos)  in hist_err()869 	struct trace_array *tr = hist_data->event_file->tr;  in hist_field_timestamp()  local
 969 	struct trace_array *tr = hist_data->event_file->tr;  in find_any_var_ref()  local
 1018 	struct trace_array *tr = hist_data->event_file->tr;  in find_hist_vars()  local
 1073 	struct trace_array *tr = hist_data->event_file->tr;  in save_hist_vars()  local
 1097 	struct trace_array *tr = hist_data->event_file->tr;  in remove_hist_vars()  local
 1158 static struct trace_event_file *find_var_file(struct trace_array *tr,  in find_var_file()
 1213 	struct trace_array *tr = hist_data->event_file->tr;  in find_match_var()  local
 1248 	struct trace_array *tr = hist_data->event_file->tr;  in find_event_var()  local
 1469 static int parse_assignment(struct trace_array *tr,  in parse_assignment()
 [all …]
 
 | 
| /linux/drivers/input/touchscreen/ | 
| H A D | touchright.c | 45 struct tr {  struct46 	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/kernel/bpf/ | 
| H A D | trampoline.c | 37 	struct bpf_trampoline *tr = ops->private; in bpf_tramp_ftrace_ops_func()   local 140 struct bpf_trampoline *tr; bpf_trampoline_lookup()  local
 178 unregister_fentry(struct bpf_trampoline * tr,void * old_addr) unregister_fentry()  argument
 191 modify_fentry(struct bpf_trampoline * tr,void * old_addr,void * new_addr,bool lock_direct_mutex) modify_fentry()  argument
 209 register_fentry(struct bpf_trampoline * tr,void * new_addr) register_fentry()  argument
 233 bpf_trampoline_get_progs(const struct bpf_trampoline * tr,int * total,bool * ip_arg) bpf_trampoline_get_progs()  argument
 398 bpf_trampoline_update(struct bpf_trampoline * tr,bool lock_direct_mutex) bpf_trampoline_update()  argument
 550 __bpf_trampoline_link_prog(struct bpf_tramp_link * link,struct bpf_trampoline * tr,struct bpf_prog * tgt_prog) __bpf_trampoline_link_prog()  argument
 602 bpf_trampoline_link_prog(struct bpf_tramp_link * link,struct bpf_trampoline * tr,struct bpf_prog * tgt_prog) bpf_trampoline_link_prog()  argument
 614 __bpf_trampoline_unlink_prog(struct bpf_tramp_link * link,struct bpf_trampoline * tr,struct bpf_prog * tgt_prog) __bpf_trampoline_unlink_prog()  argument
 637 bpf_trampoline_unlink_prog(struct bpf_tramp_link * link,struct bpf_trampoline * tr,struct bpf_prog * tgt_prog) bpf_trampoline_unlink_prog()  argument
 711 cgroup_shim_find(struct bpf_trampoline * tr,bpf_func_t bpf_func) cgroup_shim_find()  argument
 735 struct bpf_trampoline *tr; bpf_trampoline_link_cgroup_shim()  local
 799 struct bpf_trampoline *tr; bpf_trampoline_unlink_cgroup_shim()  local
 825 struct bpf_trampoline *tr; bpf_trampoline_get()  local
 842 bpf_trampoline_put(struct bpf_trampoline * tr) bpf_trampoline_put()  argument
 1055 __bpf_tramp_enter(struct bpf_tramp_image * tr) __bpf_tramp_enter()  argument
 1060 __bpf_tramp_exit(struct bpf_tramp_image * tr) __bpf_tramp_exit()  argument
 [all...]
 | 
| /linux/drivers/media/radio/ | 
| H A D | radio-trust.c | 58 	struct trust *tr = kzalloc(sizeof(*tr), GFP_KERNEL);  in trust_alloc()  local73 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
 
 | 
| /linux/fs/xfs/ | 
| H A D | xfs_discard.c | 464 	struct xfs_trim_rtdev	*tr)  in xfs_discard_free_rtdev_extents()482 	struct xfs_trim_rtdev	*tr)  in xfs_discard_rtdev_extents()
 532 	struct xfs_trim_rtdev		*tr = priv;  in xfs_trim_gather_rtextent()  local
 577 	struct xfs_trim_rtdev	tr = {  in xfs_trim_rtextents()  local
 645 	struct xfs_trim_rtgroup		*tr = priv;  in xfs_trim_gather_rtgroup_extent()  local
 694 	struct xfs_trim_rtgroup	tr = {  in xfs_trim_rtgroup_extents()  local
 
 | 
| /linux/drivers/net/ethernet/toshiba/ | 
| H A D | tc35815.c | 505 	struct tc35815_regs __iomem *tr =  in tc_mdio_read()  local522 	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/fs/gfs2/ | 
| H A D | meta_io.c | 304 		struct gfs2_trans *tr = current->journal_info;  in gfs2_meta_read()  local332 		struct gfs2_trans *tr = current->journal_info;  in gfs2_meta_wait()  local
 349 	struct gfs2_trans *tr = current->journal_info;  in gfs2_remove_from_journal()  local
 392 	struct gfs2_trans *tr, *s;  in gfs2_ail1_wipe()  local
 
 | 
| /linux/drivers/s390/crypto/ | 
| H A D | zcrypt_api.c | 643 			       struct zcrypt_track *tr,  in zcrypt_rsa_modexpo()748 			   struct zcrypt_track *tr,  in zcrypt_rsa_crt()
 853 			      struct zcrypt_track *tr,  in _zcrypt_send_cprb()
 989 	struct zcrypt_track tr;  in zcrypt_send_cprb()  local
 1040 				   struct zcrypt_track *tr,  in _zcrypt_send_ep11_cprb()
 1191 	struct zcrypt_track tr;  in zcrypt_send_ep11_cprb()  local
 1486 	struct zcrypt_track tr;  in icarsamodexpo_ioctl()  local
 1515 	struct zcrypt_track tr;  in icarsacrt_ioctl()  local
 1545 	struct zcrypt_track tr;  in zsecsendcprb_ioctl()  local
 1576 	struct zcrypt_track tr;  in zsendep11cprb_ioctl()  local
 [all …]
 
 | 
| /linux/drivers/gpu/drm/amd/display/dc/gpio/dce110/ | 
| H A D | hw_translate_dce110.c | 384 void dal_hw_translate_dce110_init(struct hw_translate *tr)  in dal_hw_translate_dce110_init()
 |