Lines Matching refs:u64
30 u64 db_id;
31 u64 comm_db_id;
32 u64 dso_db_id;
33 u64 sym_db_id;
34 u64 offset; /* ip offset from symbol start */
35 u64 addr_dso_db_id;
36 u64 addr_sym_db_id;
37 u64 addr_offset; /* addr offset from symbol start */
38 u64 call_path_id;
45 u64 main_thread_db_id, struct machine *machine);
48 int (*export_comm_thread)(struct db_export *dbe, u64 db_id,
60 int (*export_context_switch)(struct db_export *dbe, u64 db_id,
63 u64 th_out_id, u64 comm_out_id,
64 u64 th_in_id, u64 comm_in_id, int flags);
67 u64 evsel_last_db_id;
68 u64 machine_last_db_id;
69 u64 thread_last_db_id;
70 u64 comm_last_db_id;
71 u64 comm_thread_last_db_id;
72 u64 dso_last_db_id;
73 u64 symbol_last_db_id;
74 u64 sample_last_db_id;
75 u64 call_path_last_db_id;
76 u64 call_return_last_db_id;
77 u64 context_switch_last_db_id;
106 u64 *parent_db_id);