Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/powerpc/pmu/ebb/
H A 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 …]
H A Dtrace.h17 struct trace_entry struct
/linux/tools/perf/util/bpf_skel/vmlinux/
H A Dvmlinux.h110 struct trace_entry { struct
118 struct trace_entry ent; argument
125 struct trace_entry ent;
132 struct trace_entry ent;
138 struct trace_entry ent;
145 struct trace_entry ent;
152 struct trace_entry ent;
/linux/kernel/trace/
H A Dblktrace.c1437 const struct blk_io_trace2 *te_blk_io_trace(const struct trace_entry *ent) in te_blk_io_trace()
1442 static inline const void *pdu_start(const struct trace_entry *ent, bool has_cg) in pdu_start()
1447 static inline u64 t_cgid(const struct trace_entry *ent) in t_cgid()
1452 static inline int pdu_real_len(const struct trace_entry *ent, bool has_cg) in pdu_real_len()
1457 static inline u32 t_action(const struct trace_entry *ent) in t_action()
1462 static inline u32 t_bytes(const struct trace_entry *ent) in t_bytes()
1467 static inline u32 t_sec(const struct trace_entry *ent) in t_sec()
1472 static inline unsigned long long t_sector(const struct trace_entry *ent) in t_sector()
1477 static inline __u16 t_error(const struct trace_entry *ent) in t_error()
1482 static __u64 get_pdu_int(const struct trace_entry *ent, bool has_cg) in get_pdu_int()
[all …]
H A Dtrace_output.c33 struct trace_entry *entry = iter->ent; in trace_print_bputs_msg_only()
46 struct trace_entry *entry = iter->ent; in trace_print_bprintk_msg_only()
59 struct trace_entry *entry = iter->ent; in trace_print_printk_msg_only()
306 struct trace_entry *entry; in trace_raw_output_prep()
453 int trace_print_lat_fmt(struct trace_seq *s, struct trace_entry *entry) in trace_print_lat_fmt()
527 lat_print_generic(struct trace_seq *s, struct trace_entry *entry, int cpu) in lat_print_generic()
632 struct trace_entry *entry = iter->ent; in trace_print_context()
661 struct trace_entry *entry, *next_entry; in trace_print_lat_context()
1487 struct trace_entry *entry = iter->ent; in trace_hwlat_print()
1551 struct trace_entry *entry = iter->ent; in trace_osnoise_print()
[all …]
H A Dtrace_mmiotrace.c167 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()
H A Dtrace.h108 struct trace_entry ent; \
142 struct trace_entry ent;
148 struct trace_entry ent;
154 struct trace_entry ent;
159 struct trace_entry ent;
163 struct trace_entry ent;
169 struct trace_entry ent;
174 struct trace_entry ent;
711 struct trace_entry *tracing_get_trace_entry(struct trace_array *tr,
714 struct trace_entry *trace_find_next_entry(struct trace_iterator *iter,
H A Dtrace_output.h43 trace_print_lat_fmt(struct trace_seq *s, struct trace_entry *entry);
H A Dtrace_functions_graph.c586 static void print_graph_lat_fmt(struct trace_seq *s, struct trace_entry *entry) in print_graph_lat_fmt()
730 struct trace_entry *ent = iter->ent; in print_graph_irq()
1078 struct trace_entry *ent = iter->ent; in print_graph_prologue()
1279 struct trace_entry *ent, struct trace_iterator *iter, in print_graph_return()
1363 print_graph_comment(struct trace_seq *s, struct trace_entry *ent, in print_graph_comment()
1436 struct trace_entry *entry = iter->ent; in print_graph_function_flags()
H A Dtrace_syscalls.c246 struct trace_entry *ent = iter->ent; in print_syscall_enter()
353 struct trace_entry *ent = iter->ent; in print_syscall_exit()
1381 struct trace_entry ent; in perf_call_bpf_enter()
1523 struct trace_entry ent; in perf_call_bpf_exit()
H A Dtrace_selftest.c10 static inline int trace_valid_entry(struct trace_entry *entry) in trace_valid_entry()
30 struct trace_entry *entry; in trace_test_buffer_cpu()
H A Dtrace_events_user.c1165 user->min_size = (offset + size) - sizeof(struct trace_entry); in user_event_add_field()
1268 u32 offset = sizeof(struct trace_entry); in user_event_parse_fields()
1584 struct trace_entry *entry; in user_event_ftrace()
1629 struct trace_entry *perf_entry; in user_event_perf()
H A Dtrace.c386 struct trace_entry *entry; in trace_process_export()
1066 struct trace_entry *ent = ring_buffer_event_data(event); in trace_event_setup()
3557 static struct trace_entry *
3582 static struct trace_entry *
3587 struct trace_entry *ent, *next = NULL; in __find_next_entry()
3838 struct trace_entry *trace_find_next_entry(struct trace_iterator *iter, in trace_find_next_entry()
3843 struct trace_entry *entry; in trace_find_next_entry()
4252 struct trace_entry *entry; in print_trace_fmt()
4297 struct trace_entry *entry; in print_raw_fmt()
4323 struct trace_entry *entr in print_hex_fmt()
[all...]
H A Dtrace_uprobe.c31 struct trace_entry ent;
H A Dtrace_events.c209 struct trace_entry ent; in trace_define_common_fields()
2868 unsigned int offset = sizeof(struct trace_entry); in event_define_fields()
H A Dtrace_events_synth.c122 struct trace_entry ent;
H A Dring_buffer.c4252 struct trace_entry *entry; in show_flags()
4274 struct trace_entry *entry; in show_irq()
/linux/drivers/misc/genwqe/
H A Dcard_utils.c890 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/
H A Dtrace_events.h82 struct trace_entry { struct
90 ((1 << (sizeof(((struct trace_entry *)0)->type) * 8)) - 1) argument
124 struct trace_entry *ent;
174 static inline void tracing_generic_entry_update(struct trace_entry *entry, in tracing_generic_entry_update()
/linux/include/trace/
H A Dtrace_events.h63 struct trace_entry ent; \
237 struct trace_entry *entry; \
H A Dtrace_custom_events.h43 struct trace_entry ent; \
/linux/drivers/scsi/
H A Dipr.c585 struct ipr_trace_entry *trace_entry; in ipr_trc_hook() local
590 trace_entry = &ioa_cfg->trace[trace_index]; in ipr_trc_hook()
591 trace_entry->time = jiffies; in ipr_trc_hook()
592 trace_entry->op_code = ipr_cmd->ioarcb.cmd_pkt.cdb[0]; in ipr_trc_hook()
593 trace_entry->type = type; in ipr_trc_hook()
594 trace_entry->cmd_index = ipr_cmd->cmd_index & 0xff; in ipr_trc_hook()
595 trace_entry->res_handle = ipr_cmd->ioarcb.res_handle; in ipr_trc_hook()
596 trace_entry->u.add_data = add_data; in ipr_trc_hook()
3010 ipr_init_dump_entry_hdr(&driver_dump->trace_entry.hdr); in ipr_dump_trace_data()
3011 driver_dump->trace_entry.hdr.len = in ipr_dump_trace_data()
[all …]
H A Dipr.h1647 struct ipr_dump_trace_entry trace_entry; member
/linux/kernel/events/
H A Dcore.c11016 struct trace_entry *entry = record; in __perf_tp_event_target_task()