Lines Matching refs:u64
57 u64 call_time;
58 u64 return_time;
59 u64 branch_count;
60 u64 insn_count;
61 u64 cyc_count;
62 u64 call_ref;
63 u64 return_ref;
64 u64 db_id;
65 u64 parent_db_id;
78 int (*process)(struct call_return *cr, u64 *parent_db_id, void *data);
82 int thread_stack__event(struct thread *thread, int cpu, u32 flags, u64 from_ip,
83 u64 to_ip, u16 insn_len, u64 trace_nr, bool callstack,
85 void thread_stack__set_trace_nr(struct thread *thread, int cpu, u64 trace_nr);
87 size_t sz, u64 ip, u64 kernel_start);
89 struct ip_callchain *chain, size_t sz, u64 ip,
90 u64 kernel_start);
95 u64 sample_ip, u64 kernel_start);
101 call_return_processor__new(int (*process)(struct call_return *cr, u64 *parent_db_id, void *data),
107 struct addr_location *to_al, u64 ref,