X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Flttngtop.c;fp=src%2Flttngtop.c;h=3e556b9c4a76233e1fd6c7a00b5f92253a39bad6;hb=07bff97072a578f619afbb032264152c652d2bfe;hp=afee5d858cfc74087deb13690810a407c5346847;hpb=cfac3ada835b37eff21498cd42febbaef9e2ada0;p=lttngtop.git diff --git a/src/lttngtop.c b/src/lttngtop.c index afee5d8..3e556b9 100644 --- a/src/lttngtop.c +++ b/src/lttngtop.c @@ -872,7 +872,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) {