Home
last modified time | relevance | path

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

1234

/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()
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 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()
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 Dtrace_functions.c56 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 Dtrace.c532 static void update_printk_trace(struct trace_array *tr) in update_printk_trace()
543 static bool update_marker_trace(struct trace_array *tr, int enabled) in update_marker_trace()
564 void trace_set_ring_buffer_expanded(struct trace_array *tr) in trace_set_ring_buffer_expanded()
573 struct trace_array *tr = container_of(work, struct trace_array, autoremove_work); in trace_array_autoremove() local
580 static void trace_array_kick_autoremove(struct trace_array *tr) in trace_array_kick_autoremove()
586 static void trace_array_cancel_autoremove(struct trace_array *tr) in trace_array_cancel_autoremove()
596 static void trace_array_init_autoremove(struct trace_array *tr) in trace_array_init_autoremove()
626 struct trace_array *tr; in trace_array_get() local
669 int tracing_check_open_get_tr(struct trace_array *tr) in tracing_check_open_get_tr()
828 void tracer_tracing_on(struct trace_array *tr) in tracer_tracing_on()
[all …]
H A Dtrace_events.c74 #define do_for_each_event_file(tr, file) \ argument
78 #define do_for_each_event_file_safe(tr, file) \ argument
661 struct trace_array *tr = trace_file->tr; in trace_event_ignore_this_pid() local
770 struct trace_array *tr; in trace_event_enable_cmd_record() local
792 struct trace_array *tr; in trace_event_enable_tgid_record() local
815 struct trace_array *tr = file->tr; in __ftrace_event_enable_disable() local
956 static void clear_mod_events(struct trace_array *tr) in clear_mod_events()
965 static int remove_cache_mod(struct trace_array *tr, const char *mod, in remove_cache_mod()
993 static int cache_mod(struct trace_array *tr, const char *mod, int set, in cache_mod()
1043 static inline void clear_mod_events(struct trace_array *tr) { } in clear_mod_events()
[all …]
H A Dtrace_functions_graph.c108 static bool tracer_flags_is_set(struct trace_array *tr, u32 flags) in tracer_flags_is_set()
128 static int __graph_entry(struct trace_array *tr, struct ftrace_graph_ent *trace, in __graph_entry()
158 int __trace_graph_entry(struct trace_array *tr, in __trace_graph_entry()
166 int __trace_graph_retaddr_entry(struct trace_array *tr, in __trace_graph_retaddr_entry()
200 int __trace_graph_retaddr_entry(struct trace_array *tr, in __trace_graph_retaddr_entry()
210 static inline int ftrace_graph_ignore_irqs(struct trace_array *tr) in ftrace_graph_ignore_irqs()
231 struct trace_array *tr = gops->private; in graph_entry() local
310 __trace_graph_function(struct trace_array *tr, in __trace_graph_function()
328 trace_graph_function(struct trace_array *tr, in trace_graph_function()
335 void __trace_graph_return(struct trace_array *tr, in __trace_graph_return()
[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_mmiotrace.c28 static void mmio_reset_data(struct trace_array *tr) in mmio_reset_data()
37 static int mmio_trace_init(struct trace_array *tr) in mmio_trace_init()
47 static void mmio_trace_reset(struct trace_array *tr) in mmio_trace_reset()
56 static void mmio_trace_start(struct trace_array *tr) in mmio_trace_start()
297 static void __trace_mmiotrace_rw(struct trace_array *tr, in __trace_mmiotrace_rw()
324 struct trace_array *tr = mmio_trace_array; in mmio_trace_rw() local
328 static void __trace_mmiotrace_map(struct trace_array *tr, in __trace_mmiotrace_map()
355 struct trace_array *tr = mmio_trace_array; in mmio_trace_mapping() local
H A Dtrace_boot.c26 trace_boot_set_instance_options(struct trace_array *tr, struct xbc_node *node) in trace_boot_set_instance_options()
85 trace_boot_enable_events(struct trace_array *tr, struct xbc_node *node) in trace_boot_enable_events()
551 trace_boot_init_one_event(struct trace_array *tr, struct xbc_node *gnode, in trace_boot_init_one_event()
616 trace_boot_init_events(struct trace_array *tr, struct xbc_node *node) in trace_boot_init_events()
652 #define trace_boot_enable_events(tr, node) do {} while (0) argument
653 #define trace_boot_init_events(tr, node) do {} while (0) argument
658 trace_boot_set_ftrace_filter(struct trace_array *tr, struct xbc_node *node) in trace_boot_set_ftrace_filter()
686 #define trace_boot_set_ftrace_filter(tr, node) do {} while (0) argument
690 trace_boot_enable_tracer(struct trace_array *tr, struct xbc_node *node) in trace_boot_enable_tracer()
710 trace_boot_init_one_instance(struct trace_array *tr, struct xbc_node *node) in trace_boot_init_one_instance()
[all …]
H A Dtrace.h218 struct trace_array *tr; member
507 static inline bool trace_array_is_readonly(struct trace_array *tr) in trace_array_is_readonly()
519 struct trace_array *tr; in top_trace_array() local
613 struct trace_array *tr; member
762 static inline bool tracer_tracing_is_on_cpu(struct trace_array *tr, int cpu) in tracer_tracing_is_on_cpu()
875 static inline void latency_fsnotify(struct trace_array *tr) { } in latency_fsnotify()
881 static inline void __trace_stack(struct trace_array *tr, unsigned int trace_ctx, in __trace_stack()
899 static inline void trace_create_maxlat_file(struct trace_array *tr, in trace_create_maxlat_file()
923 static inline void ftrace_init_trace_array(struct trace_array *tr) { } in ftrace_init_trace_array()
1234 static inline void free_fgraph_ops(struct trace_array *tr) { } in free_fgraph_ops()
[all …]
H A Dtrace_selftest.c183 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 Dtrace_osnoise.c81 struct trace_array *tr; member
89 struct trace_array *tr; in osnoise_print() local
112 static int osnoise_instance_registered(struct trace_array *tr) in osnoise_instance_registered()
133 static int osnoise_register_instance(struct trace_array *tr) in osnoise_register_instance()
161 static void osnoise_unregister_instance(struct trace_array *tr) in osnoise_unregister_instance()
1198 struct trace_array *tr; in osnoise_stop_exception() local
1371 struct trace_array *tr; in osnoise_stop_tracing() local
1409 struct trace_array *tr; in notify_new_max_latency() local
3012 static void osnoise_tracer_start(struct trace_array *tr) in osnoise_tracer_start()
3030 static void osnoise_tracer_stop(struct trace_array *tr) in osnoise_tracer_stop()
[all …]
H A Dftrace.c106 struct trace_array *tr; in ftrace_pids_enabled() local
184 struct trace_array *tr = op->private; in ftrace_pid_func() local
545 struct trace_array *tr = trace_get_global_array(); in function_stat_show() local
1082 struct trace_array *tr; member
1389 static int ftrace_add_mod(struct trace_array *tr, in ftrace_add_mod()
3994 struct trace_array *tr; member
4005 struct trace_array *tr = iter->ops->private; in t_probe_next() local
4136 struct trace_array *tr = iter->tr; in t_mod_next() local
4189 struct trace_array *tr = iter->tr; in t_mod_show() local
4714 ftrace_regex_open(struct trace_array *tr, struct ftrace_ops *ops, int flag, in ftrace_regex_open()
[all …]
H A Dtrace_events_hist.c808 static void hist_err(struct trace_array *tr, u8 err_type, u16 err_pos) in hist_err()
874 struct trace_array *tr = hist_data->event_file->tr; in hist_field_timestamp() local
974 struct trace_array *tr = hist_data->event_file->tr; in find_any_var_ref() local
1023 struct trace_array *tr = hist_data->event_file->tr; in find_hist_vars() local
1078 struct trace_array *tr = hist_data->event_file->tr; in save_hist_vars() local
1102 struct trace_array *tr = hist_data->event_file->tr; in remove_hist_vars() local
1163 static struct trace_event_file *find_var_file(struct trace_array *tr, in find_var_file()
1218 struct trace_array *tr = hist_data->event_file->tr; in find_match_var() local
1253 struct trace_array *tr = hist_data->event_file->tr; in find_event_var() local
1477 static int parse_assignment(struct trace_array *tr, in parse_assignment()
[all …]
H A Dtrace_syscalls.c244 struct trace_array *tr = iter->tr; in print_syscall_enter() local
863 struct trace_array *tr = data; in ftrace_syscall_enter() local
929 struct trace_array *tr = data; in ftrace_syscall_exit() local
973 struct trace_array *tr = file->tr; in reg_event_syscall_enter() local
1003 struct trace_array *tr = file->tr; in unreg_event_syscall_enter() local
1021 struct trace_array *tr = file->tr; in reg_event_syscall_exit() local
1042 struct trace_array *tr = file->tr; in unreg_event_syscall_exit() local
/linux/kernel/bpf/
H A Dtrampoline.c47 static struct mutex *select_trampoline_lock(struct bpf_trampoline *tr) in select_trampoline_lock()
52 static void trampoline_lock(struct bpf_trampoline *tr) in trampoline_lock()
57 static void trampoline_unlock(struct bpf_trampoline *tr) in trampoline_unlock()
78 struct bpf_trampoline *tr; in direct_ops_ip_lookup() local
101 struct bpf_trampoline *tr; in bpf_tramp_ftrace_ops_func() local
229 static int direct_ops_alloc(struct bpf_trampoline *tr) in direct_ops_alloc()
235 static void direct_ops_free(struct bpf_trampoline *tr) { } in direct_ops_free()
237 static struct ftrace_hash *hash_from_ip(struct bpf_trampoline *tr, void *ptr) in hash_from_ip()
257 static int direct_ops_add(struct bpf_trampoline *tr, void *addr) in direct_ops_add()
269 static int direct_ops_del(struct bpf_trampoline *tr, void *addr) in direct_ops_del()
[all …]
/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() local
83 struct tr *tr = serio_get_drvdata(serio); in tr_disconnect() local
101 struct tr *tr; in tr_connect() local
/linux/drivers/media/radio/
H A Dradio-trust.c58 struct trust *tr = kzalloc_obj(*tr); 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
/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
447 struct mtd_blktrans_ops *tr; in blktrans_notify_remove() local
458 struct mtd_blktrans_ops *tr; in blktrans_notify_add() local
472 int register_mtd_blktrans(struct mtd_blktrans_ops *tr) in register_mtd_blktrans()
506 int deregister_mtd_blktrans(struct mtd_blktrans_ops *tr) in deregister_mtd_blktrans()
/linux/fs/xfs/
H A Dxfs_discard.c451 struct xfs_trim_rtdev *tr) in xfs_discard_free_rtdev_extents()
469 struct xfs_trim_rtdev *tr) in xfs_discard_rtdev_extents()
517 struct xfs_trim_rtdev *tr = priv; in xfs_trim_gather_rtextent() local
562 struct xfs_trim_rtdev tr = { in xfs_trim_rtextents() local
630 struct xfs_trim_rtgroup *tr = priv; in xfs_trim_gather_rtgroup_extent() local
679 struct xfs_trim_rtgroup tr = { in xfs_trim_rtgroup_extents() local
/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.c641 struct zcrypt_track *tr, in zcrypt_rsa_modexpo()
747 struct zcrypt_track *tr, in zcrypt_rsa_crt()
853 struct zcrypt_track *tr, in _zcrypt_send_cprb()
984 struct zcrypt_track tr; in zcrypt_send_cprb() local
1035 struct zcrypt_track *tr, in _zcrypt_send_ep11_cprb()
1188 struct zcrypt_track tr; in zcrypt_send_ep11_cprb() local
1483 struct zcrypt_track tr; in icarsamodexpo_ioctl() local
1512 struct zcrypt_track tr; in icarsacrt_ioctl() local
1542 struct zcrypt_track tr; in zsecsendcprb_ioctl() local
1573 struct zcrypt_track tr; in zsendep11cprb_ioctl() local
/linux/arch/x86/kernel/cpu/mce/
H A Damd.c434 struct thresh_restart *tr = _tr; in threshold_restart_block() local
485 struct thresh_restart tr; in threshold_restart_bank() local
513 struct thresh_restart tr = { in mce_threshold_block_init() local
926 struct thresh_restart tr; in SHOW_FIELDS() local
949 struct thresh_restart tr; in store_threshold_limit() local
/linux/arch/x86/include/asm/
H A Ddesc.h113 #define load_tr(tr) asm volatile("ltr %0"::"m" (tr)) argument
117 #define store_tr(tr) (tr = native_store_tr()) argument
285 unsigned long tr; in native_store_tr() local
/linux/drivers/gpu/drm/amd/display/dc/gpio/dce110/
H A Dhw_translate_dce110.c384 void dal_hw_translate_dce110_init(struct hw_translate *tr) in dal_hw_translate_dce110_init()

1234