Searched defs:ent (Results 1 – 10 of 10) sorted by relevance
/kernel/trace/ |
D | blktrace.c | 1168 const struct blk_io_trace *te_blk_io_trace(const struct trace_entry *ent) in te_blk_io_trace() 1173 static inline const void *pdu_start(const struct trace_entry *ent, bool has_cg) in pdu_start() 1179 static inline const void *cgid_start(const struct trace_entry *ent) in cgid_start() 1184 static inline int pdu_real_len(const struct trace_entry *ent, bool has_cg) in pdu_real_len() 1190 static inline u32 t_action(const struct trace_entry *ent) in t_action() 1195 static inline u32 t_bytes(const struct trace_entry *ent) in t_bytes() 1200 static inline u32 t_sec(const struct trace_entry *ent) in t_sec() 1205 static inline unsigned long long t_sector(const struct trace_entry *ent) in t_sector() 1210 static inline __u16 t_error(const struct trace_entry *ent) in t_error() 1215 static __u64 get_pdu_int(const struct trace_entry *ent, bool has_cg) in get_pdu_int() [all …]
|
D | trace_functions_graph.c | 34 struct ftrace_graph_ent_entry ent; member 194 struct ftrace_graph_ent ent = { in __trace_graph_function() local 518 struct trace_entry *ent = iter->ent; in print_graph_irq() local 723 struct trace_entry *ent = iter->ent; in print_graph_prologue() local 902 struct trace_entry *ent, struct trace_iterator *iter, in print_graph_return() 970 print_graph_comment(struct trace_seq *s, struct trace_entry *ent, in print_graph_comment()
|
D | trace_syscalls.c | 127 struct trace_entry *ent = iter->ent; in print_syscall_enter() local 173 struct trace_entry *ent = iter->ent; in print_syscall_exit() local
|
D | trace.h | 99 struct trace_entry ent; member 105 struct trace_entry ent; member 111 struct trace_entry ent; member 116 struct trace_entry ent; member 392 #define trace_assign_type(var, ent) \ argument
|
D | trace_probe.h | 65 static nokprobe_inline void *get_loc_data(u32 *dl, void *ent) in get_loc_data()
|
D | trace_uprobe.c | 26 struct trace_entry ent; member
|
D | trace.c | 762 struct trace_entry *ent = ring_buffer_event_data(event); in trace_event_setup() local 3299 struct trace_entry *ent, *next = NULL; in __find_next_entry() local 3383 void *ent; in s_next() local
|
D | trace_events.c | 178 struct trace_entry ent; in trace_define_common_fields() local
|
D | trace_events_hist.c | 641 struct trace_entry ent; member
|
/kernel/ |
D | kprobes.c | 1410 struct kprobe_blacklist_entry *ent; in __within_kprobe_blacklist() local 2127 struct kprobe_blacklist_entry *ent; in kprobe_add_ksym_blacklist() local 2412 struct kprobe_blacklist_entry *ent = in kprobe_blacklist_seq_show() local
|