| /linux/tools/testing/selftests/powerpc/pmu/ebb/ |
| A D | trace.c | 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() 235 static void trace_print_entry(struct trace_entry *e, int seq, int *prefix) in trace_print_entry() [all …]
|
| A D | trace.h | 17 struct trace_entry struct
|
| /linux/kernel/trace/ |
| A D | blktrace.c | 1184 const struct blk_io_trace *te_blk_io_trace(const struct trace_entry *ent) in te_blk_io_trace() 1194 static inline u64 t_cgid(const struct trace_entry *ent) in t_cgid() 1204 static inline u32 t_action(const struct trace_entry *ent) in t_action() 1209 static inline u32 t_bytes(const struct trace_entry *ent) in t_bytes() 1214 static inline u32 t_sec(const struct trace_entry *ent) in t_sec() 1219 static inline unsigned long long t_sector(const struct trace_entry *ent) in t_sector() 1224 static inline __u16 t_error(const struct trace_entry *ent) in t_error() 1229 static __u64 get_pdu_int(const struct trace_entry *ent, bool has_cg) in get_pdu_int() 1298 const struct trace_entry *ent, bool has_cg) in blk_log_dump_pdu() 1356 const struct trace_entry *ent, bool has_cg) in blk_log_with_error() [all …]
|
| A D | trace_output.c | 29 struct trace_entry *entry = iter->ent; in trace_print_bputs_msg_only() 42 struct trace_entry *entry = iter->ent; in trace_print_bprintk_msg_only() 55 struct trace_entry *entry = iter->ent; in trace_print_printk_msg_only() 299 struct trace_entry *entry; in trace_raw_output_prep() 605 struct trace_entry *entry = iter->ent; in trace_print_context() 634 struct trace_entry *entry, *next_entry; in trace_print_lat_context() 1171 struct trace_entry *entry = iter->ent; in trace_hwlat_print() 1235 struct trace_entry *entry = iter->ent; in trace_osnoise_print() 1305 struct trace_entry *entry = iter->ent; in trace_timerlat_print() 1351 struct trace_entry *entry = iter->ent; in trace_bputs_print() [all …]
|
| A D | trace_mmiotrace.c | 167 struct trace_entry *entry = iter->ent; in mmio_print_rw() 212 struct trace_entry *entry = iter->ent; in mmio_print_map() 246 struct trace_entry *entry = iter->ent; in mmio_print_mark()
|
| A D | trace.h | 92 struct trace_entry ent; \ 118 struct trace_entry ent; 124 struct trace_entry ent; 130 struct trace_entry ent; 135 struct trace_entry ent; 140 struct trace_entry ent; 603 struct trace_entry *tracing_get_trace_entry(struct trace_array *tr, 606 struct trace_entry *trace_find_next_entry(struct trace_iterator *iter,
|
| A D | trace_functions_graph.c | 374 static void print_graph_lat_fmt(struct trace_seq *s, struct trace_entry *entry) in print_graph_lat_fmt() 516 struct trace_entry *ent = iter->ent; in print_graph_irq() 721 struct trace_entry *ent = iter->ent; in print_graph_prologue() 900 struct trace_entry *ent, struct trace_iterator *iter, in print_graph_return() 968 print_graph_comment(struct trace_seq *s, struct trace_entry *ent, in print_graph_comment() 1041 struct trace_entry *entry = iter->ent; in print_graph_function_flags()
|
| A D | trace_output.h | 30 trace_print_lat_fmt(struct trace_seq *s, struct trace_entry *entry);
|
| A 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()
|
| A D | trace_syscalls.c | 132 struct trace_entry *ent = iter->ent; in print_syscall_enter() 178 struct trace_entry *ent = iter->ent; in print_syscall_exit()
|
| A D | trace_event_perf.c | 424 struct trace_entry *entry = record; in perf_trace_buf_update()
|
| A D | trace.c | 279 struct trace_entry *entry; in trace_process_export() 922 struct trace_entry *ent = ring_buffer_event_data(event); in trace_event_setup() 3541 static struct trace_entry * 3566 static struct trace_entry * 3571 struct trace_entry *ent, *next = NULL; in __find_next_entry() 3926 struct trace_entry *trace_find_next_entry(struct trace_iterator *iter, in trace_find_next_entry() 3931 struct trace_entry *entry; in trace_find_next_entry() 4333 struct trace_entry *entry; in print_trace_fmt() 4364 struct trace_entry *entry; in print_raw_fmt() 4390 struct trace_entry *entry; in print_hex_fmt() [all …]
|
| A D | trace_uprobe.c | 26 struct trace_entry ent;
|
| A D | trace_events.c | 180 struct trace_entry ent; in trace_define_common_fields() 2354 unsigned int offset = sizeof(struct trace_entry); in event_define_fields()
|
| A D | trace_events_synth.c | 108 struct trace_entry ent;
|
| /linux/drivers/misc/genwqe/ |
| A D | card_utils.c | 890 int i, traps, traces, trace, trace_entries, trace_entry, ring; in genwqe_ffdc_buff_read() local 955 for (trace_entry = 0; in genwqe_ffdc_buff_read() 956 trace_entry < (trace ? trace_entries : traps); in genwqe_ffdc_buff_read() 957 trace_entry++) { in genwqe_ffdc_buff_read() 962 (diag_sel<<16) | trace_entry, val); in genwqe_ffdc_buff_read()
|
| /linux/include/linux/ |
| A D | trace_events.h | 67 struct trace_entry { struct 75 ((1 << (sizeof(((struct trace_entry *)0)->type) * 8)) - 1) argument 105 struct trace_entry *ent; 155 static inline void tracing_generic_entry_update(struct trace_entry *entry, in tracing_generic_entry_update()
|
| /linux/include/trace/ |
| A D | trace_events.h | 117 struct trace_entry ent; \ 414 struct trace_entry *entry; \
|
| /linux/drivers/scsi/ |
| A D | ipr.c | 589 struct ipr_trace_entry *trace_entry; in ipr_trc_hook() local 594 trace_entry = &ioa_cfg->trace[trace_index]; in ipr_trc_hook() 595 trace_entry->time = jiffies; in ipr_trc_hook() 596 trace_entry->op_code = ipr_cmd->ioarcb.cmd_pkt.cdb[0]; in ipr_trc_hook() 597 trace_entry->type = type; in ipr_trc_hook() 602 trace_entry->cmd_index = ipr_cmd->cmd_index & 0xff; in ipr_trc_hook() 603 trace_entry->res_handle = ipr_cmd->ioarcb.res_handle; in ipr_trc_hook() 604 trace_entry->u.add_data = add_data; in ipr_trc_hook() 3097 ipr_init_dump_entry_hdr(&driver_dump->trace_entry.hdr); in ipr_dump_trace_data() 3098 driver_dump->trace_entry.hdr.len = in ipr_dump_trace_data() [all …]
|
| A D | ipr.h | 1711 struct ipr_dump_trace_entry trace_entry; member
|
| /linux/kernel/events/ |
| A D | core.c | 9748 struct trace_entry *entry = record; in perf_tp_event()
|