/Linux-v4.19/tools/testing/selftests/powerpc/pmu/ebb/ |
D | trace.c | 76 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 …]
|
D | trace.h | 17 struct trace_entry struct
|
/Linux-v4.19/kernel/trace/ |
D | blktrace.c | 1173 const struct blk_io_trace *te_blk_io_trace(const struct trace_entry *ent) in te_blk_io_trace() 1178 static inline const void *pdu_start(const struct trace_entry *ent, bool has_cg) in pdu_start() 1184 static inline const void *cgid_start(const struct trace_entry *ent) in cgid_start() 1189 static inline int pdu_real_len(const struct trace_entry *ent, bool has_cg) in pdu_real_len() 1195 static inline u32 t_action(const struct trace_entry *ent) in t_action() 1200 static inline u32 t_bytes(const struct trace_entry *ent) in t_bytes() 1205 static inline u32 t_sec(const struct trace_entry *ent) in t_sec() 1210 static inline unsigned long long t_sector(const struct trace_entry *ent) in t_sector() 1215 static inline __u16 t_error(const struct trace_entry *ent) in t_error() 1220 static __u64 get_pdu_int(const struct trace_entry *ent, bool has_cg) in get_pdu_int() [all …]
|
D | trace_output.c | 28 struct trace_entry *entry = iter->ent; in trace_print_bputs_msg_only() 41 struct trace_entry *entry = iter->ent; in trace_print_bprintk_msg_only() 54 struct trace_entry *entry = iter->ent; in trace_print_printk_msg_only() 283 struct trace_entry *entry; in trace_raw_output_prep() 447 int trace_print_lat_fmt(struct trace_seq *s, struct trace_entry *entry) in trace_print_lat_fmt() 501 lat_print_generic(struct trace_seq *s, struct trace_entry *entry, int cpu) in lat_print_generic() 591 struct trace_entry *entry = iter->ent; in trace_print_context() 632 struct trace_entry *entry = iter->ent, in trace_print_lat_context() 1169 struct trace_entry *entry = iter->ent; in trace_hwlat_print() 1234 struct trace_entry *entry = iter->ent; in trace_bputs_print() [all …]
|
D | trace_output.h | 29 trace_print_lat_fmt(struct trace_seq *s, struct trace_entry *entry);
|
D | trace_mmiotrace.c | 169 struct trace_entry *entry = iter->ent; in mmio_print_rw() 214 struct trace_entry *entry = iter->ent; in mmio_print_map() 248 struct trace_entry *entry = iter->ent; in mmio_print_mark()
|
D | trace.h | 74 struct trace_entry ent; \ 100 struct trace_entry ent; 106 struct trace_entry ent; 112 struct trace_entry ent; 117 struct trace_entry ent; 617 struct trace_entry *tracing_get_trace_entry(struct trace_array *tr, 620 struct trace_entry *trace_find_next_entry(struct trace_iterator *iter,
|
D | trace_functions_graph.c | 590 static void print_graph_lat_fmt(struct trace_seq *s, struct trace_entry *entry) in print_graph_lat_fmt() 720 struct trace_entry *ent = iter->ent; in print_graph_irq() 929 struct trace_entry *ent = iter->ent; in print_graph_prologue() 1104 struct trace_entry *ent, struct trace_iterator *iter, in print_graph_return() 1172 print_graph_comment(struct trace_seq *s, struct trace_entry *ent, in print_graph_comment() 1245 struct trace_entry *entry = iter->ent; in print_graph_function_flags()
|
D | trace_selftest.c | 10 static inline int trace_valid_entry(struct trace_entry *entry) in trace_valid_entry() 29 struct trace_entry *entry; in trace_test_buffer_cpu()
|
D | trace_syscalls.c | 127 struct trace_entry *ent = iter->ent; in print_syscall_enter() 173 struct trace_entry *ent = iter->ent; in print_syscall_exit()
|
D | trace_event_perf.c | 415 struct trace_entry *entry = record; in perf_trace_buf_update()
|
D | trace.c | 739 struct trace_entry *ent = ring_buffer_event_data(event); in trace_event_setup() 2131 tracing_generic_entry_update(struct trace_entry *entry, unsigned long flags, in tracing_generic_entry_update() 2431 struct trace_entry *entry; in trace_process_export() 3073 static struct trace_entry * 3094 static struct trace_entry * 3099 struct trace_entry *ent, *next = NULL; in __find_next_entry() 3155 struct trace_entry *trace_find_next_entry(struct trace_iterator *iter, in trace_find_next_entry() 3496 struct trace_entry *entry; in print_trace_fmt() 3527 struct trace_entry *entry; in print_raw_fmt() 3553 struct trace_entry *entry; in print_hex_fmt() [all …]
|
D | trace_uprobe.c | 22 struct trace_entry ent;
|
D | trace_events.c | 185 struct trace_entry ent; in trace_define_common_fields()
|
D | trace_events_hist.c | 409 struct trace_entry ent;
|
/Linux-v4.19/include/linux/ |
D | trace_events.h | 60 struct trace_entry { struct 68 ((1 << (sizeof(((struct trace_entry *)0)->type) * 8)) - 1) argument 94 struct trace_entry *ent; 144 void tracing_generic_entry_update(struct trace_entry *entry,
|
/Linux-v4.19/drivers/misc/genwqe/ |
D | card_utils.c | 907 int i, traps, traces, trace, trace_entries, trace_entry, ring; in genwqe_ffdc_buff_read() local 972 for (trace_entry = 0; in genwqe_ffdc_buff_read() 973 trace_entry < (trace ? trace_entries : traps); in genwqe_ffdc_buff_read() 974 trace_entry++) { in genwqe_ffdc_buff_read() 979 (diag_sel<<16) | trace_entry, val); in genwqe_ffdc_buff_read()
|
/Linux-v4.19/arch/powerpc/oprofile/ |
D | op_model_cell.c | 1486 u64 trace_entry; in cell_handle_interrupt_spu() local 1508 trace_entry = 0xfedcba; in cell_handle_interrupt_spu() 1551 trace_entry = trace_buffer[0] in cell_handle_interrupt_spu() 1557 sample = trace_entry >> 14; in cell_handle_interrupt_spu()
|
/Linux-v4.19/include/trace/ |
D | trace_events.h | 113 struct trace_entry ent; \ 375 struct trace_entry *entry; \
|
/Linux-v4.19/drivers/scsi/ |
D | ipr.c | 603 struct ipr_trace_entry *trace_entry; in ipr_trc_hook() local 608 trace_entry = &ioa_cfg->trace[trace_index]; in ipr_trc_hook() 609 trace_entry->time = jiffies; in ipr_trc_hook() 610 trace_entry->op_code = ipr_cmd->ioarcb.cmd_pkt.cdb[0]; in ipr_trc_hook() 611 trace_entry->type = type; in ipr_trc_hook() 613 trace_entry->ata_op_code = ipr_cmd->i.ata_ioadl.regs.command; in ipr_trc_hook() 615 trace_entry->ata_op_code = ipr_cmd->ioarcb.u.add_data.u.regs.command; in ipr_trc_hook() 616 trace_entry->cmd_index = ipr_cmd->cmd_index & 0xff; in ipr_trc_hook() 617 trace_entry->res_handle = ipr_cmd->ioarcb.res_handle; in ipr_trc_hook() 618 trace_entry->u.add_data = add_data; in ipr_trc_hook() [all …]
|
D | ipr.h | 1722 struct ipr_dump_trace_entry trace_entry; member
|
/Linux-v4.19/kernel/events/ |
D | core.c | 8309 struct trace_entry *entry = record; in perf_tp_event()
|