X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Flttngtop.c;h=1378d6674294f6cb994ed7094ac78a2a4ace24e0;hb=refs%2Fheads%2Flive;hp=3e556b9c4a76233e1fd6c7a00b5f92253a39bad6;hpb=664c7091ec1b441741bdea572594e0b05014d196;p=lttngtop.git diff --git a/src/lttngtop.c b/src/lttngtop.c index 3e556b9..1378d66 100644 --- a/src/lttngtop.c +++ b/src/lttngtop.c @@ -349,12 +349,12 @@ void update_perf_value(struct processtop *proc, struct cputime *cpu, } void extract_perf_counter_scope(const struct bt_ctf_event *event, - const struct definition *scope, + const struct bt_definition *scope, struct processtop *proc, struct cputime *cpu) { - struct definition const * const *list = NULL; - const struct definition *field; + struct bt_definition const * const *list = NULL; + const struct bt_definition *field; unsigned int count; struct perfcounter *perfcounter; GHashTableIter iter; @@ -389,7 +389,7 @@ end: void update_perf_counter(struct processtop *proc, const struct bt_ctf_event *event) { struct cputime *cpu; - const struct definition *scope; + const struct bt_definition *scope; cpu = get_cpu(get_cpu_id(event)); @@ -779,7 +779,7 @@ end_iter: */ int bt_context_add_traces_recursive(struct bt_context *ctx, const char *path, const char *format_str, - void (*packet_seek)(struct stream_pos *pos, + void (*packet_seek)(struct bt_stream_pos *pos, size_t offset, int whence)) { FTS *tree;