X-Git-Url: http://git.liburcu.org/?p=lttngtop.git;a=blobdiff_plain;f=src%2Flttngtop.c;h=f78a8653580e7f050e7aac2f298ced97ac0feb19;hp=2ee303a318dccd6028b9994193e3174a1eec377e;hb=da401e9c85ea307f2837d9c80eba8636273d9232;hpb=62895477c7e60525e63e9e5117f92b34d467d0e6 diff --git a/src/lttngtop.c b/src/lttngtop.c index 2ee303a..f78a865 100644 --- a/src/lttngtop.c +++ b/src/lttngtop.c @@ -544,7 +544,7 @@ static int check_field_requirements(const struct bt_ctf_field_decl *const * fiel (*tid_check)++; } if (*pid_check == 0) { - if (strncmp(name, "tid", 3) == 0) + if (strncmp(name, "pid", 3) == 0) (*pid_check)++; } if (*ppid_check == 0) {