HomeSort by: relevance | last modified time | path
    Searched defs:ctf_iter (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
tracectf.c 858 static struct bt_ctf_iter *ctf_iter = NULL; variable in typeref:struct:bt_ctf_iter
872 if (ctf_iter != NULL)
874 bt_ctf_iter_destroy (ctf_iter);
875 ctf_iter = NULL;
905 ctf_iter = bt_ctf_iter_create (ctx, &begin_pos, NULL);
906 if (ctf_iter == NULL)
963 bt_iter_next (bt_ctf_get_iter (ctf_iter));
972 gdb_assert (ctf_iter != NULL);
982 event = bt_ctf_iter_read_event (ctf_iter);
1005 if (bt_iter_next (bt_ctf_get_iter (ctf_iter)) < 0
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
tracectf.c 858 static struct bt_ctf_iter *ctf_iter = NULL; variable in typeref:struct:bt_ctf_iter
872 if (ctf_iter != NULL)
874 bt_ctf_iter_destroy (ctf_iter);
875 ctf_iter = NULL;
905 ctf_iter = bt_ctf_iter_create (ctx, &begin_pos, NULL);
906 if (ctf_iter == NULL)
963 bt_iter_next (bt_ctf_get_iter (ctf_iter));
972 gdb_assert (ctf_iter != NULL);
982 event = bt_ctf_iter_read_event (ctf_iter);
1005 if (bt_iter_next (bt_ctf_get_iter (ctf_iter)) < 0
    [all...]

Completed in 22 milliseconds