API sync babeltrace
[lttngtop.git] / src / lttngtop.c
index dc5711ea91402ede478a3662184d6ffcdc57f498..d51302c71b78ac99d0c99c4095adce2a3b3056bd 100644 (file)
@@ -113,7 +113,7 @@ void *ncurses_display(void *p)
  * hook on each event to check the timestamp and refresh the display if
  * necessary
  */
  * hook on each event to check the timestamp and refresh the display if
  * necessary
  */
-enum bt_cb_ret check_timestamp(struct bt_ctf_event *call_data, void *private_data)
+enum bt_cb_ret check_timestamp(struct ctf_event_definition *call_data, void *private_data)
 {
        unsigned long timestamp;
 
 {
        unsigned long timestamp;
 
@@ -195,7 +195,7 @@ void update_perf_value(struct processtop *proc, struct cputime *cpu,
        }
 }
 
        }
 }
 
-void extract_perf_counter_scope(const struct bt_ctf_event *event,
+void extract_perf_counter_scope(const struct ctf_event_definition *event,
                const struct definition *scope,
                struct processtop *proc,
                struct cputime *cpu)
                const struct definition *scope,
                struct processtop *proc,
                struct cputime *cpu)
@@ -225,7 +225,7 @@ end:
        return;
 }
 
        return;
 }
 
-void update_perf_counter(struct processtop *proc, const struct bt_ctf_event *event)
+void update_perf_counter(struct processtop *proc, const struct ctf_event_definition *event)
 {
        struct cputime *cpu;
        const struct definition *scope;
 {
        struct cputime *cpu;
        const struct definition *scope;
@@ -242,7 +242,7 @@ void update_perf_counter(struct processtop *proc, const struct bt_ctf_event *eve
        extract_perf_counter_scope(event, scope, proc, cpu);
 }
 
        extract_perf_counter_scope(event, scope, proc, cpu);
 }
 
-enum bt_cb_ret fix_process_table(struct bt_ctf_event *call_data,
+enum bt_cb_ret fix_process_table(struct ctf_event_definition *call_data,
                void *private_data)
 {
        int pid, tid, ppid;
                void *private_data)
 {
        int pid, tid, ppid;
@@ -390,7 +390,7 @@ void iter_trace(struct bt_context *bt_ctx)
 {
        struct bt_ctf_iter *iter;
        struct bt_iter_pos begin_pos;
 {
        struct bt_ctf_iter *iter;
        struct bt_iter_pos begin_pos;
-       const struct bt_ctf_event *event;
+       const struct ctf_event_definition *event;
        int ret = 0;
 
        begin_pos.type = BT_SEEK_BEGIN;
        int ret = 0;
 
        begin_pos.type = BT_SEEK_BEGIN;
This page took 0.023218 seconds and 4 git commands to generate.