static check function and remove perf comment
[lttngtop.git] / src / lttngtop.c
index f659b52e182bf14f28bf3fe8a6b1b4b800ab07a7..6bd7d67e7b65b1b08b07870cabbf1a939e777b8b 100644 (file)
@@ -548,7 +548,7 @@ error:
        return ret;
 }
 
-int check_field_requirements(const struct bt_ctf_field_decl *const * field_list,
+static int check_field_requirements(const struct bt_ctf_field_decl *const * field_list,
                int field_cnt, int *tid_check, int *pid_check,
                int *procname_check, int *ppid_check)
 {
@@ -586,8 +586,6 @@ int check_field_requirements(const struct bt_ctf_field_decl *const * field_list,
  *
  * If each mandatory context information is available for at least in one
  * event, return 0 otherwise return -1.
- * Also, we make here a list for all the perf counters available during the
- * trace.
  */
 int check_requirements(struct bt_context *ctx)
 {
This page took 0.022211 seconds and 4 git commands to generate.