Home
last modified time | relevance | path

Searched refs:trace_entry (Results 1 – 21 of 21) sorted by relevance

/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ebb/
Dtrace.c76 static struct trace_entry *trace_alloc_entry(struct trace_buffer *tb, int payload_size) in trace_alloc_entry()
78 struct trace_entry *e; in trace_alloc_entry()
89 struct trace_entry *e; in trace_log_reg()
106 struct trace_entry *e; in trace_log_counter()
122 struct trace_entry *e; in trace_log_string()
144 struct trace_entry *e; in trace_log_indent()
157 struct trace_entry *e; in trace_log_outdent()
200 static void trace_print_reg(struct trace_entry *e) in trace_print_reg()
216 static void trace_print_counter(struct trace_entry *e) in trace_print_counter()
224 static void trace_print_string(struct trace_entry *e) in trace_print_string()
[all …]
Dtrace.h17 struct trace_entry struct
/linux-4.4.14/kernel/trace/
Dblktrace.c1084 const struct blk_io_trace *te_blk_io_trace(const struct trace_entry *ent) in te_blk_io_trace()
1089 static inline const void *pdu_start(const struct trace_entry *ent) in pdu_start()
1094 static inline u32 t_action(const struct trace_entry *ent) in t_action()
1099 static inline u32 t_bytes(const struct trace_entry *ent) in t_bytes()
1104 static inline u32 t_sec(const struct trace_entry *ent) in t_sec()
1109 static inline unsigned long long t_sector(const struct trace_entry *ent) in t_sector()
1114 static inline __u16 t_error(const struct trace_entry *ent) in t_error()
1119 static __u64 get_pdu_int(const struct trace_entry *ent) in get_pdu_int()
1125 static void get_pdu_remap(const struct trace_entry *ent, in get_pdu_remap()
1164 static void blk_log_dump_pdu(struct trace_seq *s, const struct trace_entry *ent) in blk_log_dump_pdu()
[all …]
Dtrace_output.c26 struct trace_entry *entry = iter->ent; in trace_print_bputs_msg_only()
39 struct trace_entry *entry = iter->ent; in trace_print_bprintk_msg_only()
52 struct trace_entry *entry = iter->ent; in trace_print_printk_msg_only()
231 struct trace_entry *entry; in trace_raw_output_prep()
385 int trace_print_lat_fmt(struct trace_seq *s, struct trace_entry *entry) in trace_print_lat_fmt()
435 lat_print_generic(struct trace_seq *s, struct trace_entry *entry, int cpu) in lat_print_generic()
525 struct trace_entry *entry = iter->ent; in trace_print_context()
556 struct trace_entry *entry = iter->ent, in trace_print_lat_context()
1102 struct trace_entry *entry = iter->ent; in trace_bputs_print()
1146 struct trace_entry *entry = iter->ent; in trace_bprint_print()
Dtrace.h70 struct trace_entry ent; \
90 struct trace_entry ent;
96 struct trace_entry ent;
102 struct trace_entry ent;
107 struct trace_entry ent;
582 struct trace_entry *tracing_get_trace_entry(struct trace_array *tr,
585 struct trace_entry *trace_find_next_entry(struct trace_iterator *iter,
Dtrace_output.h28 trace_print_lat_fmt(struct trace_seq *s, struct trace_entry *entry);
Dtrace_mmiotrace.c172 struct trace_entry *entry = iter->ent; in mmio_print_rw()
217 struct trace_entry *entry = iter->ent; in mmio_print_map()
251 struct trace_entry *entry = iter->ent; in mmio_print_mark()
Dtrace_event_perf.c266 struct trace_entry *entry; in perf_trace_buf_prepare()
290 entry = (struct trace_entry *)raw_data; in perf_trace_buf_prepare()
Dtrace_functions_graph.c527 static void print_graph_lat_fmt(struct trace_seq *s, struct trace_entry *entry) in print_graph_lat_fmt()
657 struct trace_entry *ent = iter->ent; in print_graph_irq()
853 struct trace_entry *ent = iter->ent; in print_graph_prologue()
1028 struct trace_entry *ent, struct trace_iterator *iter, in print_graph_return()
1095 print_graph_comment(struct trace_seq *s, struct trace_entry *ent, in print_graph_comment()
1163 struct trace_entry *entry = iter->ent; in print_graph_function_flags()
Dtrace_selftest.c8 static inline int trace_valid_entry(struct trace_entry *entry) in trace_valid_entry()
27 struct trace_entry *entry; in trace_test_buffer_cpu()
Dtrace_syscalls.c115 struct trace_entry *ent = iter->ent; in print_syscall_enter()
161 struct trace_entry *ent = iter->ent; in print_syscall_exit()
Dtrace.c1649 tracing_generic_entry_update(struct trace_entry *entry, unsigned long flags, in tracing_generic_entry_update()
1679 struct trace_entry *ent = ring_buffer_event_data(event); in trace_buffer_lock_reserve()
2284 static struct trace_entry *
2305 static struct trace_entry *
2310 struct trace_entry *ent, *next = NULL; in __find_next_entry()
2366 struct trace_entry *trace_find_next_entry(struct trace_iterator *iter, in trace_find_next_entry()
2691 struct trace_entry *entry; in print_trace_fmt()
2722 struct trace_entry *entry; in print_raw_fmt()
2748 struct trace_entry *entry; in print_hex_fmt()
2777 struct trace_entry *entry; in print_bin_fmt()
Dtrace_uprobe.c32 struct trace_entry ent;
Dtrace_events.c185 struct trace_entry ent; in trace_define_common_fields()
/linux-4.4.14/include/linux/
Dtrace_events.h64 struct trace_entry { struct
72 ((1 << (sizeof(((struct trace_entry *)0)->type) * 8)) - 1) argument
98 struct trace_entry *ent;
157 void tracing_generic_entry_update(struct trace_entry *entry,
/linux-4.4.14/drivers/misc/genwqe/
Dcard_utils.c901 int i, traps, traces, trace, trace_entries, trace_entry, ring; in genwqe_ffdc_buff_read() local
966 for (trace_entry = 0; in genwqe_ffdc_buff_read()
967 trace_entry < (trace ? trace_entries : traps); in genwqe_ffdc_buff_read()
968 trace_entry++) { in genwqe_ffdc_buff_read()
973 (diag_sel<<16) | trace_entry, val); in genwqe_ffdc_buff_read()
/linux-4.4.14/arch/powerpc/oprofile/
Dop_model_cell.c1490 u64 trace_entry; in cell_handle_interrupt_spu() local
1512 trace_entry = 0xfedcba; in cell_handle_interrupt_spu()
1555 trace_entry = trace_buffer[0] in cell_handle_interrupt_spu()
1561 sample = trace_entry >> 14; in cell_handle_interrupt_spu()
/linux-4.4.14/include/trace/
Dtrace_events.h99 struct trace_entry ent; \
336 struct trace_entry *entry; \
/linux-4.4.14/drivers/scsi/
Dipr.c600 struct ipr_trace_entry *trace_entry; in ipr_trc_hook() local
605 trace_entry = &ioa_cfg->trace[trace_index]; in ipr_trc_hook()
606 trace_entry->time = jiffies; in ipr_trc_hook()
607 trace_entry->op_code = ipr_cmd->ioarcb.cmd_pkt.cdb[0]; in ipr_trc_hook()
608 trace_entry->type = type; in ipr_trc_hook()
610 trace_entry->ata_op_code = ipr_cmd->i.ata_ioadl.regs.command; in ipr_trc_hook()
612 trace_entry->ata_op_code = ipr_cmd->ioarcb.u.add_data.u.regs.command; in ipr_trc_hook()
613 trace_entry->cmd_index = ipr_cmd->cmd_index & 0xff; in ipr_trc_hook()
614 trace_entry->res_handle = ipr_cmd->ioarcb.res_handle; in ipr_trc_hook()
615 trace_entry->u.add_data = add_data; in ipr_trc_hook()
[all …]
Dipr.h1709 struct ipr_dump_trace_entry trace_entry; member
/linux-4.4.14/kernel/events/
Dcore.c6976 struct trace_entry *entry = record; in perf_tp_event()